mirror of
https://e.coding.net/circlecloud/MiaoLobby.git
synced 2025-11-01 16:46:00 +00:00
@@ -28,6 +28,7 @@ public class AuthMeHook implements Listener {
|
||||
if (player.isOnline()) {
|
||||
if (delay > 0) {
|
||||
C.ActionBar.send(player, String.format(plugin.config.TPDelay, delay));
|
||||
delay--;
|
||||
return;
|
||||
}
|
||||
plugin.random(player);
|
||||
|
||||
@@ -9,7 +9,7 @@ Servers:
|
||||
WaitTime: 35
|
||||
#AuthMe自动传送
|
||||
AuthMeAutoTP: true
|
||||
#自动登录延时(单位: Tick)
|
||||
#自动登录延时(单位: 秒)
|
||||
AutoTPDelay: 10
|
||||
#传送提示
|
||||
Message: '&a请稍候 正在传送至服务器 %s ...'
|
||||
|
||||
Reference in New Issue
Block a user