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:
parent
bf3d71baf2
commit
4f376492a8
@ -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;
|
||||||
|
@ -4,6 +4,18 @@ version: 1.0
|
|||||||
servername: ''
|
servername: ''
|
||||||
#插件名称
|
#插件名称
|
||||||
pluginname: '&6[&b保护系统&6]&r'
|
pluginname: '&6[&b保护系统&6]&r'
|
||||||
|
|
||||||
|
#基础传送系统
|
||||||
|
Teleport:
|
||||||
|
#所有传送延时
|
||||||
|
delay: 3
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#登陆提示
|
#登陆提示
|
||||||
Tip:
|
Tip:
|
||||||
#是否开启
|
#是否开启
|
||||||
|
Loading…
Reference in New Issue
Block a user