Initial commit
This commit is contained in:
3
FabricServerTemplate/eula.txt
Normal file
3
FabricServerTemplate/eula.txt
Normal 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
|
BIN
FabricServerTemplate/fabric-server-launch.jar
Normal file
BIN
FabricServerTemplate/fabric-server-launch.jar
Normal file
Binary file not shown.
BIN
FabricServerTemplate/server.jar
Normal file
BIN
FabricServerTemplate/server.jar
Normal file
Binary file not shown.
2
FabricServerTemplate/start.bat
Executable file
2
FabricServerTemplate/start.bat
Executable file
@@ -0,0 +1,2 @@
|
||||
java -jar fabric-server-launch.jar
|
||||
pause
|
2
FabricServerTemplate/start.sh
Executable file
2
FabricServerTemplate/start.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/usr/bin/env bash
|
||||
java -jar fabric-server-launch.jar
|
Reference in New Issue
Block a user