Compatibility
Minecraft: Java Edition
26.2
Platforms
Tags
Creators
Details
Licensed MIT
Published 20 hours ago
Updated 2 weeks ago
#QuickTrash
QuickTrash is a minimalist Paper plugin that adds temporary trash functionality to Minecraft servers. It is ideal for servers that need a simple way to dispose of items without the complexity of a full management system.
Features
- 18-Slot Trash Inventory: Open via
/trasha temporary container - Auto-cleanup: Contents are deleted after a configurable time (default: 30 seconds)
- Instant Delete: Shift-click deletes items without confirmation
- Valuable Item Protection: Enchanted, named items and configured materials require double-click confirmation
- bStats Integration: Anonymous usage tracking with plugin ID 33565
- Configurable: Timeout, GUI texts, and valuable materials are adjustable
Installation
- Download the latest release
- Place the JAR file in your
plugins/folder - Restart the server
- Adjust configuration in
plugins/QuickTrash/config.yml - Restart the server again
Usage
Commands
| Command | Description | Permission |
|---|---|---|
/trash |
Opens the trash inventory | quicktrash.use |
/quicktrash version |
Shows the plugin version | — |
/quicktrash reload |
Reloads the configuration | quicktrash.admin |
How It Works
- Players open
/trashand receive an 18-slot inventory - Items are placed into this inventory (via drag & drop)
- After the configured time expires or when the inventory is closed, items are permanently deleted
- Shift-click on items in the inventory deletes them instantly
- Valuable items show a confirmation prompt
Configuration
The config.yml file is automatically generated and contains the following options:
trash:
auto-clear-seconds: 30
gui:
title: "&8QuickTrash"
info-name: "QuickTrash"
info-lore:
- "&7Right-click to store items"
- "&7Shift-click to delete instantly"
- "&7Valuable items require confirmation"
- "&7Time until auto-clear: {seconds}s"
valuable-items:
materials:
- DIAMOND
- NETHERITE_INGOT
- GOLD_INGOT
- EMERALD
- ENCHANTED_GOLDEN_APPLE
- TOTEM_OF_UNDYING
confirmation-window: 3
Requirements
- PaperMC 26.2 or compatible fork (Purpur, etc.)
- Java 25
- No additional dependencies required
License
This plugin is licensed under the MIT License. See LICENCE for details.
bStats
QuickTrash sends anonymous statistics to bStats. You can disable this in plugins/bStats/config.yml.


