ChestSort/src/main/resources/plugin.yml

29 lines
992 B
YAML

main: de.jeff_media.ChestSort.ChestSortPlugin
name: ChestSort
version: 8.11.0
api-version: 1.13
description: Allows automatic chest sorting
author: mfnalex
website: https://www.chestsort.de
prefix: ChestSort
database: false
loadbefore: [InvUnload]
softdepend: [CrackShot,InventoryPages,Minepacks]
commands:
chestsort:
description: Toggle automatic chest sorting.
usage: /<command> [on|off|toggle]
aliases: sort
permission: chestsort.use
invsort:
description: Toggle automatic inventory sorting or sorts the player's inventory. When no option is specified, only the regular inventory (excluding the hotbar) is sorted.
usage: /<command> [on|off|toggle|inv|hotbar|all]
aliases: [isort,inventorysort]
permission: chestsort.use.inventory
permissions:
chestsort.use:
description: Allows chest sorting
chestsort.use.inventory:
description: Allows inventory sorting
chestsort.reload:
description: Allows to reload the config via /chestsort reload