Fixed bug where members were not given access to settings by default

Also tweaked default settings to allow some visitor access
This commit is contained in:
tastybento 2018-08-25 11:32:05 -07:00
parent cbba846e22
commit c5a0bc4536

View File

@ -83,7 +83,7 @@ world:
# World flags. These are boolean settings for various flags for this world # World flags. These are boolean settings for various flags for this world
flags: flags:
CREEPER_DAMAGE: true CREEPER_DAMAGE: true
PISTON_PUSH: true PISTON_PUSH: false
ISLAND_RESPAWN: true ISLAND_RESPAWN: true
CREEPER_GRIEFING: false CREEPER_GRIEFING: false
ENDERMAN_GRIEFING: true ENDERMAN_GRIEFING: true
@ -97,53 +97,53 @@ world:
ITEM_FRAME_DAMAGE: false ITEM_FRAME_DAMAGE: false
# These are the default protection settings for new islands. # These are the default protection settings for new islands.
# The value is the minimum island rank required allowed to do the action # The value is the minimum island rank required allowed to do the action
# Ranks are: Visitor = 0, Member = 900, Owner = 1000 # Ranks are: Visitor = 0, Member = 500, Owner = 1000
default-island-flags: default-island-flags:
HURT_ANIMALS: 900 HURT_ANIMALS: 500
COLLECT_WATER: 900 COLLECT_WATER: 500
REDSTONE: 900 REDSTONE: 500
BUTTON: 900 BUTTON: 500
BUCKET: 900 BUCKET: 500
LOCK: 0 LOCK: 0
FIRE_EXTINGUISH: 900 FIRE_EXTINGUISH: 500
ENDER_PEARL: 900 ENDER_PEARL: 500
DOOR: 900 DOOR: 500
BEACON: 900 BEACON: 500
TRAPDOOR: 900 TRAPDOOR: 500
PRESSURE_PLATE: 900 PRESSURE_PLATE: 0
FURNACE: 900 FURNACE: 500
PLACE_BLOCKS: 900 PLACE_BLOCKS: 500
ANVIL: 900 ANVIL: 500
FIRE: 900 FIRE: 500
CRAFTING: 900 CRAFTING: 0
BREEDING: 900 BREEDING: 500
TNT: 900 TNT: 500
ENCHANTING: 900 ENCHANTING: 0
SHEARING: 900 SHEARING: 500
HURT_VILLAGERS: 900 HURT_VILLAGERS: 500
BED: 900 BED: 500
SPAWN_EGGS: 900 SPAWN_EGGS: 500
COLLECT_LAVA: 900 COLLECT_LAVA: 500
MILKING: 900 MILKING: 0
LEVER: 900 LEVER: 500
RIDING: 900 RIDING: 500
HURT_MONSTERS: 900 HURT_MONSTERS: 0
ARMOR_STAND: 900 ARMOR_STAND: 500
GATE: 900 GATE: 0
TRADING: 900 TRADING: 0
EGGS: 900 EGGS: 500
PORTAL: 900 PORTAL: 0
ITEM_DROP: 900 ITEM_DROP: 0
CHEST: 900 CHEST: 500
NOTE_BLOCK: 900 NOTE_BLOCK: 0
LEASH: 900 LEASH: 500
BREAK_BLOCKS: 900 BREAK_BLOCKS: 500
MOUNT_INVENTORY: 900 MOUNT_INVENTORY: 500
CHORUS_FRUIT: 900 CHORUS_FRUIT: 500
CROP_TRAMPLE: 900 CROP_TRAMPLE: 500
JUKEBOX: 900 JUKEBOX: 500
ITEM_PICKUP: 900 ITEM_PICKUP: 0
BREWING: 900 BREWING: 500
# These are the default settings for new islands # These are the default settings for new islands
default-island-settings: default-island-settings:
PVP_END: false PVP_END: false