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

Releases: sirDonovan/Cassius

v0.4.0

28 Aug 19:37
Compare
Choose a tag to compare

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

v0.3.0

29 Jul 12:00
Compare
Choose a tag to compare

Notable changes:

  • Basic chat moderation is implemented
  • Cassius now reboots automatically on server restarts when started with forever
  • npm test now runs the Typescript compiler

v0.2.0

29 Jul 11:49
Compare
Choose a tag to compare

Pre-Typescript