-
-
Notifications
You must be signed in to change notification settings - Fork 14
Sorting Config
tom2208 edited this page Jan 5, 2022
·
4 revisions
This command lets the user make his individual configurations. This configurations overrides the server defaults you can configure with the /sortingconfig command (for more read administration).
| Command | Explanation | Permission |
|---|---|---|
| /sortingconfig autosort | Tells you your current configuration for autosort. | |
| /sortingconfig autosort <true/false> | Sets your autosort toggle. | chestcleaner.cmd.sortingconfig.setautosort |
| /sortingconfig pattern | Tells you the current pattern. | |
| /sortingconfig pattern <pattern> | Sets your pattern. | chestcleaner.cmd.sortingconfig.pattern |
| /sortingconfig categories | Tells your category order. | |
| /sortingconfig categories set <name0> <name1> ... | Set your default category order. | chestcleaner.cmd.sortingconfig.categories |
| /sortingconfig categories reset | Restets your category configurations to the server default. | chestcleaner.cmd.sortingconfig.categories.reset |
| /sortingconfig categories list | Prints out the first page of the list of all categories. | |
| /sortingconfig categories list <page> | Prints out the <page>. page of the list of all categories. | |
| /sortingconfig chatNotification | Tells you if your chat notifications are disabled. | |
| /sortingconfig chatNotification <true/false> | Activates or deactives your chat notifications. | chestcleaner.cmd.sortingconfig.setchatnotification |
| /sortingconfig refill <type> | Tells you if a type of auto refill is active or not. | |
| /sortingconfig refill <type> <true/false> | Activates or deactivates the auto refill with the type <type>. | chestcleaner.cmd.sortingconfig.refill.blocks or chestcleaner.cmd.sortingconfig.refill.breakables or chestcleaner.cmd.sortingconfig.refill.consumables |
| /sortingconfig refill <true/false> | Activates or deactivates the auto refill of all types. | chestcleaner.cmd.sortingconfig.refill.blocks and chestcleaner.cmd.sortingconfig.refill.breakables and chestcleaner.cmd.sortingconfig.refill.consumables |
| /sortingconfig sortingSound | Tells you if the sorting sound is actived. | |
| /sortingconfig sortingSound <true/false> | Activates or deactivates the sorting sound for you. | chestcleaner.cmd.sortingconfig.setsortingsound |
| /sortingconfig clickSort | Tells you if the click sort is actived. | |
| /sortingconfig clickSort <true/false> | Activates or deactivates click sort for you. | chestcleaner.cmd.sortingconfig.clicksort |
| /sortingconfig reset | Resets your individual configurations. | chestcleaner.cmd.sortingconfig.reset |
ChestCleaner 2.4.2
- Home
- FAQ
- Migration Guide 2.0
- Features
- Commands
- Permissions
ChestCleaner 1.7
- Home
- Cleaning Item
- Commands
For Developers
- Home
- Datastructures