Commit Graph

561 Commits

Author SHA1 Message Date
GeorgH93
1a619037fb
Update to v2.3.2
Add config option to improve compatibility with some death chest plugins #71
Add missing version to Polish language file
2020-02-29 15:39:55 +01:00
GeorgH93
d901327975
Merge pull request #72 from Mrok71/patch-1
pl.yml
2020-02-29 15:04:06 +01:00
GeorgH93
ea945eeb64
Merge pull request #70 from ethernetcat/Japanese_locale
Update japanese locale
2020-02-27 12:30:49 +01:00
ethernetcat
e131bf5a31 Update ja.yml 2020-02-27 20:16:15 +09:00
GeorgH93
906fd41029
Add missing permissions to plugin.yml 2020-02-26 17:12:07 +01:00
Mrok71
7b661d2203
pl.yml
translation to polish
2020-02-25 22:29:57 +01:00
GeorgH93
394ffc809d
Update to v2.3 2020-02-25 02:00:03 +01:00
GeorgH93
ac11c305be
Make sort persist even if nothing else has been changed in the backpack 2020-02-25 01:51:20 +01:00
GeorgH93
23311588e7
MC 1.7 does not support shrink approaches other than fast 2020-02-25 01:49:30 +01:00
GeorgH93
f96aa39a3c
Add ShrinkApproach config option 2020-02-25 01:31:58 +01:00
GeorgH93
88d79baad6
Add sort command 2020-02-25 01:13:32 +01:00
GeorgH93
fbf76b19dc
Fix bug where items added to the backpack were not saved correctly 2020-02-25 01:00:46 +01:00
GeorgH93
160efba42e
Add different message if the backpack was cleared by another player 2020-02-24 23:24:32 +01:00
GeorgH93
1a5adf8270
Fixes and cleanup for build 2020-02-23 23:50:18 +01:00
GeorgH93
ea09d5fb06
Add inventory clear command 2020-02-22 17:27:16 +01:00
GeorgH93
ba3331d16a
Refactoring 2020-02-22 16:52:14 +01:00
GeorgH93
c7c8ac81f2
Include build timestamp in all normal builds 2020-02-22 16:46:11 +01:00
GeorgH93
b0d0933321
Update PluginLib 2020-02-22 16:17:48 +01:00
GeorgH93
930706db04
Code cleanup 2020-02-19 21:04:43 +01:00
GeorgH93
24728d9074
Merge pull request #68 from Seliba/patch-1
Update German translation
2020-02-17 13:23:42 +01:00
Seliba
75ce95ac60
Update German translation
- Fix typos
- Improve spelling
2020-02-17 12:47:03 +01:00
GeorgH93
e02aa9aeac
Fix release build config 2020-02-17 02:45:37 +01:00
GeorgH93
96fd949f4d
Update to v2.2 2020-02-17 02:16:11 +01:00
GeorgH93
d63602e568
Merge branch 'dev' 2020-02-17 01:54:50 +01:00
GeorgH93
cca04e13ba
Update README.md [ci skip] 2020-02-17 01:42:36 +01:00
GeorgH93
1a69bd6e62
Convert to multi module build 2020-02-17 01:16:20 +01:00
GeorgH93
384393478c
Merge branch 'API' into dev 2020-02-17 00:52:48 +01:00
GeorgH93
bac4de18fa
Revert "Prepare for v2.2 update". The code added with the previous release is not needed in v2.2 2020-02-16 23:41:52 +01:00
GeorgH93
c4af733660
Update API 2020-02-15 03:41:14 +01:00
GeorgH93
c78bd6d7cc
Allow null as item 2020-02-15 03:35:51 +01:00
GeorgH93
16a658e739
Show help if no parameter is used from console command (Fixes #50) 2020-02-15 03:23:02 +01:00
GeorgH93
519b27713f
Add lore filter 2020-02-15 03:08:42 +01:00
GeorgH93
daa1642e2a
Improve item filter
Blocked items can now be moved freely within the inventory
2020-02-14 00:24:31 +01:00
GeorgH93
98bb3b2ad6
Allow backpack item to be dragged in the players inventory
this will make it less buggy in the inventory
2020-02-13 23:15:11 +01:00
GeorgH93
e0d7a76311
Fix item filter filter item names even when disabled 2020-02-13 23:14:22 +01:00
GeorgH93
d25e6c5b1e
Add option to filter by name #33 2020-02-12 02:50:09 +01:00
GeorgH93
0070d5bb84
Rename Blacklist to Materials. Since the item filter supports whitelists now the name didn't fit any longer 2020-02-12 02:15:05 +01:00
GeorgH93
de92966b89
Add new database connection options 2020-02-11 18:25:10 +01:00
GeorgH93
6b2aa5fde2
Prepare for v2.2 update
* Add warning when not using UUIDs
* Disable auto update if the used Minecraft version does not support UUIDs
2020-02-09 03:02:43 +01:00
GeorgH93
eeb3770de0
Add item filter whitelist mode (closes #44) 2020-02-08 03:16:05 +01:00
GeorgH93
c40c6ee812
Check if the used minecraft version supports uuids
This is a new requirement for v2.2
2020-02-07 01:12:56 +01:00
GeorgH93
6724f48ccd
Use permissions class to prevent writing the same magic value all over the place 2020-02-07 01:02:15 +01:00
GeorgH93
de89970c49
Prevent dropping items into backpack in creative 2020-02-07 00:35:46 +01:00
GeorgH93
5897082f76
Allow items to be dropped into the backpack without opening it 2020-02-06 15:21:46 +01:00
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