diff --git a/.github/ISSUE_TEMPLATE/support.md b/.github/ISSUE_TEMPLATE/support.md new file mode 100644 index 0000000..df7ed64 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/support.md @@ -0,0 +1,24 @@ +--- +name: Support request +about: Request for help + +--- + +**Description** +A clear and concise description of what your problem is. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Server Information:** + +[Please complete the following information:] + - Database being used (Flat file, MySQL, Mongo): [] + - OS: [e.g. iOS] + - Java Version: [e.g. Java 8] + - BentoBox version: [e.g. 1.7.2.21] + - Addons installed? [Do '/bentobox version' and copy/paste from the console] + - Other plugins? [Do '/plugins' and copy/paste from the console] + +**Additional context** +Add any other context about the problem here. diff --git a/src/main/resources/addon.yml b/src/main/resources/addon.yml index 03cc4f5..3b2c76b 100755 --- a/src/main/resources/addon.yml +++ b/src/main/resources/addon.yml @@ -19,7 +19,7 @@ permissions: description: Let the player use the sethome command default: true bskyblock.island.info: - description: Let the player check their island level + description: Let the player check other players info default: true bskyblock.island.lock: description: Allows island locking @@ -54,6 +54,9 @@ permissions: bskyblock.island.team.coop: description: Let a player use team coop commands default: true + bskyblock.island.team.promote: + description: Let a player use promote commands + default: true bskyblock.settings.*: description: Allow use of settings on island default: true