Release 1.1 (BentoBox 1.2.0)

This commit is contained in:
Florian CUNY 2019-01-27 11:19:15 +01:00
parent 99fb7bdc9a
commit 83069b6e86
5 changed files with 10 additions and 14 deletions

View File

@ -6,7 +6,7 @@
<groupId>world.bentobox</groupId> <groupId>world.bentobox</groupId>
<artifactId>bskyblock</artifactId> <artifactId>bskyblock</artifactId>
<version>1.1-SNAPSHOT</version> <version>1.1</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>
@ -91,7 +91,7 @@
<dependency> <dependency>
<groupId>world.bentobox</groupId> <groupId>world.bentobox</groupId>
<artifactId>bentobox</artifactId> <artifactId>bentobox</artifactId>
<version>1.1.1-SNAPSHOT</version> <version>1.2.0</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
</dependencies> </dependencies>

View File

@ -42,7 +42,6 @@ public class BSkyBlock extends GameModeAddon {
logError("BSkyBlock settings could not load! Addon disabled."); logError("BSkyBlock settings could not load! Addon disabled.");
setState(State.DISABLED); setState(State.DISABLED);
} }
} }
@Override @Override

View File

@ -31,7 +31,6 @@ import world.bentobox.bentobox.database.objects.adapters.FlagSerializer2;
@ConfigComment("This config file is dynamic and saved when the server is shutdown.") @ConfigComment("This config file is dynamic and saved when the server is shutdown.")
@ConfigComment("You cannot edit it while the server is running because changes will") @ConfigComment("You cannot edit it while the server is running because changes will")
@ConfigComment("be lost! Use in-game settings GUI or edit when server is offline.") @ConfigComment("be lost! Use in-game settings GUI or edit when server is offline.")
@ConfigComment("")
public class Settings implements DataObject, WorldSettings { public class Settings implements DataObject, WorldSettings {
/* WORLD */ /* WORLD */

View File

@ -1,6 +1,7 @@
name: BSkyBlock name: BSkyBlock
main: world.bentobox.bskyblock.BSkyBlock main: world.bentobox.bskyblock.BSkyBlock
version: ${version} version: ${version}
metrics: true
authors: tastybento authors: tastybento
@ -20,9 +21,6 @@ permissions:
bskyblock.island.info: bskyblock.island.info:
description: Let the player check their island level description: Let the player check their island level
default: true default: true
bskyblock.island.sethome:
description: Let the player set their island teleport point
default: true
bskyblock.island.lock: bskyblock.island.lock:
description: Allows island locking description: Allows island locking
default: false default: false

View File

@ -1,8 +1,7 @@
# BSkyBlock Configuration 1.0 # BSkyBlock Configuration 1.1
# 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
@ -82,10 +81,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
- PIG_ZOMBIE
- ENDERMAN - ENDERMAN
- ZOMBIE_VILLAGER - ZOMBIE_VILLAGER
- PIG_ZOMBIE
- 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
@ -149,19 +148,20 @@ world:
CRAFTING: 0 CRAFTING: 0
ENCHANTING: 0 ENCHANTING: 0
SHEARING: 500 SHEARING: 500
SPAWN_EGGS: 500
BED: 500 BED: 500
SPAWN_EGGS: 500
MILKING: 0 MILKING: 0
DISPENSER: 500 DISPENSER: 500
GATE: 0 GATE: 0
EXPERIENCE_PICKUP: 500 EXPERIENCE_PICKUP: 500
HOPPER: 500 HOPPER: 500
LEASH: 500 LEASH: 500
BREAK_BLOCKS: 500
MOUNT_INVENTORY: 500 MOUNT_INVENTORY: 500
BREAK_BLOCKS: 500
CHORUS_FRUIT: 500 CHORUS_FRUIT: 500
CONTAINER: 500 CONTAINER: 500
JUKEBOX: 500 JUKEBOX: 500
POTION_THROWING: 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
@ -179,7 +179,7 @@ world:
- 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.
max-team-size: 4 max-team-size: 4
# Default maximum number of homes a player can have. Min = 1 # Default maximum number of homes a player can have. Min = 1
# Accessed via /is sethome <number> or /is go <number> # Accessed via /is sethome <number> or /is go <number>