Skip to content
/ mcods Public

Share your Minecraft server mod files (.jar) simply!

License

Notifications You must be signed in to change notification settings

JadeMin/mcods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MCods

Share your Minecraft server mod files (.jar) simply!

Still in development, there may be bugs.

Installation

  1. Download from the latest release.
  2. Put it in the same folder as your Minecraft server.
  3. Edit the run file (which is the server launcher).

Linux

  1. Add a new line ./mcods after the java command like:
java @user_jvm_args.txt @libraries/net/minecraftforge/forge/<version>/linux_args.txt %*
+ ./mcods

Windows 11

  1. Add a new line wt -w 1 ./mcods after the java command like:
java @user_jvm_args.txt @libraries/net/minecraftforge/forge/<version>/win_args.txt %*
+ wt -w 1 ./mcods
  1. Add wt -w 1 in the java 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

Windows 10

  1. Add a new line start ./mcods after the java command like:
+ start ./mcods
java @user_jvm_args.txt @libraries/net/minecraftforge/forge/<version>/win_args.txt %*
  1. Add start in the java 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 %*

Usage

  1. Launch the run file.
  2. Share http://<Your Minecraft server IP>:3000 to your friends.
  3. Let them click the .jar files to download.