TrashNO is a lightweight trash chest plugin for Minecraft servers.
Players can place a special trash chest on the ground and right click it to open a virtual 54-slot trash inventory, just like a double chest.
Once the inventory is closed, all items inside are deleted instantly by default.
You can also configure a deletion delay, so items are removed after a custom amount of seconds instead of immediately.
The physical chest is only used as a visual block. The real trash inventory is virtual, which helps prevent common chest and hopper exploit paths.
────────────────────────────────────────
Key Features
Placeable trash chest
Opens a virtual 54-slot inventory
Deletes items when the trash inventory is closed
Configurable deletion delay
If delay is enabled, reopening the same TrashNO cancels the pending deletion
Craftable with wood + hopper
Crafting permission support
Command to give the trash chest
Editable item name and lore
Editable prefix
English and Spanish included
Easy to add more languages
Anti-dupe protection
Blocks hoppers from moving items in/out of TrashNO
Blocks dangerous containers inside the trash
Protects TrashNO blocks from explosions
Prevents normal chest behavior on TrashNO blocks
No database required
Simple config
────────────────────────────────────────
How it works
Give yourself a TrashNO with /trashno give.
Place the TrashNO block on the ground.
Right click the placed chest.
A virtual 54-slot trash inventory opens.
Put unwanted items inside.
Close the inventory.
The items are deleted instantly or after the configured delay.
The chest block itself does not work like a normal chest.
TrashNO cancels the default chest opening and redirects the player to the secure virtual trash inventory.
────────────────────────────────────────
Crafting Recipe
Default recipe:
Code (Text):
M M M
M H M
M M M
Code (Text):
M = Wood
H = Hopper
This recipe can be enabled or disabled in the config.
────────────────────────────────────────
Anti-Dupe Protection
TrashNO is designed to avoid common trash/chest exploit paths.
The placed TrashNO is registered as a special block
The real chest inventory is not used
Right click opens a virtual inventory instead
Hoppers cannot pull items from TrashNO
Hoppers cannot insert items into TrashNO
Explosions cannot destroy TrashNO blocks
Dangerous containers can be blocked inside the trash
Shift-click and inventory actions are handled safely
TrashNO blocks are saved in data.yml
This makes the trash system safer than using a normal chest as a trash container.
────────────────────────────────────────
Commands
Code (Text):
/trashno
/trashno open
/trashno give
/trashno give <player>
/trashno reload
Aliases:
Code (Text):
/tacho
/trash
/basura
────────────────────────────────────────
Permissions
Code (Text):
trashno.open
Allows the player to open TrashNO using the command.