bentobox/src/main/resources/plugin.yml

55 lines
1.3 KiB
YAML
Raw Normal View History

2018-07-29 22:21:46 +02:00
name: BentoBox
main: world.bentobox.bentobox.BentoBox
version: ${project.version}${build.number}
api-version: "1.17"
2017-05-20 23:09:53 +02:00
2017-08-09 05:49:06 +02:00
authors: [tastybento, Poslovitch]
contributors: ["The BentoBoxWorld Community"]
2018-12-22 16:38:02 +01:00
website: https://bentobox.world
2019-05-19 16:10:55 +02:00
description: ${project.description}
2017-05-20 23:09:53 +02:00
load: STARTUP
2021-08-13 03:23:00 +02:00
loadbefore: [Pladdon, Multiverse-Core, Residence]
softdepend:
- Vault
- PlaceholderAPI
- dynmap
- WorldEdit
- WorldBorderAPI
- BsbMongo
- WorldGeneratorApi
- AdvancedChests
- LangUtils
- WildStacker
- LuckPerms
- HolographicDisplays
2019-05-19 16:07:41 +02:00
permissions:
bentobox.admin:
description: Allows admin command usage
default: op
children:
bentobox.admin.catalog:
description: Allows to use /bentobox catalog
default: op
bentobox.admin.locale:
description: Allows to use /bentobox locale
default: op
bentobox.admin.manage:
description: Allows to use /bentobox manage
default: op
bentobox.admin.migrate:
description: Allows to use /bentobox migrate
default: op
bentobox.admin.reload:
description: Allows to use /bentobox reload
default: op
bentobox.about:
description: Allows to use /bentobox about
default: true
bentobox.version:
description: Allows to use /bentobox version
default: op