Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
Platforms
Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated last month

π³οΈ NuLLAbyss β Server Loot System for Hardcore 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.
π οΈ Key Features
Core System
- Automatic Item Collection β Ground items collected into The Void when it opens
- Scheduled Openings β Opens at configurable intervals, stays open for set duration
- Configurable Reminders β Warn players before opening (e.g., 15, 10, 5, 1 min)
- Despawn Protection β Save items right before they would disappear
- Pagination Support β Unlimited items with multiple pages and navigation
World Control
- Per-World Settings β Each world can have individual settings:
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?
- Whitelist/Blacklist Mode β Control default behavior for unlisted worlds
Item Clear Module
- Active Item Clearing β Remove ground items in specific worlds
- Two Modes:
interval: 60β Clear items every 60 secondsinterval: 0β Clear items only when The Void opens
- Warning System β Broadcasts before clearing (configurable times)
- Player Notifications β Warn on world enter and item drop
Exclude Items
- Material Exclusions β Specify items that should never be collected
- Name Exclusions β Exclude items by custom display name
- Separate Config β Easy to manage
exclude_items.yml
Smart Scheduling
- Minimum Players β Pause when server is empty (configurable threshold)
- Cycle Completion β If players leave mid-cycle, it completes before pausing
- Auto-Resume β Starts new cycle when enough players join
Customization
- Custom Commands β Define main command and aliases (
/abyss,/trash,/void, etc.) - Multilingual β English and Polish included
- HEX Color Support β Use
&#RRGGBBin all messages - Live Reload β Apply changes without restart
π§ How It Works
- Items dropped on the ground wait to be collected
- Reminders notify players that The Void is about to open
- When it opens β all ground items are swept into a shared GUI
- Players rush to
/abyssand grab what they can - After the timer ends, The Void closes
π Commands
| 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
π Permissions
| Permission | Default | Description |
|---|---|---|
abyss.use |
true | Access to /abyss command |
abyss.reload |
op | Reload configuration |
abyss.admin |
op | Admin commands (open, close, status) |
βοΈ Configuration
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"
π¬ Support
Need help? Have suggestions?
Crafted by NullaretH π Where the fallen lose, the bold survive.


