
The Void awakens periodically, collecting all fallen loot for survivors to claim. A shared trash system for hardcore and not only servers.

NuLLAbyss is a utility plugin that creates a server-wide loot system. When players die or drop items, those items get collected into The Void, a shared inventory that opens periodically for everyone to loot.
Perfect for hardcore, survival, and SMP servers where fallen players' gear becomes fair game for the survivors.
allow-command — Can players use /abyss in this world?collect-items — Should items be saved to The Void?clear-items — Should items be cleared from ground?interval: 60 — Clear items every 60 secondsinterval: 0 — Clear items only when The Void opensexclude_items.yml/abyss, /trash, /void, etc.)&#RRGGBB in all messages/abyss and grab what they can| Command | Permission | Description |
|---|---|---|
/abyss |
abyss.use | Open The Void GUI |
/abyss reload |
abyss.reload | Reload configuration |
/abyss open |
abyss.admin | Force open The Void |
/abyss close |
abyss.admin | Force close The Void |
/abyss status |
abyss.admin | View current status |
Command name and aliases are configurable in config.yml
| Permission | Default | Description |
|---|---|---|
abyss.use |
true | Access to /abyss command |
abyss.reload |
op | Reload configuration |
abyss.admin |
op | Admin commands (open, close, status) |
config.yml — Main configuration
minPlayers: 1 # 0 = always run, 1+ = wait for players
openDuration: 1800 # Time between openings (seconds)
openTime: 45 # How long it stays open
worlds:
mode: "blacklist"
list:
world_nether:
allow-command: false
collect-items: false
clear-items: true
itemClear:
interval: 0 # 0 = clear on open, 60 = every 60s
warningEnabled: true
warningTimes: [30, 10, 5]
pagination:
enabled: false
itemsPerPage: 51
limit: "off"
exclude_items.yml — Protected items
excludedItems:
- BEDROCK
- COMMAND_BLOCK
excludedNames:
- "&cAdmin Sword"
Need help? Have suggestions?
Crafted by NullaretH 💀
Where the fallen lose, the bold survive.