Still in development, there may be bugs.
- Download from the latest release.
- Put it in the same folder as your Minecraft server.
- Edit the
run
file (which is the server launcher).
- Add a new line
./mcods
after thejava
command like:
java @user_jvm_args.txt @libraries/net/minecraftforge/forge/<version>/linux_args.txt %*
+ ./mcods
- Add a new line
wt -w 1 ./mcods
after thejava
command like:
java @user_jvm_args.txt @libraries/net/minecraftforge/forge/<version>/win_args.txt %*
+ wt -w 1 ./mcods
- Add
wt -w 1
in thejava
command like:
- java @user_jvm_args.txt @libraries/net/minecraftforge/forge/<version>/win_args.txt %*
+ wt -w 1 java @user_jvm_args.txt @libraries/net/minecraftforge/forge/<version>/win_args.txt %*
wt -w 1 ./mcods
- Add a new line
start ./mcods
after thejava
command like:
+ start ./mcods
java @user_jvm_args.txt @libraries/net/minecraftforge/forge/<version>/win_args.txt %*
- Add
start
in thejava
command like:
start ./mcods
- java @user_jvm_args.txt @libraries/net/minecraftforge/forge/<version>/win_args.txt %*
+ start java @user_jvm_args.txt @libraries/net/minecraftforge/forge/<version>/win_args.txt %*
- Launch the
run
file. - Share
http://<Your Minecraft server IP>:3000
to your friends. - Let them click the
.jar
files to download.