Highly Customizable Trash Can
RockTrash is a plug-and-play plugin built to be lightweight, customizable, and easy to use.
With RockTrash, players can fastly "throw away" their items without lagging the server or messing up the world.
Compatible Versions
1.18.x
1.19.x
1.20.x
1.21.x
Main Features
Trash Can GUI – Players can open a Trash Can to throw their items.
Aliases - Create your own trash command alias for your server.
Cooldown - Set a cooldown for players to open the trash can.
Highly Customizable – GUI size, GUI title, GUI Sounds and all messages.
Cases
You can use RockTrash on Survival-Like servers, such as Survival, RankUp, OneBlock...
Here are some usage examples:
Let players throw their items away in the trash can instead of messing up the spawn and lagging the server.
Customize the plugin perfectly for your server.
Stay tuned, more features shortly!
Code (YAML):
# # RockTrash Config # # If you need support or ask a question: # https://discord.gg/YYxFxnfe8v # https://rockcentral.gitbook.io/rockdev # # Do not change this. version: 1.9
aliases: # Need server restart. -
"trash" -
"garbage" -
"rocktrash" messages: # Leave it blank if you don't want any message. open: "" close: "" cooldown: "&cPlease wait {seconds}s to open again." only-players: "&cOnly players can do this." reload: '&aRockTrash reloaded.'
no-permission: '&cYou do not have permission.'
gui: # Options: 9, 18, 27, 36, 45, 54. size: 27
gui-title: "&2Trash Can" sound: # Use "NONE" if you don't want any sound. open: BLOCK_BARREL_OPEN
close: BLOCK_BARREL_CLOSE
cooldown: # Bypass with "rocktrash.bypass" permission. enabled: true
seconds: 5