Skip to content

Releases: ago1024/WurmServerModLauncher

Version 0.16.1

02 Mar 09:12
Compare
Choose a tag to compare

Version 0.16.1

CropMod

  • Prevent growing to weeds in TilePoller

Version 0.16

01 Mar 17:06
Compare
Choose a tag to compare

Version 0.16

Merge changes from beta branch

  • Adjust to new server API

Version 0.16-beta1

24 Feb 15:24
Compare
Choose a tag to compare
Version 0.16-beta1 Pre-release
Pre-release

Version 0.16-beta1

  • Adjust to beta server api

Version 0.15.2

14 Feb 17:43
Compare
Choose a tag to compare

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

09 Feb 19:28
Compare
Choose a tag to compare

Version 0.15.1

Announcer Mod

  • Server-wide announcement of player logins

Version 0.15

26 Jan 07:46
Compare
Choose a tag to compare

Version 0.15

  • Moved OnServerStarted hook after CreationEntryCreator
  • Added pause to patcher script

Version 0.14.1

24 Jan 10:16
Compare
Choose a tag to compare

Version 0.14.1

  • Enable logging by default
  • Launcher and Patcher scripts handle java path on client-bundled server

Version 0.14

20 Jan 17:16
Compare
Choose a tag to compare

Version 0.14

Promote beta changes to live

Version 0.13.1 - Christmas mod

27 Dec 12:45
Compare
Choose a tag to compare

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

21 Dec 10:00
Compare
Choose a tag to compare

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