-
-
Notifications
You must be signed in to change notification settings - Fork 14
Autorefill
tom2208 edited this page Jul 6, 2022
·
4 revisions
You can get blocks, breakables and consumables automatically refilled in the hotbar or extra-slot. This can be configured in the config.yml or with commands for the whole server or individual. You can prevent items to get autorefilled by adding them to the autorefill blacklist.
Refilling your blocks automatically
Refilling your breakables (like tools) automatically
Refilling your consumables (like food) automatically
By default all players have these permissions.
-
chestcleaner.autorefill.blocks
- allow a player to get blocks refilled.
-
chestcleaner.autorefill.consumables
- allow a player to get consumables refilled. (like food)
-
chestcleaner.autorefill.brokenitems
- allow a player to get breakables refilled. (like tools)
-
chestcleaner.autorefill.*
- allow a player to get blocks, consumables and breakables refilled.
- the refill settings are saved/configured in config.yml and are valid for all players on the server. Players can not overwrite it. This is handled with permissions
default:
refill:
blocks: true
consumables: true
breakables: true
ChestCleaner 2.4.2
- Home
- FAQ
- Migration Guide 2.0
- Features
- Commands
- Permissions
ChestCleaner 1.7
- Home
- Cleaning Item
- Commands
For Developers
- Home
- Datastructures