Skip to content

Commit

Permalink
Added AOneBlock softdepend and default perms
Browse files Browse the repository at this point in the history
  • Loading branch information
tastybento committed Apr 19, 2020
1 parent 4492db3 commit d70f94f
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions src/main/resources/addon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ version: ${version}${build.number}
main: world.bentobox.islandfly.IslandFlyAddon
icon: FEATHER

softdepend: AcidIsland, BSkyBlock, CaveBlock, SkyGrid
softdepend: AcidIsland, BSkyBlock, CaveBlock, SkyGrid, AOneBlock


authors: [DarkRails]
authors: [DarkRails, tastybento]
description: Allow players to fly on their island


Expand Down Expand Up @@ -48,5 +48,15 @@ permissions:
description: Allows access to fly command.
default: true
skygrid.island.flybypass:
description: Allows to keep fly mode on player death.
default: op

aoneblock.island.flyspawn:
description: Allows to use fly on spawn
default: op
aoneblock.island.fly:
description: Allows access to fly command.
default: true
aoneblock.island.flybypass:
description: Allows to keep fly mode on player death.
default: op

0 comments on commit d70f94f

Please sign in to comment.