Added promote permission and fixed bskyblock.island.info description (#74)

* Create support template

* Added promote permission and fixed bskyblock.island.info description
This commit is contained in:
YellowZaki 2019-02-17 02:43:33 +01:00 committed by tastybento
parent a018bc141e
commit bfe0cae1b7
2 changed files with 28 additions and 1 deletions

24
.github/ISSUE_TEMPLATE/support.md vendored Normal file
View File

@ -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.

View File

@ -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