Guides
Adding Mods
Install NeoForge mods on your Magma server
Adding Mods
Magma runs NeoForge mods. Make sure mods match your Minecraft version.
Where to Find Mods
Check that each mod supports your Minecraft version and is built for NeoForge.
Installing
- Stop your server
- Drop the
.jarinto themodsfolder - Start the server
cp ~/downloads/some-mod.jar ~/server/mods/Configuration
Mods generate config files in the config folder on first run. Stop the server, edit the config, restart.
Dependencies
If a mod fails to load, check logs/latest.log for missing dependency errors. Download and add the required library mods to your mods folder.
Updating
- Stop server
- Back up
modsandconfigfolders - Remove old
.jar, add new one - Start server
Troubleshooting
- Mod not loading — wrong Minecraft version, missing dependency
- Crash on startup — check
logs/latest.log, try removing the mod to isolate the issue - Conflicts with plugins — if a mod and plugin do the same thing, pick one