GeorgH93
87b2c93a1b
Update PCGF_PluginLib
2019-12-31 11:23:54 +01:00
GeorgH93
f2e5e0e399
Fix build with JDK 11
2019-12-13 21:13:42 +01:00
GeorgH93
c2247f934d
Update french language file to v2 (Thanks to Mr_Prototype)
2019-12-12 16:13:12 +01:00
GeorgH93
dc3961f8a8
Add support for MC 1.15
2019-12-11 02:50:47 +01:00
GeorgH93
655f702d33
Remove UseUUIDs option, UUIDs are now always used
2019-12-01 23:25:38 +01:00
GeorgH93
f1bdcbb71e
Update dependencies
2019-11-24 17:20:42 +01:00
GeorgH93
affaaec5d7
Add some more javadoc
2019-11-23 17:13:19 +01:00
GeorgH93
4075de4e59
Add new methods for not allowed message
2019-11-22 17:03:20 +01:00
GeorgH93
02e1b478a5
Add new addItem methods
2019-11-21 16:55:02 +01:00
GeorgH93
55dd644cdf
Merge pull request #54 from JunyoTyber/patch-1
...
Translation portuguese
2019-11-20 22:56:43 +01:00
Junyo
f350dee14b
Translation portuguese
...
By: dotJunyo
2019-11-20 18:53:06 -03:00
GeorgH93
6c93d1adf7
Fix bug where the auto-pickup feature bypassed the item filter
...
Fixes #48
2019-10-16 22:42:57 +02:00
GeorgH93
b52f43ce13
Switch to openJDK
2019-10-16 19:46:15 +02:00
GeorgH93
5aa34c7d4f
Add ItemFilter API
2019-10-16 19:44:10 +02:00
GeorgH93
6d07050346
Fix item filter for item switching ( Fixes #51 )
2019-10-16 19:38:24 +02:00
GeorgH93
7229f0f720
Fix wrong plugin name in version command
2019-10-04 00:53:41 +02:00
GeorgH93
7f3c012cf6
Add warning when not using UUIDs
2019-09-19 00:02:56 +02:00
GeorgH93
b71f34d9ed
Update readme [ci skip]
2019-09-09 18:19:51 +02:00
GeorgH93
d0f33be385
Update Spanish language file (Thanks to ThatOverPowered)
2019-08-26 18:52:46 +02:00
GeorgH93
9a94fecaaa
Update to v2.0.10
2019-08-24 19:14:36 +02:00
GeorgH93
515a185046
Set locale for toLowerCase and toUpperCase methods
2019-08-17 15:00:50 +02:00
GeorgH93
96a21e6cfc
Add turkish language file (thanks to imZesha)
2019-08-15 15:15:20 +02:00
GeorgH93
a14b960d7d
Switch travis builds to openJDK
2019-08-14 01:36:08 +02:00
GeorgH93
1a5fa66737
Keep author and language name for v1 language files
2019-08-12 18:25:35 +02:00
GeorgH93
068fbf1a14
Fix default shulker boxes not being treated correctly on MC 1.13/1.14
...
Fixes #45
2019-07-31 23:14:08 +02:00
GeorgH93
5f8a5d37e4
Refactor code
2019-07-14 19:44:05 +02:00
GeorgH93
38a9463016
Update PCGF PluginLib
...
Add support for Cauldron / Uranium 1.7
Fix error with MySQL
2019-07-13 01:15:38 +02:00
GeorgH93
f521f56195
Fix async backpack save on unload ( Fixes #43 )
2019-07-13 01:08:41 +02:00
GeorgH93
b5cedf3033
Add auto updater for standalone builds
2019-07-13 00:56:04 +02:00
GeorgH93
18d2cd4534
Fix bug where failed message was shown when folder creation succeeded
2019-07-11 15:46:13 +02:00
GeorgH93
128dc2bee1
Fix error when using the cooldown sync option
2019-07-03 19:30:14 +02:00
GeorgH93
be65d62340
Update PCGF PluginLib
2019-07-01 18:31:32 +02:00
GeorgH93
ebca586651
Refactor code
2019-06-30 18:13:40 +02:00
GeorgH93
ba3ec3753e
add 3. party licenses to release jar
2019-06-22 21:34:27 +02:00
GeorgH93
4b41901c38
Fix error with Shulkerbox filter on MC 1.14
2019-06-21 21:26:27 +02:00
GeorgH93
aa29b25a92
Update readme
2019-06-16 16:24:37 +02:00
GeorgH93
c730c18b05
No longer create the cooldowns table if cooldown syncing is disabled
2019-06-16 16:10:56 +02:00
GeorgH93
64badad148
Fix crash when using mysql without UUIDs
2019-06-16 15:14:06 +02:00
GeorgH93
893ef67ff6
Fix wrong formatting of cooldowns
2019-06-13 00:34:16 +02:00
GeorgH93
22820632f9
Merge pull request #38 from snake0053/master
...
Update ja.yml
2019-06-12 18:54:26 +02:00
SNAKE0053
d3d1ac35a6
Update ja.yml
2019-06-13 01:30:12 +09:00
GeorgH93
011c729973
Use PCGF PluginLib v1.0.13-SNAPSHOT (contains fix for language file updates)
2019-06-08 14:38:27 +02:00
GeorgH93
d8e11a41a6
Bugfixes
...
[Fix] Allow players to move blocked items out of backpacks Fixes #37
[Fix] Problems when reloading the plugin while players have the backpack open on MC 1.14
[Fix] Missing messages in the language files
2019-06-08 00:25:30 +02:00
GeorgH93
6f1177df78
Release v2.0
2019-06-04 21:54:43 +02:00
GeorgH93
6886b4be8e
Remove getVersion method from API since it won't work in Standalone mode
2019-06-04 20:29:05 +02:00
GeorgH93
9d057e9cb6
Add language name and author
2019-06-04 18:32:56 +02:00
GeorgH93
7b63aba27f
Add missing permission to backpack.admin group
2019-06-04 03:40:04 +02:00
GeorgH93
ea95072ab4
Merge remote-tracking branch 'origin/V2'
2019-06-03 15:24:57 +02:00
GeorgH93
813fc9683c
Add issue templates
2019-06-03 02:11:50 +02:00
GeorgH93
ba52922d3e
Small fixes
2019-06-02 15:33:31 +02:00