package com.example.minestom; public class Main { public static void main(String[] args) { GameOfLifeServer server = new GameOfLifeServer(); CommandManager.registerCommands(server); GameOfLifeServer.main(args); } }