GeorgH93
|
ae24e80b48
|
Add dictionary
|
2020-10-05 19:22:21 +02:00 |
|
GeorgH93
|
180e4b3483
|
Refactor API
|
2020-10-04 19:03:21 +02:00 |
|
GeorgH93
|
00997c6658
|
Add dictionaries for IntelliJ
|
2020-10-03 13:50:18 +02:00 |
|
GeorgH93
|
205a139655
|
Update javadoc
|
2020-10-02 12:36:18 +02:00 |
|
GeorgH93
|
2e2801f3a7
|
Refactor main plugin class
|
2020-09-29 12:32:18 +02:00 |
|
GeorgH93
|
014cc02609
|
Add default for onFail in Callback
|
2020-09-28 12:29:18 +02:00 |
|
GeorgH93
|
6cbfcc69fb
|
Add javadoc
|
2020-09-27 12:28:18 +02:00 |
|
GeorgH93
|
e3819cb002
|
Add version to extended API
|
2020-09-26 17:04:21 +02:00 |
|
GeorgH93
|
4d0af709b9
|
Update sqldialects.xml
|
2020-09-25 12:41:17 +02:00 |
|
GeorgH93
|
626f5f1ed1
|
Add MinepacksPlayerJoinEvent class
|
2020-09-12 00:41:21 +02:00 |
|
GeorgH93
|
6371c1725c
|
Add the player cache class
|
2020-09-11 23:44:04 +02:00 |
|
GeorgH93
|
b79f8f76a6
|
Merge branch 'master' into dev
|
2020-09-11 23:18:34 +02:00 |
|
GeorgH93
|
e091b182b3
|
Update to v2.3.18
- Add compatibility with MC 1.16.3
- Improve handling of legacy formatted messages
- Fix missing colors in action bar messages
|
2020-09-11 00:49:33 +02:00 |
|
GeorgH93
|
0d7a6b6c5c
|
Fix error on disable if the plugin was not enabled correctly
|
2020-09-11 00:21:26 +02:00 |
|
GeorgH93
|
75d0efc044
|
Fix a bug where using the command help causes an error in standalone mode
|
2020-09-07 22:30:36 +02:00 |
|
GeorgH93
|
f316bdd66e
|
Split the API into two APIs
the normal API is always available, the extended API is only available form within the plugin or when the plugin is running in normal mode
|
2020-08-16 23:05:26 +02:00 |
|
GeorgH93
|
1230e24755
|
More refactoring
Replace some getters with lombok
Fix compile error in standalone mode
Exclude some unnecessary class files from the final jar
|
2020-08-16 03:32:22 +02:00 |
|
GeorgH93
|
bd9d30804f
|
Drop support for MC 1.7
|
2020-08-15 02:28:26 +02:00 |
|
GeorgH93
|
487c78e171
|
Some refactoring
|
2020-08-15 02:13:09 +02:00 |
|
GeorgH93
|
54ad23d040
|
Merge branch 'master' into dev
# Conflicts:
# pom.xml
|
2020-08-14 21:59:13 +02:00 |
|
GeorgH93
|
9f89b8c266
|
Update for MC 1.16.2
|
2020-08-12 23:04:27 +02:00 |
|
GeorgH93
|
7c8e50d12f
|
Merge branch 'master' into dev
# Conflicts:
# pom.xml
|
2020-08-08 01:37:36 +02:00 |
|
GeorgH93
|
d8c9676eed
|
Fix command output of migrate command
|
2020-08-07 23:54:37 +02:00 |
|
GeorgH93
|
0b24b82663
|
Split database and database-backend
|
2020-08-07 23:53:59 +02:00 |
|
GeorgH93
|
edbbdc4f42
|
Update BadRabbit - fixes startup error on old MC versions (#107)
|
2020-08-07 22:46:44 +02:00 |
|
GeorgH93
|
e5b1c86f63
|
Merge branch 'master' into dev
# Conflicts:
# pom.xml
|
2020-08-06 17:59:48 +02:00 |
|
GeorgH93
|
30b52b91ee
|
Don't include the database host, user or password in the debug.txt
|
2020-08-05 23:27:30 +02:00 |
|
GeorgH93
|
e8574fcde7
|
Fix item duplication glitch when DropOnDeath is enabled
|
2020-08-05 21:25:24 +02:00 |
|
GeorgH93
|
87b47e93d0
|
Add sound effects for auto collect and drag and drop (fixes #106)
|
2020-08-04 18:04:26 +02:00 |
|
GeorgH93
|
26f61cc1f6
|
Merge branch 'master' into dev
# Conflicts:
# Minepacks/src/at/pcgamingfreaks/Minepacks/Bukkit/Listener/ItemShortcut.java
# Minepacks/src/at/pcgamingfreaks/Minepacks/Bukkit/MagicValues.java
# pom.xml
|
2020-08-04 16:54:52 +02:00 |
|
GeorgH93
|
9fdc1d0c0a
|
Update BadRabbit
|
2020-08-01 22:03:57 +02:00 |
|
GeorgH93
|
4956f0cf09
|
Fix API not working on Tuinity servers (#105)
|
2020-07-30 02:13:48 +02:00 |
|
GeorgH93
|
2cf9d9b163
|
Fix error when using backpacks with less than 6 rows on MC 1.14, 1.15 or 1.16
|
2020-07-29 18:14:26 +02:00 |
|
GeorgH93
|
c7000b74ab
|
Update to v2.3.12
|
2020-07-29 04:17:41 +02:00 |
|
GeorgH93
|
a36a2ff037
|
Refactoring (the version depending code to open an inventory with a different title into the PCGF_PluginLib)
This also fixes the title change bug (#99)
The code changes here and in the lib should also improves the performance of the plugin bit
|
2020-07-29 00:09:24 +02:00 |
|
GeorgH93
|
43e59867a6
|
Compile with JDK 14 on Travis and GitHub
|
2020-07-28 00:40:46 +02:00 |
|
GeorgH93
|
23a50776a9
|
Update PCGF_PluginLib version
|
2020-07-27 18:22:04 +02:00 |
|
GeorgH93
|
d69116fe4b
|
Improve compatibility with some combat plugins
|
2020-07-27 18:09:49 +02:00 |
|
GeorgH93
|
1b075aadab
|
Add hidden /backpack debug command
|
2020-07-27 17:46:52 +02:00 |
|
GeorgH93
|
55355b62ab
|
Disable updates on MC 1.7. It's time to end support for a 6 year old version.
|
2020-07-27 17:45:18 +02:00 |
|
GeorgH93
|
a2ddf9f4df
|
Fix wrong name being displayed when viewing someone elses backpack #101
|
2020-07-14 21:48:23 +02:00 |
|
GeorgH93
|
5ba99a39d4
|
Merge branch 'master' into dev
# Conflicts:
# Minepacks/pom.xml
# Minepacks/src/at/pcgamingfreaks/Minepacks/Bukkit/MagicValues.java
# Minepacks/src/at/pcgamingfreaks/Minepacks/Bukkit/Minepacks.java
# pom.xml
|
2020-07-08 00:00:19 +02:00 |
|
GeorgH93
|
8c0a8b2983
|
Fix some formatting
|
2020-07-07 23:53:23 +02:00 |
|
GeorgH93
|
05de6aebbb
|
Fix error when backpack is opened by more than one player on MC 1.14, 1.15 and 1.16
Add support for RGB colors in all messages
|
2020-07-06 00:11:10 +02:00 |
|
GeorgH93
|
5891a7da7c
|
Some refactoring
Also check for updates before checking if MC version is compatible
|
2020-06-27 17:53:04 +02:00 |
|
GeorgH93
|
7f5e85d9cc
|
Update to v2.3.10
|
2020-06-26 00:34:36 +02:00 |
|
GeorgH93
|
01ba0d59cc
|
Fix missing texture for backpack item in MC 1.16 #95
|
2020-06-26 00:28:03 +02:00 |
|
GeorgH93
|
c5f502fdec
|
Add support for MC 1.16
|
2020-06-25 17:48:29 +02:00 |
|
GeorgH93
|
4cc8d5f943
|
Use new BadRabbit version (fix PlugMan compatibility)
|
2020-06-08 23:36:20 +02:00 |
|
GeorgH93
|
34b1aa9cb2
|
Add new config option (HonorKeepInventoryOnDeath)
|
2020-06-07 21:55:47 +02:00 |
|