ChestSort/src/main/resources/plugin.yml

63 lines
2.2 KiB
YAML

main: ${spigot.main}
name: ${project.name}
version: ${project.version}
api-version: "1.13"
description: "${project.description}"
authors:
- mfnalex
- JEFF Media GbR
website: ${project.url}
prefix: ${spigot.prefix}
database: false
loadbefore: [InvUnload]
softdepend: [CrackShot,InventoryPages,Minepacks,PlaceholderAPI,AdvancedChests,ShulkerPacks]
commands:
sort:
description: Toggle automatic chest sorting or change your hotkey settings
usage: |
/<command> -- Shows the player setting GUI
/<command> on -- Enable automatic chest sorting
/<command> off -- Disable automatic chest sorting
/<command> toggle -- Toggle automatic chest sorting
/<command> reload -- Reloads config
/<command> resetplayersettings -- Resets all players' sorting settings
/<command> help -- Shows help about this command
aliases: chestsort
permission: chestsort.use
isort:
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: [invsort,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
chestsort.resetplayersettings:
description: Allows to reset every player's sorting settings
chestsort.hotkey.shiftclick:
default: true
chestsort.hotkey.middleclick:
default: true
chestsort.hotkey.doubleclick:
default: true
chestsort.hotkey.shiftrightclick:
default: true
chestsort.hotkey.leftclick:
default: true
chestsort.hotkey.rightclick:
default: true
chestsort.hotkey.outside:
default: true
chestsort.automatic:
default: true