Skip to content
/ mcods Public

JadeMin/mcods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

106 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MCods

Easily share your Minecraft server mod files (.jar)!

Still in development. There may be bugs.

Installation

  1. Download from the latest release.
  2. Place it in your Minecraft server's root directory.
  3. Edit the run file (the server startup script).

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 with your friends.
  3. Have them click the .jar files to download.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

  •  

Contributors