-
-
Notifications
You must be signed in to change notification settings - Fork 14
Home 1.7
Welcome to the ChestCleaner wiki! Here you can find tutorials and explanations for all (if the wiki is finished) features of the plugin. Here is the Wiki for developers.
- Download the ChestCleaner.jar form spigot: https://www.spigotmc.org/resources/chestcleaner-sorting-plugin-api.40313/
- Move the ChestCleaner.jar from your download folder into the plugin folder of your spigot server.
- Start the server. If everything works you will get this "[ChestCleaner] Enabling ChestCleaner v1.7" without an error message in your console and if you look into your plugin folder you will see that a ChestCleaner folder was generaded with a config.yml in it. To reset the whole plugin configuration delete the config.yml.
There are many ways to sort different inventories. You can find a list of all possibilities and configuration options here:
- Sorting Command: /cleaninventory
- Cleaning item: cleaningitem
- Blacklist Command: /blacklist
- Timer Command: /timer
- Sortingconfig Command: /sortingconfig
- Cleaning Item Command: /cleaningitem
-
chestcleaner.autorefill.consumables
: That permission allows you to get your consumables autorefilled into the hotbar or extra-slot. -
chestcleaner.autorefill.blocks
: That permission allows you to get your blocks autorefilled into the hotbar or extra-slot.
chestcleaner.update
: If you have that permission, you will get a message on joining your server if this plugin has a new update available.
You can set cleanInventorypermissionactive = false
in the config. On this way you deactivate the permission for the cleaninventory command.
By setting consumablesrefill or blockrefill to true or false, you can activate or deactivate that feature.
If you are an operator (/op [name]) you have every permission among others "chestcleaner.timer.noeffect", because of that the timer will have no effect on you, as an operator, if you activated it. (So just don't wonder, it will work for your other useres)
You can select a craftable or stackable item for your cleaning item. If you do so players can craft their items themself, using sources to "pay" for the sorting, like the gold for the golden hoe. If you pick a craftable item for example a gold nugget, then the item gets removed from your inventory, like you're "paying" an item, in my example a gold nugget.
% indicates a variable, for something like time or a player etc. Use them like they are, only in the same line and with the same spelling. (My plugin replaces the charsequence "%variable" to the specific information like the timer or something else) No whitespace behind the lines. "true " -> "true" If you failed by editing the config.yml, just delete the ChestCleaner folder in the plugin folder and restart or reload the server.
You can disable (by perssions) the command function for players, then they can't sort other players (protected) chests. They can only sort there own inventories (inventories they can open) with the cleaning item then.
ChestCleaner 2.4.2
- Home
- FAQ
- Migration Guide 2.0
- Features
- Commands
- Permissions
ChestCleaner 1.7
- Home
- Cleaning Item
- Commands
For Developers
- Home
- Datastructures