Commit Graph

534 Commits

Author SHA1 Message Date
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
GeorgH93
42104e00a7
Allow shortcut command to be executed for other players 2020-05-27 23:51:29 +02:00
GeorgH93
c8cca32641
Merge master into dev 2020-05-24 23:41:45 +02:00
GeorgH93
daa98edb6d
Add some new API methods 2020-05-23 23:58:41 +02:00
GeorgH93
e3dbc6b849
Refactoring 2020-05-22 01:38:40 +02:00
GeorgH93
e685f28680
Add world filter whitelist option 2020-05-17 00:37:09 +02:00
GeorgH93
95934489fb
Merge master into dev 2020-05-16 00:39:42 +02:00
GeorgH93
ea9731a8b1
Add MinepacksPlayer prototype 2020-05-15 22:27:16 +02:00
GeorgH93
22837d52e2
Add first design for backpacks.yml 2020-05-15 22:21:55 +02:00
GeorgH93
7fa624a0b1
Add item selection GUI (WIP) 2020-05-15 22:17:54 +02:00
GeorgH93
a069874c01
Add some annotations 2020-05-15 22:00:16 +02:00
GeorgH93
31af2f7b56
Remove backpack.* permission group 2020-05-15 21:56:41 +02:00
GeorgH93
2eee3b5fb4
Add option to prevent backpack from being moved 2020-05-07 23:34:18 +02:00
GeorgH93
7cb27ffb15
Add update channel config 2020-05-05 02:54:40 +02:00
GeorgH93
d01f91edc9
Prevent problems migrating to SQLite 2020-05-02 01:33:53 +02:00
GeorgH93
fb3c94d17d
Fix github release workflow 2020-05-02 01:27:24 +02:00
GeorgH93
697e6c31d3
Fix item duplication bug 2020-05-01 17:37:51 +02:00
GeorgH93
217ae74ed0
Remove deployment to github packages
It dosen't work reliable enough
2020-04-30 00:52:43 +02:00
GeorgH93
82e26228e0
Add release workflow
This workflow will build the plugin and add the artifacts to newly created releases
2020-04-30 00:30:15 +02:00
GeorgH93
53147aaa6e
Switch to new ManagedUpdater
This should make the plugin more flexible
2020-04-30 00:22:59 +02:00
GeorgH93
736a42b73c
Merge pull request #89 from SniperTVmc/patch-1
Update fr.yml
2020-04-29 16:34:38 +02:00
GeorgH93
75a073b3a0
Merge pull request #88 from Xelium/patch-1
Update nl.yml
2020-04-28 02:11:27 +02:00
Xelium
6211af10d0
Update nl.yml
Changing 2 parameter translations back to english version as I was also using the english parameters in the translations themself.
2020-04-28 02:10:15 +02:00
GeorgH93
a4a9da46a6
Merge pull request #86 from Xelium/master
Update nl.yml
2020-04-27 02:46:23 +02:00
Xelium
d1c1a25ca6
Update nl.yml 2020-04-27 02:39:02 +02:00
Xelium
25b44e6c71
Update nl.yml
Updated Dutch Translations
2020-04-27 01:59:05 +02:00
GeorgH93
b9ee7dfc41
Add more information on failed database connection attempts 2020-04-27 00:59:35 +02:00
GeorgH93
020aae6b88
Update config.yml 2020-04-23 20:53:05 +02:00
Sniper_ TVmc
72f4167b3b
Update fr.yml 2020-04-22 18:36:08 +02:00
GeorgH93
b4095db9b5
Update README.md 2020-04-19 17:46:27 +02:00
GeorgH93
5dcbcc6a05
Some cleanups 2020-04-19 03:09:33 +02:00
GeorgH93
e91daa9b75
Allow item texts to use placeholders from the language file 2020-04-18 18:47:35 +02:00
GeorgH93
8a8c1be3ae
Improve item config loader 2020-04-17 17:41:18 +02:00
GeorgH93
e4823ff592
Fix error on CraftBukkit 2020-04-16 03:52:58 +02:00
GeorgH93
7f6faa95b5
Allow ItemConfig to contain an amount 2020-04-13 19:25:49 +02:00
GeorgH93
785d56271c
Change event priorities 2020-04-11 15:05:43 +02:00
GeorgH93
7e3a3dea69
Move BackpackConfig instance into main plugin file 2020-04-10 20:07:08 +02:00
GeorgH93
975cfb5af6
Add option to disable items 2020-04-09 03:49:00 +02:00
GeorgH93
7c21e9bfc4
Add warning on MC 1.7 2020-04-08 03:52:18 +02:00
GeorgH93
5fea92c417
Bugfixes 2020-04-08 03:47:51 +02:00
GeorgH93
72e3b948a1
Update chinese language file (thanks HuangJin) 2020-04-07 01:07:02 +02:00