ChestSort/src/main/resources/plugin.yml

42 lines
1.6 KiB
YAML

main: de.jeff_media.ChestSort.ChestSortPlugin
name: ChestSort
version: 9.0.0-SNAPSHOT
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:
sort:
description: Toggle automatic chest sorting or change your hotkey settings
usage: |
/<command> -- Toggle automatic chest sorting
/<command> on -- Enable automatic chest sorting
/<command> off -- Disable automatic chest sorting
/<command> hotkeys -- Change your hotkey settings
/<command> reload -- Reloads config
/<command> help -- Shows help about this command
aliases: chestsort
permission: chestsort.use
invsort:
description: Toggle automatic inventory sorting or sorts the player's inventory.
usage: |
/<command> -- Sort your inventory
/<command> toggle -- Toggle automatic inventory sorting
/<command> on -- Enable automatic inventory sorting
/<command> off -- Disable automatic inventory sorting
/<command> hotbar -- Sort your hotbar
/<command> all -- Sort your inventory and hotbar
/<command> help -- Shows help about this command
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