修复了设置不允许创建领地的世界不生效的问题
All checks were successful
Java CI-CD with Maven / build (push) Successful in 14m18s
All checks were successful
Java CI-CD with Maven / build (push) Successful in 14m18s
This commit is contained in:
parent
408f26e003
commit
a9230cd03f
2
pom.xml
2
pom.xml
@ -6,7 +6,7 @@
|
||||
|
||||
<groupId>cn.lunadeer</groupId>
|
||||
<artifactId>Dominion</artifactId>
|
||||
<version>1.20.1-beta</version>
|
||||
<version>1.20.2-beta</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>Dominion</name>
|
||||
|
@ -58,7 +58,7 @@ public class ConfigManager {
|
||||
_limit_max_y = _file.getInt("Limit.MaxY", 320);
|
||||
_limit_amount = _file.getInt("Limit.Amount", 10);
|
||||
_limit_depth = _file.getInt("Limit.Depth", 10);
|
||||
_world_black_list = _file.getStringList("WorldBlackList");
|
||||
_world_black_list = _file.getStringList("Limit.WorldBlackList");
|
||||
_check_update = _file.getBoolean("CheckUpdate", true);
|
||||
_tp_enable = _file.getBoolean("Teleport.Enable", false);
|
||||
_tp_delay = _file.getInt("Teleport.Delay", 0);
|
||||
|
Reference in New Issue
Block a user