mirror of
https://github.com/BentoBoxWorld/BSkyBlock.git
synced 2025-01-15 20:11:19 +01:00
Release 1.0
This commit is contained in:
parent
7d26d010e5
commit
ca647ea6a7
2
pom.xml
2
pom.xml
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<groupId>world.bentobox</groupId>
|
<groupId>world.bentobox</groupId>
|
||||||
<artifactId>bskyblock</artifactId>
|
<artifactId>bskyblock</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>1.0</version>
|
||||||
|
|
||||||
<name>BSkyBlock</name>
|
<name>BSkyBlock</name>
|
||||||
<description>BSkyBlock is an add-on for BentoBox, an expandable Minecraft Bukkit plugin for island-type games like SkyBlock or AcidIsland.</description>
|
<description>BSkyBlock is an add-on for BentoBox, an expandable Minecraft Bukkit plugin for island-type games like SkyBlock or AcidIsland.</description>
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
# BSkyBlock Configuration 0.6.3-SNAPSHOT
|
# BSkyBlock 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.
|
||||||
#
|
#
|
||||||
world:
|
world:
|
||||||
# Friendly name for this world. Used in admin commands. Must be a single word
|
# Friendly name for this world. Used in admin commands. Must be a single word
|
||||||
friendly-name: BSkyBlock
|
friendly-name: BSkyBlock
|
||||||
@ -50,6 +50,10 @@ world:
|
|||||||
default-game-mode: SURVIVAL
|
default-game-mode: SURVIVAL
|
||||||
# The default biome for the overworld
|
# The default biome for the overworld
|
||||||
default-biome: PLAINS
|
default-biome: PLAINS
|
||||||
|
# The maximum number of players a player can ban at any one time in this game mode.
|
||||||
|
# The permission acidisland.ban.maxlimit.X where X is a number can also be used per player
|
||||||
|
# -1 = unlimited
|
||||||
|
ban-limit: -1
|
||||||
nether:
|
nether:
|
||||||
# Generate Nether - if this is false, the nether world will not be made and access to
|
# 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.
|
# the nether will not occur. Other plugins may still enable portal usage.
|
||||||
@ -78,10 +82,10 @@ world:
|
|||||||
dragon-spawn: false
|
dragon-spawn: false
|
||||||
# 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:
|
||||||
- WITHER
|
- ENDERMAN
|
||||||
- ENDERMAN
|
- ZOMBIE_VILLAGER
|
||||||
- PIG_ZOMBIE
|
- PIG_ZOMBIE
|
||||||
- ZOMBIE_VILLAGER
|
- 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
|
||||||
@ -115,8 +119,8 @@ world:
|
|||||||
FIRE: 500
|
FIRE: 500
|
||||||
END_PORTAL: 500
|
END_PORTAL: 500
|
||||||
BREEDING: 500
|
BREEDING: 500
|
||||||
TNT: 500
|
|
||||||
HURT_VILLAGERS: 500
|
HURT_VILLAGERS: 500
|
||||||
|
TNT: 500
|
||||||
FROST_WALKER: 500
|
FROST_WALKER: 500
|
||||||
TURTLE_EGGS: 500
|
TURTLE_EGGS: 500
|
||||||
COLLECT_LAVA: 500
|
COLLECT_LAVA: 500
|
||||||
@ -140,10 +144,11 @@ world:
|
|||||||
BEACON: 500
|
BEACON: 500
|
||||||
TRAPDOOR: 500
|
TRAPDOOR: 500
|
||||||
PRESSURE_PLATE: 0
|
PRESSURE_PLATE: 0
|
||||||
|
ITEM_FRAME: 500
|
||||||
PLACE_BLOCKS: 500
|
PLACE_BLOCKS: 500
|
||||||
CRAFTING: 0
|
CRAFTING: 0
|
||||||
SHEARING: 500
|
|
||||||
ENCHANTING: 0
|
ENCHANTING: 0
|
||||||
|
SHEARING: 500
|
||||||
SPAWN_EGGS: 500
|
SPAWN_EGGS: 500
|
||||||
BED: 500
|
BED: 500
|
||||||
MILKING: 0
|
MILKING: 0
|
||||||
@ -152,8 +157,8 @@ world:
|
|||||||
EXPERIENCE_PICKUP: 500
|
EXPERIENCE_PICKUP: 500
|
||||||
HOPPER: 500
|
HOPPER: 500
|
||||||
LEASH: 500
|
LEASH: 500
|
||||||
MOUNT_INVENTORY: 500
|
|
||||||
BREAK_BLOCKS: 500
|
BREAK_BLOCKS: 500
|
||||||
|
MOUNT_INVENTORY: 500
|
||||||
CHORUS_FRUIT: 500
|
CHORUS_FRUIT: 500
|
||||||
CONTAINER: 500
|
CONTAINER: 500
|
||||||
JUKEBOX: 500
|
JUKEBOX: 500
|
||||||
@ -170,8 +175,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
|
||||||
# Permission size cannot be less than the default below.
|
# Permission size cannot be less than the default below.
|
||||||
@ -241,36 +246,36 @@ protection:
|
|||||||
# Geo restrict mobs.
|
# Geo restrict mobs.
|
||||||
# Mobs that exit the island space where they were spawned will be removed.
|
# Mobs that exit the island space where they were spawned will be removed.
|
||||||
geo-limit-settings:
|
geo-limit-settings:
|
||||||
- GHAST
|
- GHAST
|
||||||
- BAT
|
- BAT
|
||||||
- BLAZE
|
- BLAZE
|
||||||
# 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