From 78dba1d24375512c4a58c9a707737b815a1c07a1 Mon Sep 17 00:00:00 2001 From: Florian CUNY Date: Fri, 4 Jan 2019 10:42:22 +0100 Subject: [PATCH] Release 1.0 --- pom.xml | 4 +- src/main/resources/addon.yml | 2 +- src/main/resources/config.yml | 80 +++++++++++++++++------------------ 3 files changed, 43 insertions(+), 43 deletions(-) diff --git a/pom.xml b/pom.xml index e2f780c..215d994 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ world.bentobox acidisland - 1.0-SNAPSHOT + 1.0 AcidIsland AcidIsland is an add-on for BentoBox, an expandable Minecraft Bukkit plugin for island-type games like SkyBlock or AcidIsland. @@ -91,7 +91,7 @@ world.bentobox bentobox - 1.0-SNAPSHOT + 1.0 provided diff --git a/src/main/resources/addon.yml b/src/main/resources/addon.yml index 719d14d..187dc97 100755 --- a/src/main/resources/addon.yml +++ b/src/main/resources/addon.yml @@ -1,6 +1,6 @@ name: AcidIsland main: world.bentobox.acidisland.AcidIsland -version: ${version} +version: ${project.version} authors: tastybento diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 5a0ddbf..fb845a6 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -1,4 +1,4 @@ -# AcidIsland Configuration [version] +# AcidIsland Configuration 1.0 # This config file is dynamic and saved when the server is shutdown. # You cannot edit it while the server is running because changes will # be lost! Use in-game settings GUI or edit when server is offline. @@ -27,8 +27,8 @@ acid: # Portion effects from going into acid water # You can list multiple effects effects: - - CONFUSION - - BLINDNESS + - CONFUSION + - BLINDNESS protection: # If player wears a helmet then they will not suffer from acid rain helmet: false @@ -71,7 +71,7 @@ world: # Sea height (don't changes this mid-game unless you delete the world) # Minimum is 0, which means you are playing Skyblock! sea-height: 55 - # Maximum number of islands in the world. Set to -1 or 0 for unlimited. + # Maximum number of islands in the world. Set to -1 or 0 for unlimited. # If the number of islands is greater than this number, no new island will be created. max-islands: 0 # The default game mode for this world. Players will be set to this mode when they create @@ -123,10 +123,10 @@ world: # This setting is toggled in world flags and set by the settings GUI. # Mob white list - these mobs will NOT be removed when logging in or doing /island remove-mobs-whitelist: - - PIG_ZOMBIE - - ENDERMAN - - ZOMBIE_VILLAGER - - WITHER + - ENDERMAN + - ZOMBIE_VILLAGER + - PIG_ZOMBIE + - WITHER # World flags. These are boolean settings for various flags for this world flags: CREEPER_DAMAGE: true @@ -155,20 +155,20 @@ world: DOOR: 500 FURNACE: 500 ANVIL: 500 - FISH_SCOOPING: 500 FIRE: 500 + FISH_SCOOPING: 500 END_PORTAL: 500 BREEDING: 500 HURT_VILLAGERS: 500 TNT: 500 - FROST_WALKER: 500 TURTLE_EGGS: 500 + FROST_WALKER: 500 COLLECT_LAVA: 500 LEVER: 500 - RIDING: 500 HURT_MONSTERS: 0 - ARMOR_STAND: 500 + RIDING: 500 NAME_TAG: 500 + ARMOR_STAND: 500 TRADING: 0 EGGS: 500 ITEM_DROP: 0 @@ -176,8 +176,8 @@ world: NETHER_PORTAL: 500 CROP_TRAMPLE: 500 ITEM_PICKUP: 0 - BREWING: 500 DROPPER: 500 + BREWING: 500 COLLECT_WATER: 500 BUTTON: 500 FIRE_EXTINGUISH: 500 @@ -187,8 +187,8 @@ world: PLACE_BLOCKS: 500 ITEM_FRAME: 500 CRAFTING: 0 - ENCHANTING: 0 SHEARING: 500 + ENCHANTING: 0 BED: 500 SPAWN_EGGS: 500 MILKING: 0 @@ -215,8 +215,8 @@ world: visible-settings: [] # Visitor banned commands - Visitors to islands cannot use these commands in this world visitor-banned-commands: - - spawner - - spawnmob + - spawner + - spawnmob island: # Default max team size # Use this permission to set for specific user groups: acidisland.team.maxsize. @@ -311,30 +311,30 @@ protection: # Invincible visitors. List of damages that will not affect visitors. # Make list blank if visitors should receive all damages invincible-visitors: - - BLOCK_EXPLOSION - - CONTACT - - CUSTOM - - DROWNING - - ENTITY_ATTACK - - ENTITY_EXPLOSION - - FALL - - FALLING_BLOCK - - FIRE - - FIRE_TICK - - LAVA - - LIGHTNING - - MAGIC - - POISON - - PROJECTILE - - STARVATION - - SUFFOCATION - - THORNS - - WITHER - - DRAGON_BREATH - - FLY_INTO_WALL - - HOT_FLOOR - - CRAMMING - - VOID + - BLOCK_EXPLOSION + - CONTACT + - CUSTOM + - DROWNING + - ENTITY_ATTACK + - ENTITY_EXPLOSION + - FALL + - FALLING_BLOCK + - FIRE + - FIRE_TICK + - LAVA + - LIGHTNING + - MAGIC + - POISON + - PROJECTILE + - STARVATION + - SUFFOCATION + - THORNS + - WITHER + - DRAGON_BREATH + - FLY_INTO_WALL + - HOT_FLOOR + - CRAMMING + - VOID panel: # Whether GUIs should be closed when the player clicks outside. close-on-click-outside: true