# 限制箱子开启
# (= = 这个实在翻不了了 求大触手帮忙 谢谢 icefox注)
# Enable this to prevents the ChestOpening-Animination when blocking
# interaction with a chest. But therefore
# you're no longer able to place blocks on chest and such while crouching.
# default: false
chestOpen: false
region:
# 地区限制
#
# 用来开关地区限制功能. 这个功能需要"WorldGuard"做前置插件
# 如果没有这个插件的话会自动禁用这个功能
# true为开启 false为关闭 默认值: true
enabled: true
# = = 下面的是个坑 我真心有点无力 这个坑一定会填的 一定会
# RegionRememberOptional
#
# Remembers if players disables the Region-GameMode (by switching in an
# optional region to World-Default-GameMode with /lc creative|survival). So
# when the player re-enters the region, he keep his GameMode which he left it
# in.
# Hint: This is very confusing, if MultiVerse "enforce gamemode" swaps your
# state (default). So better don't use with Multiverse.
#
# default: false
rememberOptional: false
# RegionSafeMode
#
# When a player leaves a region he always will get back to the World-GameMode,
# even if he entered the region already in the Region-GameMode. So its the
# opposite analog to RegionRememberOptional.
# That means: If a GM in creative-mode walks/flies through a creative-region
# in a survival world, he will get back to survival on leaving the region.
#
# default: false
safeMode: false
# RegionMaximumFallingHeight
#
# When the player is more than this count of blocks above the ground, he is
# prevented from changing the region that sets him survival which would cause
# him falling and hurting.
#
# Set to -1 to disable
#
# default: 3
maxFallingHeight: 3
# Metrics
#
# This settings allows the Addon-Author to track the Servers using this plugin.
# It will not track any player related data like names, ips, online time or
# such. Please do not disable the option! As more servers are using the plugin
# and the author knows, as more he is willing to support the plugin! Its a
# win-win for both.
#
# default: true
metrics: true