diff --git a/pom.xml b/pom.xml index 3e0099138..245c06d37 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ ${revision} BentoBox - Expandable Minecraft Spigot plugin for island-type games like SkyBlock or AcidIsland. + Highly scalable and customizable Minecraft Spigot plugin that enables you to run island-type gamemodes. https://github.com/BentoBoxWorld/BentoBox 2017 diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 402372eed..165f72a04 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,18 +1,19 @@ name: BentoBox main: world.bentobox.bentobox.BentoBox version: ${project.version}${build.number} -api-version: 1.13 +api-version: "1.13" authors: [tastybento, Poslovitch] website: https://bentobox.world +description: ${project.description} load: STARTUP loadbefore: [Multiverse-Core, Residence] -softdepend: [Vault, PlaceholderAPI, MVdWPlaceholderAPI] +softdepend: [Vault, PlaceholderAPI, dynmap] -permissions: +permissions: bentobox.admin: description: Allow bentobox command usage default: op