mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-01-11 10:58:48 +01:00
Release 1.0 ( 🎉 )
This commit is contained in:
parent
967ebccae1
commit
2b0ccb4099
2
pom.xml
2
pom.xml
@ -6,7 +6,7 @@
|
||||
|
||||
<groupId>world.bentobox</groupId>
|
||||
<artifactId>bentobox</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<version>1.0</version>
|
||||
|
||||
<name>BentoBox</name>
|
||||
<description>Expandable Minecraft Spigot plugin for island-type games like SkyBlock or AcidIsland.</description>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# BentoBox Configuration 1.0-SNAPSHOT
|
||||
# BentoBox Configuration 1.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.
|
||||
@ -35,12 +35,8 @@ general:
|
||||
# /!\ This feature is experimental and might not work as expected or might not work at all.
|
||||
fakeplayers:
|
||||
- '[CoFH]'
|
||||
# Allow obsidian to be scooped up with an empty bucket back into lava
|
||||
# This only works if there is a single block of obsidian (no obsidian within 10 blocks)
|
||||
# Recommendation is to keep this true so that newbies don't bother you or reset their
|
||||
# island unnecessarily.
|
||||
allow-obsidian-scooping: true
|
||||
# Rank required to use a command. e.g., use the invite command. Default is owner rank is required.
|
||||
# /!\ This feature is experimental and might not work as expected or might not work at all.
|
||||
rank-command: {}
|
||||
panel:
|
||||
close-on-click-outside: true
|
||||
@ -64,7 +60,6 @@ island:
|
||||
time: 10
|
||||
commands:
|
||||
# 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
|
||||
leave: true
|
||||
reset: true
|
||||
@ -75,7 +70,5 @@ island:
|
||||
# Number of blocks to paste per tick when pasting a schem
|
||||
# Smaller values will help reduce noticeable lag but will make pasting take longer
|
||||
paste-speed: 1000
|
||||
# /!\ This feature is experimental and might not work as expected or might not work at all.
|
||||
custom-ranks: {}
|
||||
# These settings should not be edited
|
||||
uniqueId: config
|
||||
|
Loading…
Reference in New Issue
Block a user