Description
ClearDrop
ClearDrop is a lightweight and efficient item cleanup plugin designed for Hytale servers. It helps maintain server performance by automatically removing dropped items from the world at configurable intervals, preventing entity lag caused by item clutter.
✨ Features
- Smart Automatic Cleanup: Combines scheduled cleanup cycles with intelligent filtering logic. It targets only valid physics-based entities (dropped items), ensuring essential world objects remain untouched.
- Performance-Optimized & Multi-World: Built with parallel processing to efficiently scan and clear entities across all loaded worlds simultaneously without causing server lag or freezes.
- Fully Customizable Notifications: Features a smart alert system with startup, warning, and completion messages. Includes Toggleable Alerts to reduce chat spam by enabling or disabling specific countdowns and reports.
- Advanced Configuration & Localization: Easily adjust cleanup frequencies and warning timers via
config.json. All player-facing messages are fully translatable vialanguage.json. - Manual Management: Take immediate action with in-game commands to force an instant cleanup or adjust settings on the fly.
- Precise Entity Logic: Uses internal component filtering to distinguish between junk items and critical entities, providing a safe and reliable maintenance tool for your server.
🚀 Commands
| Command | Description | Permission |
|---|---|---|
|
|
Instantly runs the cleanup process in all worlds. |
cleardrop.admin |
|
|
Sets the automatic cleanup interval (in minutes). |
cleardrop.admin |
|
|
Enables/Disables the "Next cleanup in X minutes" notification.
|
cleardrop.admin |
/cleardrop notice <seconds> |
Sets the warning countdown time before cleanup. |
cleardrop.admin |
/cleardrop notice <true/false> |
Enables/Disables the "Cleanup in X seconds..." warning message. |
cleardrop.admin |
/cleardrop cleanupfinished <true/false> |
Enables/Disables the "Cleanup finished... X items removed" message. |
cleardrop.admin |
⚙️ Configuration
The plugin generates a ClearDrop folder in your config directory.
undefined
2. language.json: All messages
Customize all chat messages to your server's language or style.
🛠️ Installation
- Download the latest JAR.
- Place it in your server's
modsorpluginsfolder. - Restart your server.
- Enjoy a cleaner, lag-free experience!
⚠️ Changes
In versions 1.0.0 and 1.0.1, the command /clear was used; due to conflicting comments regarding the command, version 1.0.2 uses /cleardrop.
Developed by Hiag0. optimized for Hytale server performance.


