ChestSort/src/main/resources/plugin.yml

29 lines
992 B
YAML
Raw Normal View History

2020-05-24 19:36:28 +02:00
main: de.jeff_media.ChestSort.ChestSortPlugin
2019-04-25 16:25:57 +02:00
name: ChestSort
2020-06-24 17:50:58 +02:00
version: 8.11.0
2019-05-01 22:28:40 +02:00
api-version: 1.13
2019-04-25 16:25:57 +02:00
description: Allows automatic chest sorting
author: mfnalex
2019-04-29 17:55:10 +02:00
website: https://www.chestsort.de
2019-04-25 16:25:57 +02:00
prefix: ChestSort
database: false
2019-07-15 14:32:38 +02:00
loadbefore: [InvUnload]
2020-05-24 20:37:11 +02:00
softdepend: [CrackShot,InventoryPages,Minepacks]
2019-04-25 16:25:57 +02:00
commands:
chestsort:
2019-08-01 18:50:22 +02:00
description: Toggle automatic chest sorting.
2020-05-20 19:26:29 +02:00
usage: /<command> [on|off|toggle]
2019-04-25 16:25:57 +02:00
aliases: sort
permission: chestsort.use
2019-04-29 17:55:10 +02:00
invsort:
2020-05-20 19:26:29 +02:00
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]
2019-04-29 17:55:10 +02:00
aliases: [isort,inventorysort]
permission: chestsort.use.inventory
2019-04-25 16:25:57 +02:00
permissions:
chestsort.use:
2019-07-31 15:05:05 +02:00
description: Allows chest sorting
2019-04-29 17:55:10 +02:00
chestsort.use.inventory:
2020-06-24 17:50:58 +02:00
description: Allows inventory sorting
chestsort.reload:
description: Allows to reload the config via /chestsort reload