This repository has been archived by the owner on Apr 6, 2021. It is now read-only.
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