Skip to content

Version 0.27

Compare
Choose a tag to compare
@ago1024 ago1024 released this 09 Sep 11:25
· 190 commits to develop since this release

Version 0.27

modloader

  • Added ActionEntryBuilder
  • Added ServerShutdownListener #36
  • Fix default action propagation for standard actions #37
  • Added org.gotti.wurmunlimited.modloader.SimpleMod to use as mod class for serverpacks or scriptrunner mods
  • Added callback api
    See Callback-API in Wiki

scriptrunner

  • Added jvm-npm to scriptrunner
    Scripts can import other scripts with require. E.g. require('actions') to import the global action helper or require('./lib/somelib') to include a library from a folder lib relative to the script location.
  • scriptrunner checks all mods for runnable scripts
    Scripts can be packaged as a standalone mods using the SimpleMod class name and the javascript files in the right folder. No Java coding needed.
    The searched folders are similar to the scriptrunner folders: mods/modname/scripts/hookname. e.g. mods/mymod/scripts/onPlayerMessage

christmasmod

  • Use callback api

creatureagemod

  • Use callback api

harvesthelper

  • Avoid Harvestable class freeze