From 3d70d5a6ae473e0a9d793df7b6c09974c76b0ddc Mon Sep 17 00:00:00 2001 From: Florian CUNY Date: Sun, 19 May 2019 16:07:41 +0200 Subject: [PATCH 1/3] Fixed a few things in plugin.yml --- src/main/resources/plugin.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 402372eed..ca15f7db4 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,7 +1,7 @@ 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 @@ -10,9 +10,9 @@ 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 From e7bd1e649cd5167608732ac4f50548e478663a36 Mon Sep 17 00:00:00 2001 From: Florian CUNY Date: Sun, 19 May 2019 16:10:55 +0200 Subject: [PATCH 2/3] Added description in plugin.yml --- src/main/resources/plugin.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index ca15f7db4..165f72a04 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -5,6 +5,7 @@ api-version: "1.13" authors: [tastybento, Poslovitch] website: https://bentobox.world +description: ${project.description} load: STARTUP From 4f8f40733e56dd08b2f347764bf92c2803ab071a Mon Sep 17 00:00:00 2001 From: Florian CUNY Date: Sun, 19 May 2019 16:16:20 +0200 Subject: [PATCH 3/3] Updated description in pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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