Перейти к содержимому
Mineforgian

bItemDespawn

Timer Based Item Despawn System, holograms integrated, forget about lag! Suitable for lifesteal and SMP

Загрузки
229
Подписчики
1
Обновлён
13 июня 2026 г.
Лицензия
GPL-3.0-only

Опубликован 13 марта 2026 г.

img banner

A high-performance, feature-rich item management plugin for modern Minecraft servers. Take full control over entity lag with deep customization and real-time tracking.

gif

Features

Core Features

  • Smart Despawn System: Advanced logic to handle item removal without affecting server TPS.
  • 100% Custom Holograms: Display dynamic countdowns above dropped items. Full HEX color support.
  • Item-Specific Cooldowns: Set different timers per item (e.g., Diamonds stay for 5m, Cobblestone for 30s).
  • Live Statistics: Real-time tracking of current ground entities and total items cleared.
  • World Management:
    • Per-World Timers: Unique cooldowns for Overworld, Nether, and End.
    • World Blacklist: Disable the plugin in specific worlds (Creative, Events, etc.).

Technical Advantages

  • Async Processing: Holograms and timers run off the main thread to prevent lag spikes.
  • Zero Dependencies: Works out of the box on Paper, Spigot, and Purpur.
  • Ultra Lightweight: Optimized code designed for high-population servers.

Commands

Command Description
/bitemdespawn stats View live entity counts and total cleared
/bitemdespawn reload Reload the plugin configuration

🌟 Comparison with Vanilla

Feature Vanilla bItemDespawn
Global Timer
Per-Item Cooldowns
Visual Holograms
World Blacklist
Live Analytics
Performance Tweaks

🏆 Production Ready

This plugin is 100% production-ready for:

  • ✅ Large servers (1000+ players)
  • ✅ Serious networks
  • ✅ Survival & Skyblock servers
  • ✅ Competitive environments

Test Server:

mc.eternix.net

eternix

Configuration

General Settings

# bItemDespawn configuration file
# Customize every timer and hologram setting below.
# Available placeholders:
#   {item}      -> display name or material of the dropped item
#   {material}  -> vanilla material name
#   {stack}     -> stack size
#   {world}     -> world name
#   {owner}     -> player that dropped the item
#   {seconds}   -> seconds left on the timer
#   {remaining} -> same as {seconds}
#   {duration}  -> configured timer length


timer:
  default-seconds: 120 # default duration for tracked drops (seconds)
  enable-per-world: true # allow per-world overrides, false forces default for every world
  enable-per-item: true # allow per-item overrides, false forces default for every material
  per-world: # override durations for specific worlds
    world: 180
    world_nether: 75
  per-item: # override durations for specific item types (case-insensitive Material)
    DIAMOND_SWORD: 45
    ARROW: 10

blacklist:
  worlds: [] # names of worlds that should be ignored entirely (case-insensitive)
  types: [] # specific materials that should bypass the timer

hologram:
  enabled: true
  offset: 0.45 # vertical offset from the item
  line-spacing: 0.25 # vertical distance between hologram lines
  update-ticks: 4 # how often the hologram text refreshes (4 = 5 times/sec, movement is always smooth)
  lines: # multiple lines are stacked from top to bottom
    - "&7{stack} &b{item} of &b{owner}"
    - "&7Despawns in &b{seconds}s"

stats

Ченджлог

1.0.450Релиз26.1, 26.1.1, 26.1.2 · 13 июня 2026 г.

Fixed issues with Cancelled Events from other plugins

1.0.400Релиз26.1, 26.1.1, 26.1.2 · 11 июня 2026 г.

fixes

enderpearl stacks of 16 stopped being tracked after merging with other drops, fixed DIAMOND_SWORD and ARROW entries kept reappearing in config after every reload, fixed hologram background is now transparent instead of the default gray panel brightness setting now actually applies correctly on modern Paper new

placeholderapi support: %bitem_active% and %bitem_despawns% /bitemdespawn stats shows active timers, total despawns and update rate update checker with clickable link on join for ops config auto-updates itself with missing keys when the plugin is updated hologram system rewrite

1.19.4+: TextDisplay with no background, full brightness, billboard rendering 1.13-1.19.3: ArmorStand with Adventure API 1.8+: legacy ArmorStand fallback, zero modern dependencies all three tiers selected automatically at startup based on what the server supports under the hood

full refactor to multi-module Gradle (core + plugin) version-safe event registration, works from 1.8 to latest without via

1.0.300-BETAБета1.21.9, 1.21.10, 1.21.11 · 20 марта 2026 г.

[+] Optimization

[+] A lot of bug fix

[+] Legacy Fall back

1.0.200-HOTFIXБета1.21.9, 1.21.10, 1.21.11 · 19 марта 2026 г.

[+] Support for custom items with custom names

[+] Items no longer have underscore inside

[+] New Hologram for item on the ground not dropped by players

[+] New Customizations features (brightness, background, text shadow)

1.0.100-STABLEРелиз1.21.9, 1.21.10, 1.21.11 · 16 марта 2026 г.

[+] Optimization [+] UpdateChecker.java

1.0.0Релиз1.21.9, 1.21.10, 1.21.11 · 13 марта 2026 г.

First release, having issues? contact @blackowlzz on discord

Комментарии

Загружаем…