This repository has been archived by the owner on Apr 6, 2021. It is now read-only.
Releases: sirDonovan/Cassius
Releases · sirDonovan/Cassius
v0.4.0
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 defaultMessageParser.parse
from running - [857f24f]
Game.onJoin
,Game.onLeave
, andGame.onRename
now receivePlayer
objects instead ofUser
. - [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
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
Pre-Typescript