Commit Graph

355 Commits

Author SHA1 Message Date
GeorgH93
1b73ba2b2f
Refactoring and do not add the backpack item in worlds where the plugin is disabled 2020-02-06 13:57:29 +01:00
GeorgH93
fc9151b99f
Merge branch 'master' into dev
# Conflicts:
#	pom.xml
#	src/at/pcgamingfreaks/Minepacks/Bukkit/Database/Config.java
#	src/at/pcgamingfreaks/Minepacks/Bukkit/Database/Database.java
#	src/at/pcgamingfreaks/Minepacks/Bukkit/Database/Files.java
2020-02-05 03:11:32 +01:00
GeorgH93
27c194c84b
Fix bug that allowed players to move blocked items into the backpack #65 2020-02-01 15:32:44 +01:00
GeorgH93
cf32237ae9
Hide message about backpacks with more than 6 rows if the backpack does not have more than 6 rows 2020-01-30 23:41:30 +01:00
GeorgH93
8511409920
Make big backpack warning a bit less confusing 2020-01-30 16:56:59 +01:00
GeorgH93
54f69b41dc
Try to put items into inventory instead of dropping them all directly 2020-01-26 19:39:25 +01:00
GeorgH93
ceeb84a2a8
Combine items if possible 2020-01-26 01:38:53 +01:00
GeorgH93
643dbacc63
Bugfix 2020-01-26 01:06:25 +01:00
GeorgH93
46672c44f1
Implement migration for backpacks with more than 6 rows
Minecraft 1.14 no longer allows more than 6 rows. The plugin will try to put all the items within empty space in the backpack, if there are still more items than can fit within the 6 rows and the owner is online the extra items will drop to the ground.
Start work on #64
2020-01-26 00:17:20 +01:00
GeorgH93
018588ef53
Do not allow more than 6 rows on MC 1.14 and up 2020-01-25 23:33:52 +01:00
GeorgH93
a51c180413
Check PluginLib version before using it
This should help when admins have not updated the PluginLib but the plugin already needs a newer version
2020-01-23 22:04:46 +01:00
GeorgH93
9cf1cdf762
Remove unused messages from german language file 2020-01-14 01:47:14 +01:00
GeorgH93
f075fdb53e
Use placeholder for url in language file 2020-01-12 19:22:35 +01:00
GeorgH93
4762c5724a
Merge pull request #62 from montlikadani/patch-1
Update hungarian file
2020-01-10 18:18:36 +01:00
montlikadani
fe290a4004
Update hu.yml 2020-01-10 18:17:15 +01:00
GeorgH93
5a165f3dc6
Do not broadcast reload messages (Fixes #60) 2020-01-10 02:57:04 +01:00
GeorgH93
17d2cc637d
Merge pull request #61 from Ant4rez/patch-1
Update es.yml
2020-01-10 02:47:03 +01:00
Ant4rez
48adb2df9e
Update es.yml
Translated new lines for the backpack item.
2020-01-09 17:27:27 -03:00
GeorgH93
d5467bbfdb
Merge pull request #59 from MrZillaGold/patch-1
Improving ru.yml
2020-01-09 21:26:54 +01:00
GeorgH93
124f865104
Prevent players from adding the shortcut to item frames and armor stands 2020-01-09 14:11:44 +01:00
GeorgH93
67169278b7
Change priority of PlayerDeathEvent 2020-01-08 19:34:42 +01:00
Pronin Egor
89824abd94
Update ru.yml 2020-01-09 03:17:08 +10:00
Pronin Egor
6ae70b952b
Update ru.yml 2020-01-09 03:16:14 +10:00
Pronin Egor
0f2c6210a8
Update ru.yml 2020-01-09 03:13:31 +10:00
GeorgH93
6dd2394574
Add UUID type config option 2020-01-07 21:27:27 +01:00
GeorgH93
2a6615db46
Merge pull request #58 from MrZillaGold/master
Add Russian locale
2020-01-07 13:51:33 +01:00
GeorgH93
0e447f8962
Merge pull request #57 from ethernetcat/Japanese_locale
Update japanese locale
2020-01-07 13:48:46 +01:00
Pronin Egor
cb1ebd35f4
Update ru.yml 2020-01-07 21:43:37 +10:00
Pronin Egor
54f595c4a3
Update ru.yml 2020-01-07 21:42:07 +10:00
Pronin Egor
dd25db2614
Add Russian locale 2020-01-07 21:40:30 +10:00
ethernetcat
53670e3a74 Update japanese locale 2020-01-07 16:21:51 +09:00
GeorgH93
8d69d725bc
Update to v2.1 (Closes #31) 2020-01-07 02:58:31 +01:00
GeorgH93
e469f1a16d
Prevent a backpack from being opened when it is already open 2020-01-06 16:13:21 +01:00
GeorgH93
d352ec9c75
Use PluginLib Head API and check permission before adding item 2020-01-06 15:47:39 +01:00
GeorgH93
56d4280e38
Add open/close sound effects 2020-01-05 03:19:22 +01:00
GeorgH93
01776e3489
Add ItemShortcut 2020-01-05 03:16:46 +01:00
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
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
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