Releases: ago1024/WurmServerModLauncher
Releases · ago1024/WurmServerModLauncher
Version 0.16.1
Version 0.16.1
CropMod
- Prevent growing to weeds in TilePoller
Version 0.16
Version 0.16
Merge changes from beta branch
- Adjust to new server API
Version 0.16-beta1
Version 0.16-beta1
- Adjust to beta server api
Version 0.15.2
Version 0.15.2
Bag of Holding
- Fixed crash when that occured when the container had an enchant but not the courier enchant
ServerPacks
- Allow using a different network interface than the external server interface (bdew)
Version 0.15.1
Version 0.15.1
Announcer Mod
- Server-wide announcement of player logins
Version 0.15
Version 0.15
- Moved OnServerStarted hook after CreationEntryCreator
- Added pause to patcher script
Version 0.14.1
Version 0.14.1
- Enable logging by default
- Launcher and Patcher scripts handle java path on client-bundled server
Version 0.14
Version 0.14
Promote beta changes to live
Version 0.13.1 - Christmas mod
Version 0.13.1
ChristmasMod
- Fixed broken christmas code
- The gift can be configured by setting the template id in the present2015 property. The default is the spyglass
- To hand out gifts the reimbursed flag in the wurmplayers.db database has to be set to 0
UPDATE PLAYERS SET REIMBURSED=0;
- The reimbursement flag is used for handing out GM wands and some testserver items. Because of this there are no gifts for GMs and no gifts on testservers
Version 0.13
Version 0.13
ModLauncher
- Added framework for adding new actions
- modlauncher.sh will now pick the java runtime for non-dedicated server installs
- modlauncher.sh will pick the correct .so folder on 32 and 64bit
ActionDemo
- Added demo mod to display usage of ModActions