Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
EnfAbyss
PluginMIT

EnfAbyss

Clear dropped items from your world and have ability to get them back!

12
Downloads
0
Followers
7 months ago
Updated
📦
1
Versions
managementoptimizationutilitypaper
Download Latestv1.8View on Modrinth

📖About EnfAbyss

Clear dropped items from your world and have ability to get them back! (HEX RGB support)

It's worth mentioning that this plugin also reduces the lag, since the world's entities (dropped items) are periodically cleared It's a great way to reduce the lag and keep the cleared items available to players at the same time.

Features:

  • Physical abyss location (Click block to open abyss inventory)
  • Blacklist items (eliminate certain item spam in the abyss)
  • Clear manually items from world using command /abyss clear
  • Stack items in abyss option
  • Collect EXP from world
# ------------------------------------------------#
#              EnfAbyss configuration             #
#                 Author: Enif                    #
# ------------------------------------------------#

# If you use this plugin on version older than 1.9 you have to add 'data: 3' to skull items and change material from PLAYER_HEAD to SKULL_ITEM

# Time in seconds
times:
  clear-world-time: 120 # Time to clear world from items
  open-abyss-time: 60 # Time to open abyss
  close-abyss-time: 60 # Time to close abyss
  time-to-send-notification: 30 # When plugin should send notification before open & close & clear items

# Materials 1.8.8 - https://helpch.at/docs/1.8.8/org/bukkit/Material.html
# Materials 1.18.2 - https://helpch.at/docs/1.18.2/org/bukkit/Material.html
# If plugin disables with reason: No enum constant org.bukkit.Material.STAINED_GLASS_PANE
# You have to change material from your server version.

# Example glass item on 1.8.8
# item:
#   material: STAINED_GLASS_PANE
#   data: 14 # Color of glass

# Available variables: {PAGE}, {MAX_PAGES}
inventory:
  name: '<#800801>Abyss &8- &c{PAGE}&8/&c{MAX_PAGES}'
  size: 5 # Available sizes: 1, 2, 3, 4, 5, 6
  max-items-per-page: 27
  last-page-item:
    material: BARRIER
    name: '&cThis is last page.'
  prev-page-item:
    material: ARROW
    name: '<#34baeb>Prev page'
  next-page-item:
    material: ARROW
    name: '<#34baeb>Next page'
  fill-empty-slots: # Set null if you don't want to fill empty slots.
    item:
      material: GRAY_STAINED_GLASS_PANE
  items:
    item1:
      slot: 27
      material: BLACK_STAINED_GLASS_PANE
    item2:
      slot: 28
      material: BLACK_STAINED_GLASS_PANE
    item3:
      slot: 29
      material: BLACK_STAINED_GLASS_PANE
    item4:
      slot: 30
      material: BLACK_STAINED_GLASS_PANE
    item5:
      slot: 31
      material: BLACK_STAINED_GLASS_PANE
    item6:
      slot: 32
      material: BLACK_STAINED_GLASS_PANE
    item7:
      slot: 33
      material: BLACK_STAINED_GLASS_PANE
    item8:
      slot: 34
      material: BLACK_STAINED_GLASS_PANE
    item9:
      slot: 35
      material: BLACK_STAINED_GLASS_PANE

# Should remove blacklist items from the world?
remove-blacklist-items: true

# Should add item immediately from abyss to inventory
add-item-immediately: false

# Blacklist of items that will not be added to the abyss
blacklist-items:
  - 'BEDROCK'

# Should stack items in abyss?
stack-items: true

# Should collect exp orbs from world?
collect-exp: true

# Locations of blocks, which you click will be open abyss inventory
abyss-locations:
  1:
    world-name: 'world'
    x: -196
    y: 63
    z: -235

command:
  name: 'abyss'
  permission: 'enf.abyss'
  aliases:
    - 'void'
  sub-command:
    name: 'clear'
    permission: 'enf.abyss.clear'

messages:
  abyss-is-closed: '&8>> <#bf1900>Abyss is closed!'
  abyss-is-open: '&8>> <#bf1900>You cant clear items from world when abyss is open!'
  abyss-is-empty: '&8>> <#bf1900>Abyss is empty!'

  abyss-clear-items-broadcast: '&7[<#f72111>Abyss&7] &cItems from ground will be removed in 30 seconds.'

  # Available variables:
  # %items_count% - Items count
  # %items_count_stacks% - Items count with sum of amount.
  # %collected_exp_orbs% - Experience orbs count
  # %collected_experience% - Amount of experience
  abyss-cleared-items-broadcast: '&7[<#f72111>Abyss&7] &cCleared &4%items_count% &citems &7(&4%items_count_stacks% &camount&7) &cfrom ground and collected &4%collected_exp_orbs% &cExp Orbs &7(&4%collected_experience% &cxp&7)!'

  abyss-open-broadcast: '&7[<#f72111>Abyss&7] &cAbyss will be opened in 30 seconds!'
  abyss-opened-broadcast: '&7[<#f72111>Abyss&7] &cOpened!'

  abyss-close-broadcast: '&7[<#f72111>Abyss&7] &cAbyss will be closed in 30 seconds!'
  abyss-closed-broadcast: '&7[<#f72111>Abyss&7] &cClosed!'

  no-permission: '&8>> &cYou dont have permission to use this command!'

👥 Team & Contributors

xEnif
xEnifOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
paper
Minecraft Versions
1.8.81.8.91.91.9.41.101.10.21.111.11.2+34 more

🔗 Links

Modrinth Page