mirror of
https://github.com/geekfrog/PermissionsTime.git
synced 2025-09-06 20:26:59 +00:00
支持跨服权限
This commit is contained in:
@ -23,8 +23,8 @@ public class LangCfg extends PluginConfig {
|
||||
|
||||
@Override
|
||||
protected void loadToDo() {
|
||||
NO_PERMISSION = setGetDefault("nopermission", "&4你没有权限这么做");
|
||||
CONFIG_RELOADED = setGetDefault("configReloaded", "&a配置重载完成");
|
||||
NO_PERMISSION = getConfig().getString("nopermission", "&4你没有权限这么做");
|
||||
CONFIG_RELOADED = getConfig().getString("configReloaded", "&a配置重载完成");
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user