bentobox/src/main/resources/plugin.yml

61 lines
1.4 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}
Implement new 1.19 materials and entities (#1990) * Update to Spigot and Paper API 1.19 and Java 17 * Set minimal version to 1.18. * Add breeding protection for Axolotl and Goats (1.18) Add breeding protection for Frog and Allay (1.19) * Clean up switch statement in BlockInteractionListener * Add chest boat support to BreakBlocksListener. Part of #1987 * Add powdered snow pickup with bucket protection. * Add glow ink sac protection on signs. Switch to SheepDyeWoolEvent as it now contains player variable. * Clean up Hurting Listener * Mark 1.16.5, 1.17 and 1.17.1 as incompatible. Mark 1.18, 1.18.1 and 1.18.2 as supported. Add 1.19 as compatible. Part of 1987 * Add ChestBoat inventory protection. Part of #1987 * Clean up LockAndBanListener * Add MANGROVE_PRESSURE_PLATE protection. Part of #1987 * Add Glow Item Frame protection to player interact event. * Clean up MobSpawnListener * Clean up ChestDamageListener * Change from custom method to Tag.PRESSURE_PLATES to detect pressure plates. Part of #1987 * Implement proper chest boat protection. Part of #1987 * Move to 1.19 R1 world regenerator. Part of #1987 * Add allay to the animal entity list. Part of #1987 * Add axolotl and other fish scooping protection. Part of #1987 * Fixes Bucket and Glass Bottle filling. Buckets and bottles were not working since cauldron splitting by type. This change fixes that. It also protects from filling bottles with water from water sources or waterlogged blocks. * Remove 1.17.1 compatibility check for biome adapter. Add cheezee 1.19.1 compatibility version. * Fixes chest boat interactions. Part of #1987 * Implement Allay protection. New flag ALLAY is required to interact with allays. Part of #1987 * Prevent visitors for being targeted by entities if ENTITY_ATTACK is enabled. * Implement Sculk Sensor and Shrieker activation protection setting. Part of #1987 * Add music discs to the LangUtilsHook Part of #1987 * Fixes failing unit-tests.
2022-06-13 23:38:53 +02:00
api-version: "1.18"
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:
- Citizens
- Vault
- PlaceholderAPI
- dynmap
- WorldBorderAPI
- BsbMongo
- WorldGeneratorApi
- AdvancedChests
- LangUtils
- WildStacker
- LuckPerms
- HolographicDisplays
- EconomyPlus
libraries:
- mysql:mysql-connector-java:8.0.27
- org.mongodb:mongodb-driver:${mongodb.version}
- postgresql:postgresql:9.1-901-1.jdbc4
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