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

Item ID system is deprecated #13

Open robinjam opened 10 years ago

robinjam commented 10 years ago

The item ID system is deprecated and will be removed in a future release of Minecraft. It will be necessary to re-write the KeepItems permission system to use item names instead of IDs, and add a compatibility layer to allow backwards-compatibility with older versions of the plugin.