Skip to content
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.

v0.4.0

Latest
Compare
Choose a tag to compare
@sirDonovan sirDonovan released this 28 Aug 19:37

Breaking changes:

  • [a2a4932] Arguments for game commands are now (target, room, user, command, time) instead of (target, user, command, time)

Potentially breaking changes:

  • [7fcc346] Config.parseMessage can no longer stop the default MessageParser.parse from running
  • [857f24f] Game.onJoin, Game.onLeave, and Game.onRename now receive Player objects instead of User.
  • [d31d7df] Note that plugins are now uploaded by default

Notable changes:

  • Games now support specifying min/max players
  • Basic format support and tournament module implemented
  • Plugins can now run their own parseMessage functions
  • An avatar can now be specified in the config