Add permission bskyblock.island.homes for new homes command.

This commit is contained in:
tastybento 2021-04-07 21:36:14 -07:00
parent 32ccd0cbb5
commit 6a0ace8a1a
1 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,7 @@
name: BSkyBlock
main: world.bentobox.bskyblock.BSkyBlock
version: ${version}${build.number}
api-version: 1.14
api-version: 1.16.2-SNAPSHOT
metrics: true
icon: "OAK_SAPLING"
repository: "BentoBoxWorld/BSkyBlock"
@ -18,6 +18,9 @@ permissions:
bskyblock.island.home:
description: Allow teleporting to player island
default: true
bskyblock.island.homes:
description: Allow use of the homes command
default: true
bskyblock.island.sethome:
description: Let the player use the sethome command
default: true