-
-
Notifications
You must be signed in to change notification settings - Fork 14
Changelist 2.0
leanNiki edited this page Apr 26, 2020
·
3 revisions
- Replaced the Evaluator with Categories
- changed all the message keys. New Files will be created for each new ChestCleaner version, so you will have to copy/paste your messages manually from the previous Resource Files.
- Changed/Added Permissions. See Permissions for details.
- Changed/Added Commands. See Commands for details.
- we prefixed all permissions that change the config.yml with "admin"
- replaced evaluator permission with categories permission
- added some parent permissions for easier permission configuration.
- changed default values for following permissions to true for all players (all other permissions are op only by default):
- chestcleaner.autorefill.blocks
- chestcleaner.autorefill.consumables
- chestcleaner.cleaningitem.use
- chestcleaner.cleaningitem.use.owninventory
Old Permission | New Permission |
---|---|
chestcleaner.cmd.blacklist | chestcleaner.cmd.admin.blacklist |
chestcleaner.cmd.cleaningitem.setitem | chestcleaner.cmd.admin.cleaningitem.setitem |
chestcleaner.cmd.cleaningitem.rename | chestcleaner.cmd.admin.cleaningitem.rename |
chestcleaner.cmd.cleaningitem.setlore | chestcleaner.cmd.admin.cleaningitem.setlore |
chestcleaner.cmd.cleaningitem.setactive | chestcleaner.cmd.admin.cleaningitem.setactive |
chestcleaner.cmd.cleaningitem.setdurabilityloss | chestcleaner.cmd.admin.cleaningitem.setdurabilityloss |
chestcleaner.cmd.cleaningitem.seteventdetectionmode | chestcleaner.cmd.admin.cleaningitem.setopenevent |
chestcleaner.cmd.cooldown | chestcleaner.cmd.admin.cooldown |
chestcleaner.cmd.sorting.config.admincontrol | chestcleaner.cmd.admin.config |
chestcleaner.cmd.sortingconfig.evaluator | chestcleaner.cmd.sortingconfig.categories |
- | chestcleaner.autorefill.* |
- | chestcleaner.cmd.sortingconfig.* |
- | chestcleaner.cmd.admin.* |
- | chestcleaner.cmd.admin.cleaningitem.* |
- see Permissions for an Overview of all Permissions.
- config commands without argument now show the current value instead of an error
- new
/sortingadmin
command, replaces/sortingconfig adminConfig
- merged
cooldown
command into new/sortingadmin
command - new commands for Categories
- the input for item names for the blacklist is now lowercase and tabcompletion is provided.
- changed
/blacklist sorting
to/blacklist stacking
Old Command | New Command |
---|---|
/blacklist sorting |
/blacklist stacking |
/blacklist sorting addMaterial |
/blacklist stacking add |
/blacklist sorting removeMaterial |
/blacklist stacking remove |
/cleaningitem setItem |
/cleaningitem set |
/cleaningitem rename |
/cleaningitem name |
/cleaningitem setLore |
/cleaningitem lore |
/cleaningitem setActive |
/cleaningitem active |
/cleaningitem setDurabilityLoss |
/cleaningitem durabilityLoss |
/cleaningitem setEventDetectionMode |
/cleaningitem openEvent |
/sortingconfig setAutoSort |
/sortingadmin autosort |
/sortingconfig evaluator |
/sortingadmin categories set |
- | /sortingconfig categories list |
/sortingconfig adminConfig |
/sortingadmin |
/sortingconfig adminConfig setDefaultPattern |
/sortingadmin pattern |
/sortingconfig adminConfig setDefaultAutosort |
/sortingadmin autosort |
/sortingconfig adminConfig setDefaultEvaluator |
/sortingadmin categories |
- | /sortingadmin categories addFromBook |
- | /sortingadmin categories getAsBook <categoryName> |
/cooldown setCooldown |
/sortingadmin cooldown |
/cooldown setActive |
/sortingadmin cooldown active |
- see Commands for an Overview of all Commands.
ChestCleaner 2.4.2
- Home
- FAQ
- Migration Guide 2.0
- Features
- Commands
- Permissions
ChestCleaner 1.7
- Home
- Cleaning Item
- Commands
For Developers
- Home
- Datastructures