Commit Graph

553 Commits

Author SHA1 Message Date
GeorgH93
5ce1295b5c
Refactor to use new API 2021-02-28 18:08:05 +01:00
GeorgH93
a21efcb067
Refactor API backpack open methods 2021-02-26 21:17:06 +01:00
GeorgH93
9bd68b045f
Add javadoc 2021-02-25 19:46:16 +01:00
GeorgH93
59cc7f90cb
Merge branch master into dev 2021-02-24 21:03:14 +01:00
GeorgH93
da898f7a92
Fix formatting 2021-02-23 21:53:14 +01:00
GeorgH93
e7d324537d
Implement getMinepacksPlayerLoadedOnly 2021-02-22 19:14:34 +01:00
GeorgH93
deb5232edb
Refactor internal data storage 2021-02-21 00:08:29 +01:00
GeorgH93
8bf18ae2e7
Merge pull request #150 from dantaaa/dantaaa-patch-1
Adds Chinese Traditional
2021-02-07 19:19:14 +01:00
Danta
0a90c35851
Chinese Traditional 2021-02-08 00:07:15 +08:00
GeorgH93
7a118e2385
Play backpack sound only for player using the backpack 2021-01-19 19:23:15 +01:00
GeorgH93
4df0ea78e9
Add warning when bungeecord settings mismatch between server and plugin 2020-12-08 16:04:29 +01:00
GeorgH93
865148fee3
Expose isDisabled and WorldBlacklistMode #135 2020-12-07 19:56:38 +01:00
GeorgH93
f85586b7ee
Update to v2.3.21 2020-11-13 23:55:14 +01:00
GeorgH93
ce57d6e415
Fix mistake in compatibility detection 2020-11-03 22:49:30 +01:00
GeorgH93
91da3b9073
change execution order of release workflow 2020-11-03 22:35:32 +01:00
GeorgH93
eb9fd13c9e
Update for MC 1.16.4 2020-11-03 22:16:23 +01:00
GeorgH93
53bf6b7a9f
Fix error when using MySQL and auto cleanup 2020-10-31 14:09:11 +01:00
GeorgH93
508d97ebf0
Add comment to config 2020-10-14 23:55:28 +02:00
GeorgH93
15950f3d04
Fix typo 2020-10-12 20:08:08 +02:00
GeorgH93
3d5f29c1f6
Move some hardcoded strings to MagicValues class 2020-10-11 20:05:21 +02:00
GeorgH93
39229f921e
Bump config version number 2020-10-10 19:54:55 +02:00
GeorgH93
8ceffa057f
Fix typo in config 2020-10-09 13:52:19 +02:00
GeorgH93
6f14ba608f
Add munge to dictionary 2020-10-08 17:47:19 +02:00
GeorgH93
093147afb6
Reduce jar size of Release build type 2020-10-07 15:44:19 +02:00
GeorgH93
a283e2e176
Fix issue with project level dictionary 2020-10-06 19:35:21 +02:00
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
56f3f8b0af
Fix mistake in French language file 2020-09-30 19:38:11 +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
3278019206
Store the last used plugin version in the sqlite database 2020-09-24 22:40:48 +02:00
GeorgH93
8318197225
Use custom maven settings.xml for deploy to github packages 2020-09-20 23:59:34 +02:00
GeorgH93
dce86eb79d
Update to v2.3.19
* Prepare for PCGF_PluginLib v1.0.31-SNAPSHOT
* Fix RGB colors in legacy formatted messages
* Fix empty messages causing errors when attempting to send them (they now set the send method to disabled)
2020-09-20 22:33:21 +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