1
0
mirror of https://e.coding.net/circlecloud/Residence.git synced 2025-11-25 21:56:06 +00:00

fix Rails Bug and flush item bug...

Signed-off-by: j502647092 <jtb1@163.com>
This commit is contained in:
j502647092
2015-09-26 17:25:10 +08:00
parent 532c89e70e
commit 08e3ed84e2
4 changed files with 67 additions and 5 deletions

View File

@@ -52,7 +52,7 @@ Global:
# 设置为'false'将造成即使在保存文件时检测到错误,领地插件也会继续加载.
StopOnSaveFault: true
# 领地名称字符过滤,Google搜索 "Java正则表达式" 可以了解它是如何工作.
ResidenceNameRegex: '[A-Za-z0-9\u4e00-\u9fa5\\-\\_]'
ResidenceNameRegex: '[^A-Za-z0-9\u4e00-\u9fa5\-\_]'
# 设置为'true'将会 当每次租用到期或出租期满,都会发送给控制台一个信息.
ShowIntervalMessages: false
# 实验 - 以下设置块的ID列表将作为检查的“箱子”和“使用”标志的使用,当使用MOD自定义箱子和物品时.