Do you get annoyed when you have full Protection IV armor and you are killed with just 1 hit? NoGodItems will change everything. If anyone on the server has a higher enchantment level on their items then the configured limit, it will be automatically removed. It is also optional to turn on messages that tell the players that had their items taken that they were illegal.
Commands Permissions
/ngi nogoditems.purge /ngi reload nogoditems.reload No Command nogoditems.exempt
# Sets time in seconds between each item check
TimeBetweenChecks: 600
# Option to display a message to players that had their items taken
message: true
# Option to confiscate items
confiscateItems: true
# Removes enchantments if items aren't confiscated(Feature available in next version)
removeEnchantments: false
# Sets the highest enchantment level that you want players to have
EnchantmentLimit: 5
# Option to log the names of the players that had their items taken
logger: true
# Option to show console messages
consolemsgs: true
# Option to enable update checks
updateNotification: true
If you find any bugs in NoGodItems, feel free to leave a comment and I will fix it.
Version 3.0.0:
+ Items taken from players are now logged!
+ Items can't be dropped or stored in a chest
+ Added option to confiscate items from players
+ Added an update checker. (You can turn this off in the configuration.)
Version 2.0.0:
+ Fixed critical bug that falsely accused players of having god items
+ Added option to log players that had their items taken
+ Added option to disable console messages
+ Added permission to exempt players from the check
Version 1.0.0:
+ First Release