Skip to content

Commit

Permalink
Version 1.2.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
Poslovitch committed Jan 27, 2019
1 parent 9afb5c6 commit 6fdf11f
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 16 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>world.bentobox</groupId>
<artifactId>bentobox</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>

<name>BentoBox</name>
<description>Expandable Minecraft Spigot plugin for island-type games like SkyBlock or AcidIsland.</description>
Expand Down
39 changes: 24 additions & 15 deletions src/main/resources/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# BentoBox Configuration 1.1
# BentoBox Configuration 1.2.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.
Expand Down Expand Up @@ -41,23 +41,32 @@ general:
rank-command: {}
panel:
close-on-click-outside: true
logs:
# Toggle whether superflat chunks regeneration should be logged in the server logs or not.
# It can be spammy if there are a lot of superflat chunks to regenerate.
# However, as superflat chunks regeneration can be performance-intensive, it is recommended to keep
# this setting set to true, as it will help you know if there are regenerations taking place.
clean-super-flat-chunks: true
island:
cooldown:
# 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: 60
# How long a player must wait until they can coop a player in minutes.
coop: 5
# How long a player must wait until they can trust a player in minutes.
trust: 5
# How long a player must wait until they can ban a player
# after unbanning them. In minutes.
ban: 10
# How long a player must wait before they can reset their island again in seconds.
reset: 300
time:
# 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: 60
# How long a player must wait until they can coop a player in minutes.
coop: 5
# How long a player must wait until they can trust a player in minutes.
trust: 5
# How long a player must wait until they can ban a player after unbanning them. In minutes.
ban: 10
# How long a player must wait before they can reset their island again in seconds.
reset: 300
options:
# Whether the reset cooldown should be applied when the player creates an island for the first time or not.
set-reset-cooldown-on-create: true
confirmation:
# Time in seconds that players have to confirm sensitive commands, e.g. island reset
# Time in seconds that players have to confirm sensitive commands, e.g. island reset.
time: 10
commands:
# Ask the player to confirm the command he is using by typing it again.
Expand Down

0 comments on commit 6fdf11f

Please sign in to comment.