Skip to content

Commit d780d76

Browse files
committed
chore(server): update main class to use Java 25 features
1 parent 5956da2 commit d780d76

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

src/main/java/net/theevilreaper/bounce/BounceServer.java

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,16 @@
66
import io.github.togar2.pvp.MinestomPvP;
77
import net.minestom.server.MinecraftServer;
88

9+
/**
10+
* Initializes some necessary components and starts the {@link MinecraftServer} which is required for the game to run.
11+
*
12+
* @version 1.0.0
13+
* @since .1.0
14+
* @author theEvilReaper
15+
*/
916
public class BounceServer {
1017

11-
public static void main(String[] args) {
18+
static void main() {
1219
MinecraftServer minecraftServer = MinecraftServer.init();
1320
MinestomPvP.init();
1421
Bounce bounce = new Bounce();

0 commit comments

Comments
 (0)