Compatibility
Minecraft: Java Edition
1.21.8
Platforms
Tags
Creators
Details
Licensed MIT
Published 8 months ago
๐งน ItemClear
A powerful Minecraft Spigot/Paper plugin that automatically removes items from the ground to optimize server performance.
๐ Features
- โฐ Automatic Item Clearing - Removes items at configurable time intervals
- โ ๏ธ Warning System - Warns players before item clear
- ๐จ Fully Customizable - All messages and timings configurable
- ๐ง Admin Command - Manual item clearing via command
- ๐ Multi-World Support - Works in all worlds simultaneously
- ๐ฏ Performance Optimized - Minimal server load
- ๐ Permission System - Secure permission management
๐ Installation
- Download the latest version of ItemClear
- Place the
.jarfile in yourpluginsfolder - Restart the server or load the plugin with a plugin manager
- Configure the plugin to your preferences in the
config.yml
โ๏ธ Configuration
The config.yml is automatically created on first startup:
# Clear interval in seconds
clear-interval: 600
# Warning timer before the clear happens
warning-time: 60
# Message displayed when items are cleared
clear-message: '&6[ItemClear] &cAll items have been removed from the ground!'
# Warning displayed when items will be cleared
warning-message: '&6[ItemClear] &eAttention! All items will be removed from the ground in one minute!'
# Command messages
command-success-message: '&6[ItemClear] &aItem Clear was executed immediately!'
command-broadcast-message: '&6[ItemClear] &eAn admin has manually triggered the Item Clear!'
command-no-permission-message: '&6[ItemClear] &cYou do not have permission for this command!'
command-player-only-message: '&6[ItemClear] &cThis command can only be executed by players!'
๐จ Color Codes
The plugin supports Minecraft color codes with the & symbol:
| Code | Color | Code | Color |
|---|---|---|---|
&0 |
Black | &8 |
Dark Gray |
&1 |
Dark Blue | &9 |
Blue |
&2 |
Dark Green | &a |
Green |
&3 |
Dark Aqua | &b |
Aqua |
&4 |
Dark Red | &c |
Red |
&5 |
Dark Purple | &d |
Pink |
&6 |
Gold | &e |
Yellow |
&7 |
Gray | &f |
White |
๐ฎ Commands
| Command | Description | Permission | Aliases |
|---|---|---|---|
/ic |
Executes Item Clear immediately | itemclear.admin or OP |
- |
๐ Permissions
| Permission | Description | Default |
|---|---|---|
itemclear.admin |
Allows usage of the /ic command |
OP |
๐ ๏ธ Development
Requirements
Clone the Repo from Github https://github.com/zKinqJustin/ItemClear
- Java 21 or higher
- Maven 3.6+
- Paper API 1.21
Build
mvn clean package
The compiled .jar file can be found in the target folder.
Project Structure
ItemClear/
โโโ src/
โ โโโ main/
โ โโโ java/
โ โ โโโ de/zkinqjustin/itemClear/
โ โ โโโ ItemClear.java
โ โ โโโ commands/
โ โ โโโ ItemClearCommand.java
โ โโโ resources/
โ โโโ plugin.yml
โ โโโ config.yml
โโโ pom.xml
โโโ README.md
๐ How It Works
- Automatic Mode: The plugin starts a timer based on the
clear-interval - Warning: A warning is sent
warning-timeseconds before the clear - Clearing: All items are removed from all worlds
- Repeat: The process repeats automatically
๐ค Support
For questions or issues:
- Create an issue on GitHub
- Contact the developer: zKinqJustinTW
๐ Changelog
Version 1.0
- โจ Initial Release
- โฐ Automatic Item Clearing
- โ ๏ธ Warning System
- ๐ง Admin Command
- ๐จ Fully Configurable
๐จโ๐ป Author
zKinqJustinTW
๐ License
This project is licensed under the MIT License.
Made with โค๏ธ by zKinqJustinTW

