Refactored Generation and class structure
This commit is contained in:
@ -8,6 +8,7 @@ import eu.mhsl.minenet.minigames.server.provider.ByPlayerNameUuidProvider;
|
||||
import io.github.bloepiloepi.pvp.PvpExtension;
|
||||
import net.minestom.server.MinecraftServer;
|
||||
import net.minestom.server.extras.lan.OpenToLAN;
|
||||
import net.minestom.server.extras.velocity.VelocityProxy;
|
||||
import net.minestom.server.timer.TaskSchedule;
|
||||
|
||||
import java.util.logging.Logger;
|
||||
@ -41,6 +42,7 @@ public class Main {
|
||||
logger.info("Starting Minecraft server ... ");
|
||||
OpenToLAN.open();
|
||||
//MojangAuth.init(); LET NON MIGRATORS PLAY!
|
||||
VelocityProxy.enable("sKkDO9lGfpS7");
|
||||
server.start("0.0.0.0", 25565);
|
||||
System.gc();
|
||||
|
||||
|
Reference in New Issue
Block a user