This repository has been archived on 2024-12-29. You can view files and clone it, but cannot push or open issues or pull requests.
Files
nukkit-alphaapi/src/com/alphaae/mcpe/servers/Config.java
AlphaAE b36c37b5ab 090501
2019-05-01 18:31:58 +08:00

7 lines
97 B
Java

package com.alphaae.mcpe.servers;
public interface Config {
int JOIN_WAITING_TIME = 240;
}