mirror of
https://github.com/BentoBoxWorld/AcidIsland.git
synced 2024-11-25 12:15:57 +01:00
1ce41477c1
Adds comments to top of config file.
315 lines
12 KiB
YAML
315 lines
12 KiB
YAML
# AcidIsland Configuration
|
|
# 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.
|
|
acid:
|
|
# Acid Settings
|
|
#
|
|
# Acid can damage ops or not
|
|
damage-op: true
|
|
#
|
|
# Acid can damage chickens - best to leave false because they like to swim
|
|
damage-chickens: false
|
|
damage:
|
|
acid:
|
|
# Damage that a player will experience in acid. 10 is half their health typically. 5 would be easier.
|
|
player: 10
|
|
# Damage that monsters experience from acid
|
|
monster: 5
|
|
# Damage animals experience from acid
|
|
animal: 5
|
|
# Destroy items after this many seconds in acid. 0 = do not destroy items
|
|
item: 0
|
|
# Damage from acid rain
|
|
rain: 1
|
|
# Portion effects from going into acid water
|
|
# You can list multiple effects
|
|
effects:
|
|
- CONFUSION
|
|
- BLINDNESS
|
|
protection:
|
|
# If player wears a helmet then they will not suffer from acid rain
|
|
helmet: false
|
|
# If player wears any set of full armor, they will not suffer from acid damage
|
|
full-armor: false
|
|
world:
|
|
# Friendly name for this world. Used in admin commands. Must be a single word
|
|
friendly-name: AcidIsland
|
|
# Name of the world - if it does not exist then it will be generated.
|
|
# It acts like a prefix for nether and end (e.g. BSkyBlock, BSkyBlock_nether, BSkyBlock_end)
|
|
world-name: AcidIsland_world
|
|
# World difficulty setting - PEACEFUL, EASY, NORMAL, HARD
|
|
# Other plugins may override this setting
|
|
difficulty: NORMAL
|
|
# Radius of island in blocks. (So distance between islands is twice this)
|
|
# Will be rounded up to the nearest 16 blocks.
|
|
# It is the same for every dimension : Overworld, Nether and End.
|
|
# This value cannot be changed mid-game and the plugin will not start if it is different.
|
|
distance-between-islands: 64
|
|
# Default protection range radius in blocks. Cannot be larger than distance.
|
|
# Admins can change protection sizes for players individually using /bsadmin setrange
|
|
# or set this permission: bskyblock.island.range.<number>
|
|
protection-range: 50
|
|
# Start islands at these coordinates. This is where new islands will start in the
|
|
# world. These must be a factor of your island distance, but the plugin will auto
|
|
# calculate the closest location on the grid. Islands develop around this location
|
|
# both positively and negatively in a square grid.
|
|
# If none of this makes sense, leave it at 0,0.
|
|
start-x: 0
|
|
start-z: 0
|
|
offset-x: 0
|
|
offset-z: 0
|
|
# Island height - Lowest is 5.
|
|
# It is the y coordinate of the bedrock block in the schem
|
|
island-height: 50
|
|
# Use your own world generator for this world. In this case, the plugin will not generate
|
|
# anything.
|
|
use-own-generator: false
|
|
# Sea height (don't changes this mid-game unless you delete the world)
|
|
# Minimum is 0, which means you are playing Skyblock!
|
|
# If sea height is less than about 10, then players will drop right through it
|
|
# if it exists. Makes for an interesting variation on skyblock.
|
|
sea-height: 55
|
|
# Maximum number of islands in the world. Set to 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
|
|
# a new island for example. Options are SURVIVAL, CREATIVE, ADVENTURE, SPECTATOR
|
|
default-game-mode: SURVIVAL
|
|
nether:
|
|
# Generate Nether - if this is false, the nether world will not be made and access to
|
|
# the nether will not occur. Other plugins may still enable portal usage.
|
|
# Note: Some challenges will not be possible if there is no nether.
|
|
# Note that with a standard nether all players arrive at the same portal and entering a
|
|
# portal will return them back to their islands.
|
|
generate: true
|
|
# Islands in Nether. Change to false for standard vanilla nether.
|
|
islands: true
|
|
# Nether trees are made if a player grows a tree in the nether (gravel and glowstone)
|
|
# Applies to both vanilla and islands Nether
|
|
trees: true
|
|
# Make the nether roof, if false, there is nothing up there
|
|
# Change to false if lag is a problem from the generation
|
|
# Only applies to islands Nether
|
|
roof: true
|
|
# Nether spawn protection radius - this is the distance around the nether spawn
|
|
# that will be protected from player interaction (breaking blocks, pouring lava etc.)
|
|
# Minimum is 0 (not recommended), maximum is 100. Default is 25.
|
|
# Only applies to vanilla nether
|
|
spawn-radius: 25
|
|
end:
|
|
generate: true
|
|
islands: true
|
|
dragon-spawn: false
|
|
# Removing mobs - this kills all monsters in the vicinity. Benefit is that it helps
|
|
# players return to their island if the island has been overrun by monsters.
|
|
# 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:
|
|
- ZOMBIE_VILLAGER
|
|
- WITHER
|
|
- PIG_ZOMBIE
|
|
- ENDERMAN
|
|
# World flags. These are boolean settings for various flags for this world
|
|
flags:
|
|
ENTER_EXIT_MESSAGES: true
|
|
PISTON_PUSH: true
|
|
ISLAND_RESPAWN: true
|
|
OFFLINE_REDSTONE: true
|
|
REMOVE_MOBS: true
|
|
ENDER_CHEST: false
|
|
CLEAN_SUPER_FLAT: true
|
|
# These are the default protection settings for new islands.
|
|
# The value is the minimum island rank required allowed to do the action
|
|
# Ranks are: Visitor = 0, Member = 900, Owner = 1000
|
|
default-island-flags:
|
|
HURT_ANIMALS: 900
|
|
COLLECT_WATER: 900
|
|
REDSTONE: 900
|
|
BUCKET: 900
|
|
BUTTON: 900
|
|
LOCK: 0
|
|
FIRE_EXTINGUISH: 900
|
|
ENDER_PEARL: 900
|
|
DOOR: 900
|
|
BEACON: 900
|
|
TRAPDOOR: 900
|
|
PRESSURE_PLATE: 900
|
|
FURNACE: 900
|
|
PLACE_BLOCKS: 900
|
|
ANVIL: 900
|
|
FIRE: 900
|
|
CRAFTING: 900
|
|
BREEDING: 900
|
|
SHEARING: 900
|
|
ENCHANTING: 900
|
|
HURT_VILLAGERS: 900
|
|
SPAWN_EGGS: 900
|
|
BED: 900
|
|
COLLECT_LAVA: 900
|
|
MILKING: 900
|
|
LEVER: 900
|
|
RIDING: 900
|
|
HURT_MONSTERS: 900
|
|
ARMOR_STAND: 900
|
|
GATE: 900
|
|
TRADING: 900
|
|
EGGS: 900
|
|
ITEM_DROP: 900
|
|
PORTAL: 900
|
|
CHEST: 900
|
|
NOTE_BLOCK: 900
|
|
LEASH: 900
|
|
MOUNT_INVENTORY: 900
|
|
BREAK_BLOCKS: 900
|
|
CHORUS_FRUIT: 900
|
|
ITEM_PICKUP: 900
|
|
CROP_TRAMPLE: 900
|
|
JUKEBOX: 900
|
|
BREWING: 900
|
|
# These are the default settings for new islands
|
|
default-island-settings:
|
|
PVP_END: false
|
|
ANIMAL_SPAWN: true
|
|
PVP_NETHER: false
|
|
MONSTER_SPAWN: true
|
|
FIRE_SPREAD: true
|
|
PVP_OVERWORLD: false
|
|
# These are the settings visible to users.
|
|
visible-settings: []
|
|
# Visitor banned commands - Visitors to islands cannot use these commands in this world
|
|
visitor-banned-commands:
|
|
- spawner
|
|
- spawnmob
|
|
island:
|
|
limits:
|
|
entities: {}
|
|
tile-entities: {}
|
|
# Default max team size
|
|
# Use this permission to set for specific user groups: askyblock.team.maxsize.<number>
|
|
# Permission size cannot be less than the default below.
|
|
max-team-size: 4
|
|
# Default maximum number of homes a player can have. Min = 1
|
|
# Accessed via sethome <number> or go <number>
|
|
# Use this permission to set for specific user groups: askyblock.island.maxhomes.<number>
|
|
max-homes: 1
|
|
name:
|
|
# Island naming
|
|
# Only players with the TODO can name their island
|
|
# It is displayed in the top ten and enter and exit announcements
|
|
# It replaces the owner's name. Players can use & for color coding if they have the TODO permission
|
|
# These set the minimum and maximum size of a name.
|
|
min-length: 4
|
|
max-length: 20
|
|
# How long a player must wait until they can rejoin a team island after being
|
|
# kicked in minutes. This slows the effectiveness of players repeating challenges
|
|
# by repetitively being invited to a team island.
|
|
invite-wait: 60
|
|
reset:
|
|
# How many resets a player is allowed (override with /asadmin clearreset <player>)
|
|
# Value of -1 means unlimited, 0 means hardcore - no resets.
|
|
# Example, 2 resets means they get 2 resets or 3 islands lifetime
|
|
reset-limit: -1
|
|
# Kicked or leaving players lose resets
|
|
# Players who leave a team will lose an island reset chance
|
|
# If a player has zero resets left and leaves a team, they cannot make a new
|
|
# island by themselves and can only join a team.
|
|
# Leave this true to avoid players exploiting free islands
|
|
leavers-lose-reset: false
|
|
# Allow kicked players to keep their inventory.
|
|
# If false, kicked player's inventory will be thrown at the island leader if the
|
|
# kicked player is online and in the island world.
|
|
kicked-keep-inventory: false
|
|
on-join:
|
|
# What the plugin should reset when the player joins or creates an island
|
|
# Reset Money - if this is true, will reset the player's money to the starting money
|
|
# Recommendation is that this is set to true, but if you run multi-worlds
|
|
# make sure your economy handles multi-worlds too.
|
|
money: false
|
|
# Reset inventory - if true, the player's inventory will be cleared.
|
|
# Note: if you have MultiInv running or a similar inventory control plugin, that
|
|
# plugin may still reset the inventory when the world changes.
|
|
inventory: false
|
|
# Reset Ender Chest - if true, the player's Ender Chest will be cleared.
|
|
ender-chest: false
|
|
on-leave:
|
|
# What the plugin should reset when the player leaves or is kicked from an island
|
|
# Reset Money - if this is true, will reset the player's money to the starting money
|
|
# Recommendation is that this is set to true, but if you run multi-worlds
|
|
# make sure your economy handles multi-worlds too.
|
|
money: false
|
|
# Reset inventory - if true, the player's inventory will be cleared.
|
|
# Note: if you have MultiInv running or a similar inventory control plugin, that
|
|
# plugin may still reset the inventory when the world changes.
|
|
inventory: false
|
|
# Reset Ender Chest - if true, the player's Ender Chest will be cleared.
|
|
ender-chest: false
|
|
require-confirmation:
|
|
reset: true
|
|
# Ask the player to confirm the command he is using by typing it again.
|
|
# The 'wait' value is the number of seconds to wait for confirmation.
|
|
kick: true
|
|
kick-wait: 10
|
|
leave: true
|
|
leave-wait: 10
|
|
# How long a player must wait before they can reset their island again in second
|
|
reset-wait: 300
|
|
make-island-if-none: false
|
|
# Immediately teleport player to their island (home 1 if it exists) when entering the world
|
|
immediate-teleport-on-island: false
|
|
# Have player's respawn on their island if they die
|
|
respawn-on-island: false
|
|
deaths:
|
|
# Maximum number of deaths to count. The death count can be used by add-ons.
|
|
max: 10
|
|
sum-team: false
|
|
# When a player joins a team, reset their death count
|
|
team-join-reset: true
|
|
customranks: {}
|
|
protection:
|
|
# Allow pistons to push outside of the protected area (maybe to make bridges)
|
|
allow-piston-push: true
|
|
# Restrict Wither and other flying mobs.
|
|
# Any flying mobs that exit the island space where they were spawned will be removed.
|
|
# Includes blaze and ghast.
|
|
restrict-flying-mobs: true
|
|
# 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
|
|
togglePvPCooldown: 0
|
|
allowEndermanGriefing: false
|
|
endermanDeathDrop: false
|
|
allowTNTDamage: false
|
|
allowChestDamage: false
|
|
allowCreeperDamage: false
|
|
allowCreeperGriefing: false
|
|
allowMobDamageToItemFrames: false
|
|
panel:
|
|
close-on-click-outside: true
|
|
# Do not change this value below
|
|
uniqueId: config
|