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

Option to keep items and/or experience #3

Closed Fonjask closed 12 years ago

Fonjask commented 12 years ago

Is it possible to implement an option that will allow me to set it so players keep their experience when they die, but lose their items? (/keepitems exp as a toggle and /keepitems items)

robinjam commented 12 years ago

This is already implemented - just give players the keep-items.experience permission but not the keep-items.items permission.

More info under the Permissions heading on the BukkitDev page.