Commit Graph

442 Commits

Author SHA1 Message Date
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
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