Jump to content

Featured Replies

Posted
comment_14

You鈥檝e developed a mod and want to share it with the community?
Here鈥檚 how to prepare and publish your mod using the official aiostool-cli.


馃敡 Step 1: Build Your Mod

Make sure your mod contains a valid mod.json, including at least:

{"identifier": "yourModName","entryFile": "main.js","entryFunction": "main"}

If you have additional configuration files your mod needs (e.g., config.json), you can include them via the configs array:

"configs": ["config.json"]

Once everything is set up, open a terminal inside your mod folder and run:

aiostool build 

This command will:

  • Bundle your mod using esbuild

  • Validate structure and required functions

  • Package everything into a .zip file (e.g. yourModName.zip)


鈽侊笍 Step 2: Upload the ZIP

Once your ZIP file is created, you can upload it via our Mod Upload Section.

Make sure your ZIP contains:

  • mod.json

  • the bundled main.js

  • all config files listed in configs (if any)


馃摝 Done!

After uploading, your mod will be available for others to install, test, and use via the aiostool mod loader.
We highly recommend testing your mod via aiostool run or in development mode (-dev) before uploading.


If you have any questions, feel free to ask in the Modding Support section.
Happy modding!

@BlackRider
Founder 路 Lead Developer 路 System Administrator
Development 路 Infrastructure 路 Feature Design 路 Community & Project Management
馃敆 My links & socials

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...