Adding mindustry server core

This commit is contained in:
Dima YaFlay
2022-05-14 05:07:52 +03:00
committed by GitHub
parent e8c5cc37ee
commit 362c72b0a1
3 changed files with 4 additions and 0 deletions

2
run_server.bat Normal file
View File

@@ -0,0 +1,2 @@
@echo off
java -jar server.jar

2
run_server.sh Normal file
View File

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

BIN
server.jar Normal file

Binary file not shown.