Item Banning
Functionality of the Mod
This modification provides server administrators with the ability to create a list of prohibited items. Once an item is added to the blacklist, it is automatically removed from containers on their next update and stops dropping in normal gameplay situations.
Configuration Files
The list of banned items is stored in the configuration file at: [world_name]/serverconfig/itemblacklist.json.
To automatically apply the same settings to all newly created worlds, you can place a file named itemblacklist.json in the defaultconfigs folder.
Management Commands
Command Usage Instructions
/itemblacklist ban [item] adds an item to the blacklist /itemblacklist unban [item] removes an item from the blacklist /itemblacklist ban all completely clears the blacklist /itemblacklist list shows all banned items (available to all players)