wiki通知情報

2023年10月からルールが変更されています。再度ルールをご確認ください。
更新情報(2021/5/5) / 重要告知(2021/5/9)

https://github.com/Bukkit/Bukkit

https://github.com/Bukkit/CraftBukkit

http://forum.minecraftuser.jp/viewtopic.php?f=7&t=22679

MinecraftServer.java

                    if (this.worlds.get(0).everyoneDeeplySleeping()) { // CraftBukkit
                        this.q();
                        j = 0L;
                    } else {
                        while (j > 1L) {
                            MinecraftServer.currentTick = (int) (System.currentTimeMillis() / 1); // CraftBukkit
                            j -= 1L;
                            this.q();
                        }
                    }
 
                    Thread.sleep(1L);
                }

PendingConnection.java ⇒ LoginListener

    public void c() {
        if (this.h) {
            this.d();
        }
 
        if (this.f++ == 60000) {
            this.disconnect("Took too long to log in");
        } else {
            this.networkManager.b();
        }
    }
プリント/エキスポート
QRコード
QR Code user:ecolight:highspeed (generated for current page)