mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-12 13:54:22 +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>
|
<groupId>world.bentobox</groupId>
|
||||||
<artifactId>bentobox</artifactId>
|
<artifactId>bentobox</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>1.0</version>
|
||||||
|
|
||||||
<name>BentoBox</name>
|
<name>BentoBox</name>
|
||||||
<description>Expandable Minecraft Spigot plugin for island-type games like SkyBlock or AcidIsland.</description>
|
<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.
|
# 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.
|
||||||
@ -35,12 +35,8 @@ general:
|
|||||||
# /!\ This feature is experimental and might not work as expected or might not work at all.
|
# /!\ This feature is experimental and might not work as expected or might not work at all.
|
||||||
fakeplayers:
|
fakeplayers:
|
||||||
- '[CoFH]'
|
- '[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.
|
# 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: {}
|
rank-command: {}
|
||||||
panel:
|
panel:
|
||||||
close-on-click-outside: true
|
close-on-click-outside: true
|
||||||
@ -64,7 +60,6 @@ island:
|
|||||||
time: 10
|
time: 10
|
||||||
commands:
|
commands:
|
||||||
# Ask the player to confirm the command he is using by typing it again.
|
# 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: true
|
||||||
leave: true
|
leave: true
|
||||||
reset: true
|
reset: true
|
||||||
@ -75,7 +70,5 @@ island:
|
|||||||
# Number of blocks to paste per tick when pasting a schem
|
# Number of blocks to paste per tick when pasting a schem
|
||||||
# Smaller values will help reduce noticeable lag but will make pasting take longer
|
# Smaller values will help reduce noticeable lag but will make pasting take longer
|
||||||
paste-speed: 1000
|
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
|
# These settings should not be edited
|
||||||
uniqueId: config
|
uniqueId: config
|
||||||
|
Loading…
Reference in New Issue
Block a user