Skip to content

Releases: ago1024/WurmServerModLauncher

Version 0.14 beta 1

21 Dec 16:18

Choose a tag to compare

Version 0.14 beta 1 Pre-release
Pre-release

Update for upcoming server changes

  • Adjusted to changes in Communicator

Version 0.12.1

12 Dec 12:01

Choose a tag to compare

Version 0.12.1

ModLoader

Avoid initializing ModActions twice

Version 0.12

08 Dec 09:12

Choose a tag to compare

Version 0.12

ModLoader

  • print mod version information from META-INF/MANFEST.MF Implementation-Version

InbreedWarning

  • Don't print warning for naturally spawned creatures (the server still considers this inbreeding due to a bug)

CropMod

  • Minor performance optimization in the hook

Version 0.11.1

28 Nov 21:42

Choose a tag to compare

Version 0.11.1

DigToGround

  • don't drop gems into the void

Version 0.11 - Creatures

28 Nov 11:51

Choose a tag to compare

Version 0.11

  • Added creatures mod demo
  • Added inbreed warning

ModLoader

  • Added for custom creatures
  • Check for early class loading

ServerPacks

  • Fixed error in sample properties
  • Responses include Cache-Control: max-age=1 year

CreatureDemo

  • Added custom creatures from AbsolutlyNobodys mod
    • Zebra
    • Panda
    • Ocelot
    • Maine-Coon wildcat variation

InbreedWarning

  • Print a warning when breeding related animals

DigToGround

  • Added option to disable dredge to ship

HitchingPost

  • Fix interacting with the hitching post by setting bigger dimensions

Version 0.10.3

24 Nov 20:44

Choose a tag to compare

Version 0.10.3

DigToGround

  • removed obsolete inventory checks
  • dredging will dredge into the boat unless the boat if full

Version 0.10.2

24 Nov 08:02

Choose a tag to compare

Version 0.10.2

ServerPacks

  • Added option to configure the publicly annnounced server address

Version 0.10.1

24 Nov 07:18

Choose a tag to compare

Version 0.10.1

Serverpacks

  • Server announces IP address instead of reverse lookedup hostname

Version 0.10

21 Nov 21:04

Choose a tag to compare

Version 0.10

ModLoader

  • Added factory to request the next free id (tested for item templates only)
  • Added ItemTemplateCreatedListener interface
  • Added ItemTemplateBuilder
  • Added ModVehicleBehaviour
  • Added HitchingPost example foritem creation and server packs

BagOfHolding

  • The spell effects the container dimensions too

HarvestHelper

  • Output seasons in starting order

Version 0.9

17 Nov 15:30

Choose a tag to compare

Version 0.9

Added patcher, HarvestHelper mod and ServerPacks mod

Modloader

  • Added interface for PlayerLogin
  • Added interface for querying list of other mods
  • modlauncher.sh sets LD_LIBRARY_PATH

Patcher

  • Added patcher which automaticly injects a loader class into server.jar and patches the WurmServerLauncher to start the loader

HarvestHelper

  • /seasons command reports the time until seasons start
  • Current and upcoming seasons are reported on login

ServerPacks

  • Mods can add JAR files to their serverPacks property to make them available for download by the ServerPacks client mod

BagOfHolding

  • Prevented early freezing of modified classes