mirror of
https://github.com/BentoBoxWorld/AcidIsland.git
synced 2024-11-23 11:05:59 +01:00
Release 1.0
This commit is contained in:
parent
d6264f28a9
commit
78dba1d243
4
pom.xml
4
pom.xml
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<groupId>world.bentobox</groupId>
|
<groupId>world.bentobox</groupId>
|
||||||
<artifactId>acidisland</artifactId>
|
<artifactId>acidisland</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>1.0</version>
|
||||||
|
|
||||||
<name>AcidIsland</name>
|
<name>AcidIsland</name>
|
||||||
<description>AcidIsland is an add-on for BentoBox, an expandable Minecraft Bukkit plugin for island-type games like SkyBlock or AcidIsland.</description>
|
<description>AcidIsland is an add-on for BentoBox, an expandable Minecraft Bukkit plugin for island-type games like SkyBlock or AcidIsland.</description>
|
||||||
@ -91,7 +91,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>world.bentobox</groupId>
|
<groupId>world.bentobox</groupId>
|
||||||
<artifactId>bentobox</artifactId>
|
<artifactId>bentobox</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>1.0</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
name: AcidIsland
|
name: AcidIsland
|
||||||
main: world.bentobox.acidisland.AcidIsland
|
main: world.bentobox.acidisland.AcidIsland
|
||||||
version: ${version}
|
version: ${project.version}
|
||||||
|
|
||||||
authors: tastybento
|
authors: tastybento
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# AcidIsland Configuration [version]
|
# AcidIsland Configuration 1.0
|
||||||
# This config file is dynamic and saved when the server is shutdown.
|
# This config file is dynamic and saved when the server is shutdown.
|
||||||
# You cannot edit it while the server is running because changes will
|
# 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.
|
# 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
|
# Portion effects from going into acid water
|
||||||
# You can list multiple effects
|
# You can list multiple effects
|
||||||
effects:
|
effects:
|
||||||
- CONFUSION
|
- CONFUSION
|
||||||
- BLINDNESS
|
- BLINDNESS
|
||||||
protection:
|
protection:
|
||||||
# If player wears a helmet then they will not suffer from acid rain
|
# If player wears a helmet then they will not suffer from acid rain
|
||||||
helmet: false
|
helmet: false
|
||||||
@ -123,10 +123,10 @@ world:
|
|||||||
# This setting is toggled in world flags and set by the settings GUI.
|
# 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
|
# Mob white list - these mobs will NOT be removed when logging in or doing /island
|
||||||
remove-mobs-whitelist:
|
remove-mobs-whitelist:
|
||||||
- PIG_ZOMBIE
|
- ENDERMAN
|
||||||
- ENDERMAN
|
- ZOMBIE_VILLAGER
|
||||||
- ZOMBIE_VILLAGER
|
- PIG_ZOMBIE
|
||||||
- WITHER
|
- WITHER
|
||||||
# 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
|
||||||
@ -155,20 +155,20 @@ world:
|
|||||||
DOOR: 500
|
DOOR: 500
|
||||||
FURNACE: 500
|
FURNACE: 500
|
||||||
ANVIL: 500
|
ANVIL: 500
|
||||||
FISH_SCOOPING: 500
|
|
||||||
FIRE: 500
|
FIRE: 500
|
||||||
|
FISH_SCOOPING: 500
|
||||||
END_PORTAL: 500
|
END_PORTAL: 500
|
||||||
BREEDING: 500
|
BREEDING: 500
|
||||||
HURT_VILLAGERS: 500
|
HURT_VILLAGERS: 500
|
||||||
TNT: 500
|
TNT: 500
|
||||||
FROST_WALKER: 500
|
|
||||||
TURTLE_EGGS: 500
|
TURTLE_EGGS: 500
|
||||||
|
FROST_WALKER: 500
|
||||||
COLLECT_LAVA: 500
|
COLLECT_LAVA: 500
|
||||||
LEVER: 500
|
LEVER: 500
|
||||||
RIDING: 500
|
|
||||||
HURT_MONSTERS: 0
|
HURT_MONSTERS: 0
|
||||||
ARMOR_STAND: 500
|
RIDING: 500
|
||||||
NAME_TAG: 500
|
NAME_TAG: 500
|
||||||
|
ARMOR_STAND: 500
|
||||||
TRADING: 0
|
TRADING: 0
|
||||||
EGGS: 500
|
EGGS: 500
|
||||||
ITEM_DROP: 0
|
ITEM_DROP: 0
|
||||||
@ -176,8 +176,8 @@ world:
|
|||||||
NETHER_PORTAL: 500
|
NETHER_PORTAL: 500
|
||||||
CROP_TRAMPLE: 500
|
CROP_TRAMPLE: 500
|
||||||
ITEM_PICKUP: 0
|
ITEM_PICKUP: 0
|
||||||
BREWING: 500
|
|
||||||
DROPPER: 500
|
DROPPER: 500
|
||||||
|
BREWING: 500
|
||||||
COLLECT_WATER: 500
|
COLLECT_WATER: 500
|
||||||
BUTTON: 500
|
BUTTON: 500
|
||||||
FIRE_EXTINGUISH: 500
|
FIRE_EXTINGUISH: 500
|
||||||
@ -187,8 +187,8 @@ world:
|
|||||||
PLACE_BLOCKS: 500
|
PLACE_BLOCKS: 500
|
||||||
ITEM_FRAME: 500
|
ITEM_FRAME: 500
|
||||||
CRAFTING: 0
|
CRAFTING: 0
|
||||||
ENCHANTING: 0
|
|
||||||
SHEARING: 500
|
SHEARING: 500
|
||||||
|
ENCHANTING: 0
|
||||||
BED: 500
|
BED: 500
|
||||||
SPAWN_EGGS: 500
|
SPAWN_EGGS: 500
|
||||||
MILKING: 0
|
MILKING: 0
|
||||||
@ -215,8 +215,8 @@ world:
|
|||||||
visible-settings: []
|
visible-settings: []
|
||||||
# Visitor banned commands - Visitors to islands cannot use these commands in this world
|
# Visitor banned commands - Visitors to islands cannot use these commands in this world
|
||||||
visitor-banned-commands:
|
visitor-banned-commands:
|
||||||
- spawner
|
- spawner
|
||||||
- spawnmob
|
- spawnmob
|
||||||
island:
|
island:
|
||||||
# Default max team size
|
# Default max team size
|
||||||
# Use this permission to set for specific user groups: acidisland.team.maxsize.<number>
|
# Use this permission to set for specific user groups: acidisland.team.maxsize.<number>
|
||||||
@ -311,30 +311,30 @@ protection:
|
|||||||
# Invincible visitors. List of damages that will not affect visitors.
|
# Invincible visitors. List of damages that will not affect visitors.
|
||||||
# Make list blank if visitors should receive all damages
|
# Make list blank if visitors should receive all damages
|
||||||
invincible-visitors:
|
invincible-visitors:
|
||||||
- BLOCK_EXPLOSION
|
- BLOCK_EXPLOSION
|
||||||
- CONTACT
|
- CONTACT
|
||||||
- CUSTOM
|
- CUSTOM
|
||||||
- DROWNING
|
- DROWNING
|
||||||
- ENTITY_ATTACK
|
- ENTITY_ATTACK
|
||||||
- ENTITY_EXPLOSION
|
- ENTITY_EXPLOSION
|
||||||
- FALL
|
- FALL
|
||||||
- FALLING_BLOCK
|
- FALLING_BLOCK
|
||||||
- FIRE
|
- FIRE
|
||||||
- FIRE_TICK
|
- FIRE_TICK
|
||||||
- LAVA
|
- LAVA
|
||||||
- LIGHTNING
|
- LIGHTNING
|
||||||
- MAGIC
|
- MAGIC
|
||||||
- POISON
|
- POISON
|
||||||
- PROJECTILE
|
- PROJECTILE
|
||||||
- STARVATION
|
- STARVATION
|
||||||
- SUFFOCATION
|
- SUFFOCATION
|
||||||
- THORNS
|
- THORNS
|
||||||
- WITHER
|
- WITHER
|
||||||
- DRAGON_BREATH
|
- DRAGON_BREATH
|
||||||
- FLY_INTO_WALL
|
- FLY_INTO_WALL
|
||||||
- HOT_FLOOR
|
- HOT_FLOOR
|
||||||
- CRAMMING
|
- CRAMMING
|
||||||
- VOID
|
- VOID
|
||||||
panel:
|
panel:
|
||||||
# Whether GUIs should be closed when the player clicks outside.
|
# Whether GUIs should be closed when the player clicks outside.
|
||||||
close-on-click-outside: true
|
close-on-click-outside: true
|
||||||
|
Loading…
Reference in New Issue
Block a user