Commit Graph

290 Commits

Author SHA1 Message Date
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
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
GeorgH93
d6caa348b4
Use dev.bukkit.org as update provider for release builds 2019-06-01 19:23:33 +02:00
GeorgH93
46f54e63c3
Add Release build config (bundle normal + standalone in one .jar file) 2019-06-01 18:49:03 +02:00
GeorgH93
bc93ea7cb5
Move the whole depend string into the pom.xml
now there is no longer a empty list in the plugin.yml when the plugin is build in standalone mode
2019-06-01 18:28:06 +02:00
GeorgH93
dac38c3b36
Cleanup build a bit 2019-06-01 00:16:24 +02:00
GeorgH93
c09f518342
Release Minepacks v2.0-RC1 2019-05-31 18:54:31 +02:00
GeorgH93
531fa82f73
Use munge-maven-plugin to reduce final jar size
All the code changes for the Standalone edition are now done at compile time and no longer on runtime,
this also reduces the final jar size as some classes of the PluginLib are not needed in Standalone mode
2019-05-31 16:09:22 +02:00
GeorgH93
373f6020e4
Add .gitattributes and remove old stuff from sqldialects.xml 2019-05-30 02:55:13 +02:00
GeorgH93
580b7b1347
Add Standalone build profile 2019-05-30 02:36:25 +02:00
GeorgH93
319011f4a4
Update to V1.19.3 2019-05-22 22:51:55 +02:00
GeorgH93
fe43ec7ca3
Remove validation from API functions
If you ignore the @NotNull annotation it's your own problem!
2019-05-22 22:46:44 +02:00
GeorgH93
d1aac2bb67
Prevent error if the db validator doesn't process correctly 2019-05-19 15:02:50 +02:00
GeorgH93
f828aa0c0a
Use connection provider classes from PluginLib 2019-05-18 15:50:15 +02:00
GeorgH93
c8c2504dea
Add czech language file, thanks to ProPl4yerCz 2019-05-11 19:38:21 +02:00
GeorgH93
1ad3d09640
Update to V1.19.2
fix typo in update info
2019-05-10 22:02:55 +02:00
GeorgH93
6aca1cbbb5
Move the API into it's own branch and depend on it via maven 2019-05-10 02:01:55 +02:00
GeorgH93
8a8e78cf07
Merge pull request #35 from Nogapra/master
Create French lagage file
2019-05-10 00:46:27 +02:00
LECURIEUX-CLERVILLE Aurélien
2df6a95086
Update fr.yml 2019-05-10 00:08:43 +02:00
LECURIEUX-CLERVILLE Aurélien
9568f15685
Create french language file 2019-05-10 00:03:14 +02:00
GeorgH93
1cdc17eb6a
Add version command 2019-04-30 18:24:07 +02:00
GeorgH93
7e4f023a2c
Update readme 2019-04-30 18:23:16 +02:00
GeorgH93
83965a9c8a
Use https for pcgf maven repo 2019-04-29 18:06:03 +02:00
GeorgH93
41b26121c0
Merge pull request #29 from snake0053/master
Add japanese language file
2019-04-29 17:33:44 +02:00
SNAKE0053
55168b1e99 Add japanese language file 2019-04-29 22:37:00 +09:00
GeorgH93
c53cdfdaf5
Check PluginLib version before checking MC version 2019-04-28 01:58:21 +02:00
GeorgH93
6151b08944
Add warning for outdated backpacks 2019-04-28 01:57:02 +02:00
GeorgH93
636acc2255
Improve handling of old backpacks on MC 1.14 2019-04-27 16:58:23 +02:00
GeorgH93
e5045dcb64
Update to V1.19 2019-04-27 00:48:40 +02:00
GeorgH93
7349727cdc
Deserialize the backpack async
this should fix the lag caused by the plugin on MC 1.14, quick testing showed no problems caused by this
2019-04-26 02:51:29 +02:00
GeorgH93
a4fd00f687
Add support for MC 1.14 2019-04-26 00:09:42 +02:00
GeorgH93
48f7660c09
Backup backpack before rewrite 2019-04-23 18:31:43 +02:00
GeorgH93
20708f45b6
Add support for MC 1.14 2019-04-22 20:13:01 +02:00
GeorgH93
273117e1e6
Add link to upgrade infos 2019-04-21 16:56:34 +02:00
GeorgH93
5e08858560
Auto rewrite old backpacks on startup 2019-04-20 17:58:34 +02:00
GeorgH93
33830de83e
Improvements for restore command
[Added] Missing success message
[Added] Missing tooltip for backups
[Bugfix] Message not found for backup entries
[Bugfix] Wrong/Missing help messages
2019-03-12 19:46:09 +01:00
GeorgH93
e618eca69a
Bugfixes
[Bugfix] Open command help
[Bugfix] Backups failing on save because of missing backups folder
2019-03-12 18:23:11 +01:00
GeorgH93
dde3e77b7e
Update to MC 1.13 2019-01-15 16:48:56 +01:00
GeorgH93
96175d1304
Merge pull request #27 from mijiko200/master
Add Spanish lang
2018-12-28 15:15:56 +01:00