- Compatible API Versions
- 1.0.9
- Sourcecode
- https://github.com/Extollite/AutoCleaner
- Contributors
- Extollite
This plugin cleans items on the ground and if you configure to also mobs and animals, every certain amount of time.
Config:
Permissions:
Commands:
/ac clean-items - Cleaning only items on the ground immediately
/ac clean-all - Cleaning items on the ground(optional: mobs and animals) immediately
/ac time - Shows time to next clean
/ac stop - Stops cleaning
/ac start - Starts cleaning
For troubleshooting PM at Discord: exto#3741
Eraser icon by Pixel Buddha from FlatIcon
Config:
Code:
repeatTime: 300
warnBefore: 5
deleteMobs: false
deleteAnimals: false
deleteProjectile: false
deleteExpOrb: false
5+seconds: "%counter% seconds left to cleaning entities."
1second: "%counter% second left to cleaning entities."
cleaned: "%counter% entites cleaned!"
prefix: "§6[autocleaner]§f "
Permissions:
Code:
AutoCleaner.command:
description: "Main command permission"
default: op
Commands:
/ac clean-items - Cleaning only items on the ground immediately
/ac clean-all - Cleaning items on the ground(optional: mobs and animals) immediately
/ac time - Shows time to next clean
/ac stop - Stops cleaning
/ac start - Starts cleaning
For troubleshooting PM at Discord: exto#3741
Eraser icon by Pixel Buddha from FlatIcon