Skip to content
Alexander Gottwald edited this page Sep 6, 2021 · 6 revisions

Installation

Modloader

Mods

Although the modloader package contains all mods they are not enabled by default. To enable a specific mod perform the installation steps for the mod

This will add a file mods\MODNAME.properties which enables the mod

Configuring

You can configure mods by editing the file mods/MODNAME.config. This file is created with a template when the server is first started with a new mod present. The templates are also linked in the individual mod documentation pages.

Lines starting with "#" are comments and are ignored. The default options in the configuration template are all marked with a "#" and are not effective. To set the option remove the "#" and change the value after the "=" sign.

Example from AnnouncerMod

# Enable announcing of players
#
# Default value. The option is not enabled but contains the default value from the mod
#announcePlayers=true


# Enable announcing of player logout
#
# Enabled configuration option. The "#" sign at the start was removed and the value changed
announcePlayerLogout=false

Updating

To update the modloader and all bundled mods perform the installation steps for the modloader

The bundled mods are updated with the modloader and need no separate update. Mods not included with the modloader may require a separate update.

Troubleshooting

If the server will not start create an issue and attach "server.log" from the server folder. You can also post the problem in the thread on the WurmUnlimited forums. You can upload the log to a service like PasteBin and include a link to the log in the post.

Clone this wiki locally