Commit Graph

524 Commits

Author SHA1 Message Date
GeorgH93
580b7b1347
Add Standalone build profile 2019-05-30 02:36:25 +02:00
GeorgH93
060128b9d6
Add getter for standalone mode of the plugin 2019-05-30 02:23:28 +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
e963dc49b3
Add details on how to access the API 2019-05-10 18:35:17 +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
de1e5b0d9b
Fix version shield 2019-05-10 01:58:02 +02:00
GeorgH93
439b38a4e1
Init API release
now in it's own branch!
2019-05-10 01:40:49 +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
mijiko200
2bb36b68ef
Add Spanish lang 2018-12-28 14:43:00 +01:00
GeorgH93
1c37dc20a9
Set sql dialect for SQLtoSQLMigration.java for IntelliJ 2018-12-21 18:47:39 +01:00
GeorgH93
d092081d08
Add restore command 2018-12-21 18:06:59 +01:00
GeorgH93
8d1db257f5
Bugfix for cauldron/uranium 2018-12-05 10:01:07 +01:00
GeorgH93
6f1f3c791f
Add proper MC 1.13 support for backpack storage 2018-12-05 09:57:00 +01:00
GeorgH93
128f836211
Update to V1.18 2018-12-04 18:50:41 +01:00
GeorgH93
2f8e062216
MC 1.13 upgrade support
This commit adds the "/backpack rewrite" command which enables admins to convert the backpacks into an upgradable format
All backpacks written with this version can be upgraded to MC 1.13 or newer!
2018-12-04 18:36:26 +01:00
GeorgH93
b060a64a43
Reduce UUID field size if trimmed UUIDs are used
Fixes #25
2018-10-07 22:04:28 +02:00
GeorgH93
5103b307a8
Merge pull request #24 from Leomixer17/master
Use VARCHAR instead of CHAR in player names
2018-09-19 22:44:50 +02:00
Leomixer17
455ce72fae
Merge pull request #2 from Leomixer17/patch-1
Update MySQL.java
2018-09-06 17:27:25 +02:00
Leomixer17
7c59a43644
Merge pull request #1 from Leomixer17/patch-2
Update SQLite.java
2018-09-06 17:26:58 +02:00
Leomixer17
7fad1f993f
Update SQLite.java 2018-09-06 17:25:39 +02:00
Leomixer17
86612aa732
Update SQLite.java 2018-09-06 17:24:27 +02:00
Leomixer17
bd3c1a4de5
Update MySQL.java 2018-09-06 17:23:23 +02:00
GeorgH93
f39fa948ca
Update to V1.17.13 2018-08-28 00:10:53 +02:00
GeorgH93
c7101ed5e9
Adjust event priority's 2018-08-11 19:06:40 +02:00