-
-
Notifications
You must be signed in to change notification settings - Fork 14
Command blacklist
There are two blacklists sorting, inventory. The first is the sorting blacklist. Items with the material on this list will not get stacked together if they get sorted. (normals 32 dirt and 21 dirt stack would get stacked together to 53 dirt, with dirt on the list you preserve the two stacks). The second is the inventory blacklist. This is the blacklist of materials (block types) that get ignored if you want to try sorting an inventory of a block (only works for "EventDetectionMode = true" mode). For instance you dont want your player to sort hopper, then you put the material of the hopper into the blacklist (below you can find commands to do this).
Permission for all /blacklist commands: chestcleaner.cmd.blacklist
-
/blacklist [sorting/inventories] addMaterial : Adds the material of the item you are holding to the blacklist.
-
/blacklist [sorting/inventories] addMaterial [material] : Add the material [material] to the blacklist. Permission of this command:
chestcleaner.cmd.blacklist
-
/blacklist [sorting/inventories] removeMaterial : Removes the material of the item you are holding from the blacklist.
-
/blacklist [sorting/inventories] removeMaterial [index/material] : Removes the material (if you want to use the index take the number of the material form the /blacklist list) from the blacklist.
-
/blacklist [sorting/inventories] list: To get the blacklist displayed.
-
/blacklist [sorting/inventories] clear: Clears the blacklist.
ChestCleaner 2.4.2
- Home
- FAQ
- Migration Guide 2.0
- Features
- Commands
- Permissions
ChestCleaner 1.7
- Home
- Cleaning Item
- Commands
For Developers
- Home
- Datastructures