We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5956da2 commit d780d76Copy full SHA for d780d76
1 file changed
src/main/java/net/theevilreaper/bounce/BounceServer.java
@@ -6,9 +6,16 @@
6
import io.github.togar2.pvp.MinestomPvP;
7
import net.minestom.server.MinecraftServer;
8
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
+ */
16
public class BounceServer {
17
- public static void main(String[] args) {
18
+ static void main() {
19
MinecraftServer minecraftServer = MinecraftServer.init();
20
MinestomPvP.init();
21
Bounce bounce = new Bounce();
0 commit comments