robinjam / keep-items

Bukkit plugin allowing players to keep their items and experience when they die
http://dev.bukkit.org/server-mods/keep-items
GNU General Public License v3.0
1 stars 7 forks source link

Keep items doesn't keep Items with itemID equal or higher than 95 in inv. #14

Open UnDrac opened 10 years ago

UnDrac commented 10 years ago

Tested lots of times with different permissions and causes of death.

All items with ID<95 Will be kept if keep-items.item.* is added to the permissions

All Items with ID>=95 Will not be kept unless specified with keep-items.item.ID

Even if using keep-items.*

robinjam commented 10 years ago

Thanks for the report. I'll need some more information before I can try and reproduce the issue:

UnDrac commented 10 years ago
  1. No error appears in the server log.
  2. Using keep-items 1.0.rc3 for CB 1.7.2 R0.3
  3. Using CraftBukkit version git-Bukkit-1.7.2-R0.3-59-g6efeddf-b3074jnks (MC: 1.7.9) (Implementing API version 1.7.9-R0.1-SNAPSHOT)
  4. Nope.
  5. CraftBukkit as far as I know only supports plugins that alter game mechanics, but not game items/blocks or block ID's. Even if it did, the only one that affects items is DrugsXL, however it only changes item names, as if re-naming them with the anvil and color coded.

Did some testing and it seems to be related with an older issue at around the same time they introduced stained glass in place of the old and obsolete chest block ID which was 95.

This error log is from an older version of craftbukkit, and of the plugin itself and people were having the same issue after it was supposedly fixed, it is exactly the same as I had when I was trying to use it back them only without the spigot entries at the end of each line, and it's been around since Dec 2013: http://pastebin.com/JX1FBtbA I hope this could help solve the problem.

Note: we use Essentials:GroupManager as our permissions plugin.