Voxel Shop beta is live. Expect occasional bugs. Learn more
A lightweight plugin to block illegal items from being picked up, crafted, or used
- Added a discord webhook option in settings.yml, which will send a message every time a player is caught with a blacklisted item (this is toggleable)
- Added a way to toggle the discord webhook messages from the in-game menu
- Alert text logger will no longer require a reboot when toggling itÂ
- Fixed an issue with the strict mode and bypass permissions not working correctly
- Fixed players being able to hold blacklisted items in their offhand
- Now the player will scan player's inventories when they join the server to try to find blacklisted items
- Added aliien.itemblacklist.* permission, which grants all the plugin perms
- Internal changes/optimizations
- Internal optimization changes.
- Updated dependencies.
- The plugin will now generate an "AliienCore" folder inside your /plugins folder. Please ignore this, as this was done to reduce the plugin's jar size by a lot.
SAVE A BACKUP OF YOUR CURRENT CONFIG FILE BEFORE UPDATING
- Refactored the current config file into 3 new files: config.yml, messages.yml, settings.yml
- Improved the anti-crafting system, and now it prevents players from crafting blacklisted items rather than deleting the item after being crafted
- Added an in-game editor menu, which means that everything within this plugin can now be edited in-game (except for the messages)
- Removed the add and remove commands (as that can now be done through the editor menu)
- Added individual bypass permissions for each item (aliien.itemblacklist.bypass.<item name>)
- Added disabled worlds, where the blacklist restrictions won't be applied.
- Added GUI and alert message sounds (which can be changed/toggleable in the settings)
- Added bStats hook. Added optional messages prefix.
- Now all the messages support legacy color codes (such as &f or &#ffffff)
- Added 26.1 support.
- Recoded most of the plugin.
- Added folia support
- Added a new logs file so you can keep track of blacklisted items
- Logs file is now toggable
- New-update messages are now toggable