
NuLLAbyss / NuLLOtchłań
The Void awakens periodically, collecting all fallen loot for survivors to claim. A shared trash system for hardcore and not only servers.
NuLLAbyss / NuLLOtchłań 3.0.0
beta18 января 2026 г.
v3.0.0 — Major Update
🔄 Rebranding
- Renamed from DEVAbyss to NuLLAbyss
- New permission nodes:
abyss.use,abyss.reload,abyss.admin - Updated all messages with new branding
✨ New Features
Per-World Settings
- Individual settings for each world
allow-command— Enable/disable /abyss commandcollect-items— Enable/disable item collection to Voidclear-items— Enable/disable ground item clearing- Whitelist/Blacklist mode for unlisted worlds
Item Clear Module
- Actively clear ground items in specific worlds
- Two modes:
interval: 0— Clear when Void opensinterval: X— Clear every X seconds
- Configurable warning broadcasts before clearing
- Player warnings on world enter and item drop
- Minimum item age before clearing
Exclude Items System
- New
exclude_items.ymlconfiguration file - Exclude items by material type (e.g., DIAMOND, NETHERITE_INGOT)
- Exclude items by custom display name (supports color codes)
- Excluded items are never collected or cleared
Smart Scheduling
- New
minPlayerssetting - Pause abyss cycle when server is empty
- Configurable player threshold (0, 1, 2+)
- Current cycle completes before pausing
- Auto-resume when enough players join
Pagination Support
- Store unlimited items across multiple pages
- Navigation buttons (previous, info, next)
- Configurable items per page (max 51)
- Optional page limit or unlimited
📝 Changes
- Replaced simple world blacklist/whitelist with granular per-world settings
- Improved reminder system with seconds-based warnings
- Better console logging with player count info
- Optimized scheduler — doesn't run when no clear-worlds configured
- Updated default messages with hardcore theme
🆕 New Messages
notEnoughPlayers— When waiting for more playersclearWarningWorld— Warning on entering clear-worldclearWarningDrop— Warning when dropping itemsclearWarningDropOnOpen— Warning for on-open modeclearBroadcast— Broadcast before periodic clearclearBroadcastOnOpen— Broadcast when Void clears itemsclearReminderSeconds— Seconds countdown warning
⚠️ Breaking Changes
- Permissions renamed:
devotchlan.*→abyss.* - Config restructured: Old
worlds.listformat no longer works - Delete old config and let plugin regenerate, then reconfigure
📋 Migration Guide
- Backup your current
plugins/DEVAbyss/folder - Remove old plugin jar
- Delete
plugins/DEVAbyss/folder (or rename) - Install NuLLAbyss-3.0.0.jar
- Restart server — new configs will generate
- Reconfigure settings in new format
- Update permission nodes in your permission plugin
Questions? Join our Discord
Abyss / Otchłań 2.0.1
release12 января 2026 г.v2.0.1 - Major Update
New Features
- Pagination Module - Abyss can now hold unlimited items across multiple pages
- Enable with
pagination.enabled: truein config - Configure items per page (max 51)
- Set page limit or use "off" for unlimited
- Navigation buttons: Previous (slot 45), Info (slot 49), Next (slot 53)
- Enable with
- Page Limit System - Control max pages with
pagination.limit(1-999 or "off") - Configurable Button Names - All pagination button texts are in language files
Bug Fixes
- Fixed reminder timing - Announcements now trigger at exact minute marks
- Previously triggered at 1:59 instead of 1:00
- Now uses second-based calculation for precision
- Fixed page navigation - Player page tracking no longer resets when changing pages
- Fixed item taking - Items are now properly retrieved from internal storage
- Full stacks are given correctly
- No more single-item issues
Changes
- Players can only TAKE items from abyss (no putting own items)
- Shift-click and drag into abyss is blocked
- Navigation buttons are always visible (not just when needed)
- Improved inventory synchronization
Technical
- Refactored AbyssManager for pagination support
- Added ITEM_SLOTS mapping for proper slot handling
- Improved event handling in InventoryListener
Abyss / Otchłań 2.0.0
release17 декабря 2025 г.✨ New Features
- 🧹 Automatic Item Collection — All ground items are collected into The Void the moment it opens
- 🌍 World Whitelist/Blacklist — Control which worlds the plugin operates in
- ⌨️ Custom Commands — Set your own main command and aliases directly in config.yml
- ⏰ Configurable Reminders — Define multiple reminder times (e.g., 15, 10, 5, 1 minutes before)
- 🗑️ Despawn Protection — Optionally save items that are about to despawn
- 🔧 Admin Commands — New
/abyss open,/abyss close,/abyss statuscommands
🔧 Improvements
- Complete code refactor for better performance
- Modular architecture with separate managers
- Full HEX color support (
&#RRGGBB) - Tab completion for all commands
- Better error handling and logging
⚠️ Note
Command aliases require server restart to update. Other settings reload instantly with /abyss reload.
Version 1.1 (Stable Release)
release29 марта 2025 г.🔧 Changelog: ✅ Full compatibility with Minecraft 1.21.x
🔁 New command: /abyss reload Reloads both config.yml and language files (pl_messages.yml / en_messages.yml) without needing to restart the server
🎨 HEX color support! You can now use hex colors like �ffaa in messages and GUI titles ![#HEX Color update!] (https://i.imgur.com/XzXsRci.png)
🧠 GUI title now updates automatically after reload
📢 Broadcast message when the plugin is reloaded
1.0 - Snapshot (Stable Release)
release6 мая 2024 г.-
Abyss opening time: You can set the interval of time after which the Abyss will open (in seconds).
-
Abyss Opening Duration: Set the time interval for which the Abyss remains open after it is activated (in seconds).
-
Messages: Ability to personalize the messages sent to players at different times of the plugin (opening, closing, reminder).
-
GUI name: Ability to change the name of the Abyss GUI interface.
-
Language: Support for multilingualism with the ability to load different language files. For now there are 2 ready language files: English and Polish.
-
Permissions: Setting permissions for the command that opens the Abyss GUI. (devotchlan.use)
