Configuration

ClickSort stores its configuration in plugins/ClickSort/config.yml. To change the plugin configuration, edit this file, then run /clicksort reload.

The following configuration settings are used:

Setting

Type Description

Default

player_sort_min

int The minimal index of players' inventory to sort, may depend on the server version. 9

player_sort_max

int The maximal index of players' inventory to sort, may depend on the server version. 36

autosave_seconds

int The interval in seconds between attempts to save player sorting preferences. Set to 0 to cause an immediate save whenever any player changes their sort preferences 300
default_group_name string The group name given to any items which don't have a group defined in groups.yml. See Group in Sort Modes for more information. 000-default
drop_excess boolean Occasionally it's possible to end up with more sorted item stacks than will fit back into the inventory. This would normally only happen if the player has a full inventory and somehow has some item stacks bigger than the default limit (e.g. a stack of 64 signs). In this case, excess items will be dropped at the player's feet. Set drop_excess to false to prevent this, and refuse to sort if an overflow is detected. true
log_level string Logging level. May be one of SEVERE, WARNING, INFO, FINE, FINER, FINEST. Leave at INFO normally INFO
use_essentials_worth boolean If true and Essentials is installed, then ClickSort will attempt to read the Essentials worth.yml file to obtain item pricing data for sort-by-value mode. See Value in Sort Modes for more information. true

sortable_inventories

list of string The types of inventory that ClickSort will attempt to sort for players. You may find more from here.

["PLAYER", "CHEST", "ENDER_CHEST", "SHULKER_BOX"]

ignore_plugin_inventory

boolean Some plugins may create inventories for GUI / other use cases. In such case, it may be improper for ClickSort to sort the inventory. This option disables sorting for plugin-created inventories.

false


Comments

Posts Quoted:
Reply
Clear All Quotes