1
0
mirror of https://e.coding.net/circlecloud/SimpleEssential.git synced 2024-11-16 01:08:46 +00:00

修改传送延时...

Signed-off-by: j502647092 <jtb1@163.com>
This commit is contained in:
j502647092 2015-08-12 20:45:44 +08:00
parent bf3d71baf2
commit 4f376492a8
2 changed files with 13 additions and 1 deletions

View File

@ -23,7 +23,7 @@ public class TeleportControl {
protected HashMap<Player, TeleportInfo> teleportList = new HashMap<Player, TeleportInfo>(); protected HashMap<Player, TeleportInfo> teleportList = new HashMap<Player, TeleportInfo>();
protected HashMap<Player, Location> lastlocList = new HashMap<Player, Location>(); protected HashMap<Player, Location> lastlocList = new HashMap<Player, Location>();
private SimpleEssential plugin; private SimpleEssential plugin;
private int TpDelay = Config.getInstance().getInt("tpdelay", 3); private int TpDelay = Config.getInstance().getInt("Teleport.delay", 3);
public TeleportControl(SimpleEssential plugin) { public TeleportControl(SimpleEssential plugin) {
this.plugin = plugin; this.plugin = plugin;

View File

@ -4,6 +4,18 @@ version: 1.0
servername: '' servername: ''
#插件名称 #插件名称
pluginname: '&6[&b保护系统&6]&r' pluginname: '&6[&b保护系统&6]&r'
#基础传送系统
Teleport:
#所有传送延时
delay: 3
#登陆提示 #登陆提示
Tip: Tip:
#是否开启 #是否开启