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
XItemsRemover
PluginApache-2.0

XItemsRemover

A simple plugin that automatically removes dropped items with a timer displayed on them.

2.0K
Downloads
29
Followers
3 years ago
Updated
📦
1
Versions
decorationmagicmanagementbukkitpaperpurpurspigot
Download Latestv1.1.5View on Modrinth

📖About XItemsRemover

Demo ⁣⁣⁣
XItemsRemover - is a small plugin that automatically removes dropped items with a timer displayed on these items until they are removed. The time until deletion is configured in the plugin configuration.

IMPORTANT If you have items with displayed name 'AIR' - specify 'api-version' in plugin.yml with version of your server! For example, if your server version is 1.16.5, add the following line to plugin.yml of XItemsRemover: api-version: 1.16

Configuration

Items:
  # Format:
  # '<timer value>': "<format>"
  # Available placeholders:
  # {time} - time remaining before remove (in seconds)
  # {display_name} - display name of itemstack (if empty - used localized material name}
  # {amount} - itemstack amount
  Display-name-formats:
    '1': "§c⚠ {time} §7| §f{display_name} §a{amount}x"
    '10': "§c{time}"
  Remove-timer:
    # Timer for removing an item in seconds
    Default: 30
    After-player-death: 180
    Async: true
    # Section for specifying a unique timer or display name
    # for certain materials
    # Format:
    # <material name>:
    #   <timer>: 15
    #   <display name formats>:
    #     <timer value>: <display name format>
    #   <tracked>: false
    # If you only need to edit one parameter
    # (name or time) you can just delete the line with the second.
    # If you need the plugin not to track a certain type of materials, then set 'tracked: false'
    Custom-materials:
      COBBLESTONE:
        Timer: 15
        Display-name-formats:
          '15': "Cobblestone :D"
      STONE:
        Timer: 10
      GRASS:
        Display-name-formats:
          '30': "Grazz"
      SAND:
        Tracked: false
      
# Worlds in which plugin does not work
Restricted-worlds:
- "restricted_world"

⁣

Commands and permissions

Command Permission
'/itemsremover' [Alias: '/ir'] - prints all plugin commands. items.remover.commands.help
'/itemsremover help' - prints all plugin commands. items.remover.commands.help
'/itemsremover reload' - reloads plugin configurations. items.remover.commands.reload

XItemsRemover usage stats

👥 Team & Contributors

Xezard
XezardOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
bukkitpaperpurpurspigot
Minecraft Versions
1.81.8.11.8.21.8.31.8.41.8.51.8.61.8.7+42 more

🔗 Links

Modrinth Page