Little ItemClear Plugin to Clear Items Automaticly
A powerful Minecraft Spigot/Paper plugin that automatically removes items from the ground to optimize server performance.
.jar file in your plugins folderconfig.ymlThe 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!'
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 |
| Command | Description | Permission | Aliases |
|---|---|---|---|
/ic |
Executes Item Clear immediately | itemclear.admin or OP |
- |
| Permission | Description | Default |
|---|---|---|
itemclear.admin |
Allows usage of the /ic command |
OP |
Clone the Repo from Github https://github.com/zKinqJustin/ItemClear
mvn clean package
The compiled .jar file can be found in the target folder.
ItemClear/
├── src/
│ └── main/
│ ├── java/
│ │ └── de/zkinqjustin/itemClear/
│ │ ├── ItemClear.java
│ │ └── commands/
│ │ └── ItemClearCommand.java
│ └── resources/
│ ├── plugin.yml
│ └── config.yml
├── pom.xml
└── README.md
clear-intervalwarning-time seconds before the clearFor questions or issues:
zKinqJustinTW
This project is licensed under the MIT License.
Made with ❤️ by zKinqJustinTW