mirror of
https://e.coding.net/circlecloud/TeleportRandom.git
synced 2024-10-31 07:28:47 +00:00
fix old config function...
Signed-off-by: j502647092 <jtb1@163.com>
This commit is contained in:
parent
3ff69db027
commit
38642ca752
@ -18,7 +18,7 @@ public class TeleportRandom extends JavaPlugin implements CommandExecutor {
|
||||
public String pluginname;
|
||||
|
||||
public void onLoad() {
|
||||
Config.load(this);
|
||||
Config.load(this, "1.0");
|
||||
servername = getmessage("servername");
|
||||
pluginname = getmessage("pluginname");
|
||||
}
|
||||
|
@ -1,38 +1,39 @@
|
||||
#本文件为随机传送插件的主配置文件
|
||||
#服务器名称
|
||||
#本文件为随机传送插件的主配置文件
|
||||
version: 1.0
|
||||
#服务器名称
|
||||
servername: ''
|
||||
#插件名称
|
||||
pluginname: '§6[§b随机传送§6]&r'
|
||||
#是否提示
|
||||
#插件名称
|
||||
pluginname: '§6[§b随机传送§6]&r'
|
||||
#是否提示
|
||||
tipplayer: true
|
||||
#提示消息
|
||||
#提示消息
|
||||
Message:
|
||||
Reload: '&a配置文件已重新载入!'
|
||||
Reload: '&a配置文件已重新载入!'
|
||||
|
||||
#随机传送提示
|
||||
#默认提示
|
||||
default1: '&5未指定随机范围 使用默认值1000!'
|
||||
default2: '&c正确使用方法/tpr [随机传送范围]!'
|
||||
#提示
|
||||
Tip: '&a您被传送至 &a世界%world% &dX:%x% Z:%z%!'
|
||||
#警告
|
||||
Wran: '&c超过最大允许传送范围 已限制为%limit%!'
|
||||
#传送保护提示
|
||||
Protect: '&3传送保护 下方有&c危险&3 已自动生成玻璃(10秒后消失) !'
|
||||
#没有传送的权限
|
||||
NoPerm: '&c当前没有使用随机传送的权限!'
|
||||
#随机传送提示
|
||||
#默认提示
|
||||
default1: '&5未指定随机范围 使用默认值1000!'
|
||||
default2: '&c正确使用方法/tpr [随机传送范围]!'
|
||||
#提示
|
||||
Tip: '&a您被传送至 &a世界%world% &dX:%x% Z:%z%!'
|
||||
#警告
|
||||
Wran: '&c超过最大允许传送范围 已限制为%limit%!'
|
||||
#传送保护提示
|
||||
Protect: '&3传送保护 下方有&c危险&3 已自动生成玻璃(10秒后消失) !'
|
||||
#没有传送的权限
|
||||
NoPerm: '&c当前没有使用随机传送的权限!'
|
||||
|
||||
#允许传送的世界(不区分大小写)
|
||||
#允许传送的世界(不区分大小写)
|
||||
AllowWorld:
|
||||
- FutureCity
|
||||
- ZiYuan
|
||||
|
||||
#默认传送距离
|
||||
#默认传送距离
|
||||
default: 10000
|
||||
#最大传送距离
|
||||
#最大传送距离
|
||||
Limit: 10000
|
||||
|
||||
#传送保护列表(不区分大小写)
|
||||
#传送保护列表(不区分大小写)
|
||||
ProtectBlock:
|
||||
- WATER
|
||||
- LAVA
|
||||
|
Loading…
Reference in New Issue
Block a user