######################################################################
# | | ----- /\ \ / |\ | #
# | | | / \ \ / | \ | #
# | | | / \ \ / | \ | #
# |--------| | /------\ / | \ | #
# | | | / \ / \ | \ | #
# | | | / \ / \ | \ | #
# | | ----- / \ / \ | \| #
# #
# --------- | --------- #
# | | | | #
# | | | | #
# --------| |--------- --------| ----------- #
# | | | | | #
# | | | | | #
# | | | | | #
# --------- |--------| --------- ------ #
######################################################################
Debug: false
# 最大聊天距离 64个方块
# Maximum chat distance 64 blocks
MaxChatdistance: 128
# 当玩家之间的距离超出[设定值]时 会随机在字符出产生乱码
# 乱码的字符数量 = (玩家之间的距离 - [设定值])/ChuShu
# 判定方式为,当之间的距离超出[设定值]时(不包括等于[设定值]) 进行乱码处理
# When the distance between players exceeds [set value], garbled characters will be randomly generated
# Number of garbled characters = (distance between players-[set value])/ChuShu
# Judgment method is, when the distance between [set value] exceeds [set value] (not including equal to [set value]), garbled processing
RandomMessageDistance: 64
# 乱码的字符数量 = (玩家之间的距离 - [设定值])/ChuShu的变量ChuShu就是下面这个ChuShu
# 默认为4
# The number of garbled characters = (distance between players-[set value])/ChuShu's variable ChuShu is the following ChuShu
# Default is 4
ChuShu: 4
#随机的乱码字符
RandomMessage: "
[email protected]#$%^&*(){}[];./,`~|"
# %juli%为距离发送者的距离 %player_world%为发送者玩家所处的世界 %player%为发送者玩家名字 %sendMessage%是发送的话
# 注意:本插件没有使用PlaceHolderApi 所以不支持PAPI变量
# %juli% is the distance from the sender %player_world% is the world where the sender player is in %player% is the sender player's name %sendMessage% is the message sent
# Note: This plugin does not use PlaceHolderApi so it does not support PAPI variables
ChatFormat: "§7[§a%juli%个方块§7][§a%player_world%§7][§b%player%§7]§f:§7%sendMessage%"
# 维护模式设置:
# 这个维护模式没测试过,而且重启了就会失效,后面会解决,目前解决不了
# Maintenance mode settings:
# This maintenance mode has not been tested, and it will become invalid after restarting. It will be solved later, but it cannot be solved at present
EndSafeModeMessage: "维护模式结束"
# End of maintenance mode
StartSafeModeMessage: "维护模式开始"
# Start of maintenance mode
joinKickMessage: "你不被允许加入正在维护的服务器"
# You are not allowed to join the server under maintenance
joinSuccessMessage: "你加入了一个正在维护的服务器"
# You joined a server that is under maintenance
HiaXnCommandError: "指令用法错误"
# Wrong Command Useage:
# 世界的话语设置
#WorldSay Setting
WorldSayPrefix: "&b世界的话语"
# WorldSay
WorldSayFomat: "&7[&a%worldSayPrefix%&7]&f:&f%message%"
# 是否在使用Worldsay发布公告的时候
# 给所有玩家发布一个标题? 默认:true
# Whether to use Worldsay to publish announcements
# Post a title to all players? Default: true
WorldSayTitle: true
NoPermissionMessage: "&c你没有使用命令的权限"
ReloadSuccessMessage: "&a重载插件成功!"
# You Can't use this Command Because You havent Premission for this Command
# Help Setting
help:
- "&7[&dHiaXn2B2T&7] &7[&a帮助&7]"
- "&e&l-----------------------"
- "&7 &a/hiaxn2b2t help 查看帮助"
- "&7 &a/hiaxn2b2t reload 重载插件"
- "&7 &a/hiaxn2b2t worldsay [信息] 发动世界的话语"
- "&7 &a/hiaxn2b2t safemode 打开/关闭 安全模式"
- "&e&l-----------------------"
# -"&7[&dHiaXn2B2T&7] &7[&aHelp&7]"
# -"&e&l-----------------------"
# -"&7 &a/hiaxn2b2t help view help"
# -"&7 &a/hiaxn2b2t reload reload plugin"
# -"&7 &a/hiaxn2b2t worldsay [message] use WorldSay"
# -"&7 &a/hiaxn2b2t safemode open/close safe mode"
# -"&e&l-----------------------"