{"id":114396,"date":"2026-06-06T20:49:20","date_gmt":"2026-06-06T17:49:20","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/nullabyss\/"},"modified":"2026-06-06T20:49:20","modified_gmt":"2026-06-06T17:49:20","slug":"nullabyss","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/nullabyss\/","title":{"rendered":"NuLLAbyss \/ NuLLOtch\u0142a\u0144"},"content":{"rendered":"<p>![Main Banner of NuLLAbysss](https:\/\/cdn.modrinth.com\/data\/cached_images\/3f37392eb0ebf10ca9cb21b932b320804ad8fc37.jpeg)<br \/>\n# \ud83d\udd73\ufe0f NuLLAbyss \u2013 Server Loot System for Hardcore Servers<\/p>\n<p>**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.<\/p>\n<p>Perfect for **hardcore, survival, and SMP servers** where fallen players&#8217; gear becomes fair game for the survivors.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udee0\ufe0f Key Features<\/p>\n<p>### Core System<br \/>\n&#8211; **Automatic Item Collection** \u2014 Ground items collected into The Void when it opens<br \/>\n&#8211; **Scheduled Openings** \u2014 Opens at configurable intervals, stays open for set duration<br \/>\n&#8211; **Configurable Reminders** \u2014 Warn players before opening (e.g., 15, 10, 5, 1 min)<br \/>\n&#8211; **Despawn Protection** \u2014 Save items right before they would disappear<br \/>\n&#8211; **Pagination Support** \u2014 Unlimited items with multiple pages and navigation<\/p>\n<p>### World Control<br \/>\n&#8211; **Per-World Settings** \u2014 Each world can have individual settings:<br \/>\n  &#8211; `allow-command` \u2014 Can players use \/abyss in this world?<br \/>\n  &#8211; `collect-items` \u2014 Should items be saved to The Void?<br \/>\n  &#8211; `clear-items` \u2014 Should items be cleared from ground?<br \/>\n&#8211; **Whitelist\/Blacklist Mode** \u2014 Control default behavior for unlisted worlds<\/p>\n<p>### Item Clear Module<br \/>\n&#8211; **Active Item Clearing** \u2014 Remove ground items in specific worlds<br \/>\n&#8211; **Two Modes:**<br \/>\n  &#8211; `interval: 60` \u2014 Clear items every 60 seconds<br \/>\n  &#8211; `interval: 0` \u2014 Clear items only when The Void opens<br \/>\n&#8211; **Warning System** \u2014 Broadcasts before clearing (configurable times)<br \/>\n&#8211; **Player Notifications** \u2014 Warn on world enter and item drop<\/p>\n<p>### Exclude Items<br \/>\n&#8211; **Material Exclusions** \u2014 Specify items that should never be collected<br \/>\n&#8211; **Name Exclusions** \u2014 Exclude items by custom display name<br \/>\n&#8211; **Separate Config** \u2014 Easy to manage `exclude_items.yml`<\/p>\n<p>### Smart Scheduling<br \/>\n&#8211; **Minimum Players** \u2014 Pause when server is empty (configurable threshold)<br \/>\n&#8211; **Cycle Completion** \u2014 If players leave mid-cycle, it completes before pausing<br \/>\n&#8211; **Auto-Resume** \u2014 Starts new cycle when enough players join<\/p>\n<p>### Customization<br \/>\n&#8211; **Custom Commands** \u2014 Define main command and aliases (`\/abyss`, `\/trash`, `\/void`, etc.)<br \/>\n&#8211; **Multilingual** \u2014 English and Polish included<br \/>\n&#8211; **HEX Color Support** \u2014 Use `&#038;#RRGGBB` in all messages<br \/>\n&#8211; **Live Reload** \u2014 Apply changes without restart<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83e\udde0 How It Works<\/p>\n<p>1. Items dropped on the ground wait to be collected<br \/>\n2. Reminders notify players that The Void is about to open<br \/>\n3. When it opens \u2014 all ground items are swept into a shared GUI<br \/>\n4. Players rush to `\/abyss` and grab what they can<br \/>\n5. After the timer ends, The Void closes<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udccb Commands<\/p>\n<p>| Command | Permission | Description |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `\/abyss` | abyss.use | Open The Void GUI |<br \/>\n| `\/abyss reload` | abyss.reload | Reload configuration |<br \/>\n| `\/abyss open` | abyss.admin | Force open The Void |<br \/>\n| `\/abyss close` | abyss.admin | Force close The Void |<br \/>\n| `\/abyss status` | abyss.admin | View current status |<\/p>\n<p>Command name and aliases are configurable in `config.yml`<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udd10 Permissions<\/p>\n<p>| Permission | Default | Description |<br \/>\n|&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `abyss.use` | true | Access to \/abyss command |<br \/>\n| `abyss.reload` | op | Reload configuration |<br \/>\n| `abyss.admin` | op | Admin commands (open, close, status) |<\/p>\n<p>&#8212;<\/p>\n<p>## \u2699\ufe0f Configuration<\/p>\n<p>**config.yml** \u2014 Main configuration<br \/>\n&#8220;`yaml<br \/>\nminPlayers: 1        # 0 = always run, 1+ = wait for players<br \/>\nopenDuration: 1800   # Time between openings (seconds)<br \/>\nopenTime: 45         # How long it stays open<\/p>\n<p>worlds:<br \/>\n  mode: &#8220;blacklist&#8221;<br \/>\n  list:<br \/>\n    world_nether:<br \/>\n      allow-command: false<br \/>\n      collect-items: false<br \/>\n      clear-items: true<\/p>\n<p>itemClear:<br \/>\n  interval: 0        # 0 = clear on open, 60 = every 60s<br \/>\n  warningEnabled: true<br \/>\n  warningTimes: [30, 10, 5]<\/p>\n<p>pagination:<br \/>\n  enabled: false<br \/>\n  itemsPerPage: 51<br \/>\n  limit: &#8220;off&#8221;<br \/>\n&#8220;`<\/p>\n<p>**exclude_items.yml** \u2014 Protected items<br \/>\n&#8220;`yaml<br \/>\nexcludedItems:<br \/>\n  &#8211; BEDROCK<br \/>\n  &#8211; COMMAND_BLOCK<\/p>\n<p>excludedNames:<br \/>\n  &#8211; &#8220;&#038;cAdmin Sword&#8221;<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcac Support<\/p>\n<p>Need help? Have suggestions?<\/p>\n<p>**Join our Discord**<\/p>\n<p>&#8212;<\/p>\n<p>Crafted by **NullaretH** \ud83d\udc80<br \/>\n*Where the fallen lose, the bold survive.*<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The Void awakens periodically, collecting all fallen loot for survivors to claim. A shared trash system for hardcore and not only servers.<\/p>\n","protected":false},"featured_media":114397,"template":"","meta":{"_minecraft_slug":"nullabyss","_minecraft_project_id":"ceoAMCXO","_minecraft_author":"NullaretH","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":444,"_minecraft_follows":3,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"nullabyss.zip","_minecraft_size_bytes":109962,"_minecraft_version_count":5,"_minecraft_updated_at":"2026-05-16T10:49:34.061125Z","_minecraft_date_created":"2024-05-09T01:43:46.359543Z","_minecraft_date_modified":"2026-01-18T03:36:40.849779Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/nullabyss","_minecraft_icon_attachment_id":114397,"_minecraft_imported_at":"2026-06-06T17:49:21+00:00","_minecraft_import_hash":"966ab30c4ac19343dc5a14dfd81d4092","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,89,122,126,90,127,128,129,1005,92],"mod_loader":[130,132,133,134,1006],"minecraft_version":[59,36,60,93,94,101,102,62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-114396","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-game-mechanics","mod_category-magic","mod_category-management","mod_category-optimization","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_category-sponge","mod_category-utility","mod_loader-bukkit","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","mod_loader-sponge","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4","minecraft_version-1-20-5","minecraft_version-1-20-6","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-11","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>NuLLAbyss \/ NuLLOtch\u0142a\u0144 - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/nullabyss\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"NuLLAbyss \/ NuLLOtch\u0142a\u0144 - Minecraft\" \/>\n<meta property=\"og:description\" content=\"The Void awakens periodically, collecting all fallen loot for survivors to claim. A shared trash system for hardcore and not only servers.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/nullabyss\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/nullabyss\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/nullabyss\\\/\",\"name\":\"NuLLAbyss \\\/ NuLLOtch\u0142a\u0144 - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/nullabyss\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/nullabyss\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/nullabyss-icon-15d2b65cc01f34bbf4153f27325381addf8e07e5_96.webp\",\"datePublished\":\"2026-06-06T17:49:20+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/nullabyss\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/nullabyss\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/nullabyss\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/nullabyss-icon-15d2b65cc01f34bbf4153f27325381addf8e07e5_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/nullabyss-icon-15d2b65cc01f34bbf4153f27325381addf8e07e5_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/nullabyss\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"NuLLAbyss \\\/ NuLLOtch\u0142a\u0144\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"NuLLAbyss \/ NuLLOtch\u0142a\u0144 - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/nullabyss\/","og_locale":"en_US","og_type":"article","og_title":"NuLLAbyss \/ NuLLOtch\u0142a\u0144 - Minecraft","og_description":"The Void awakens periodically, collecting all fallen loot for survivors to claim. A shared trash system for hardcore and not only servers.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/nullabyss\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/nullabyss\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/nullabyss\/","name":"NuLLAbyss \/ NuLLOtch\u0142a\u0144 - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/nullabyss\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/nullabyss\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/nullabyss-icon-15d2b65cc01f34bbf4153f27325381addf8e07e5_96.webp","datePublished":"2026-06-06T17:49:20+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/nullabyss\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/nullabyss\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/nullabyss\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/nullabyss-icon-15d2b65cc01f34bbf4153f27325381addf8e07e5_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/nullabyss-icon-15d2b65cc01f34bbf4153f27325381addf8e07e5_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/nullabyss\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"NuLLAbyss \/ NuLLOtch\u0142a\u0144"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/114396","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/114397"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=114396"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=114396"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=114396"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=114396"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}