Initial commit

This commit is contained in:
2021-02-02 17:22:50 -06:00
commit 6e3d44f26e
628 changed files with 51125 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
#By changing the setting below to TRUE you are indicating your agreement to our EULA (https://account.mojang.com/documents/minecraft_eula).
#Wed Dec 02 16:44:50 CST 2020
eula=true

Binary file not shown.

Binary file not shown.

2
FabricServerTemplate/start.bat Executable file
View File

@@ -0,0 +1,2 @@
java -jar fabric-server-launch.jar
pause

2
FabricServerTemplate/start.sh Executable file
View File

@@ -0,0 +1,2 @@
#!/usr/bin/env bash
java -jar fabric-server-launch.jar