- Made the display name handler more flexible
- Implemented muting of channels and chat rooms (Basic for now)
- Fixed a bug with the set command
- Fixed the focus not being set if one is not
- Fixed a bug where the global and staff channels were replaced in the registry
- Added command flags to the /clearchat, /message and /reply commands
- Fixed a bug where the channel delete admin command was not there
- Added a permission to /starchat setusestaffchannel command
- Added a permission to /starchat renameglobalchannel command
- Added the ability to disable the staff channel from generating/regenerating
- Added the ability to rename the global channel
- Fixed a bug where channels were not reloading sometimes
- Updated StarCore to 1.0.0-alpha.27
- Updated StarLib to 1.0.0-alpha.14
- Changed Vault to be an optional dependency
- Changed static fields to instance fields, or using the config values directly
- Made it so that if you add a Channel or a Room via their registries, then they get added to a global SpaceRegistry that tracks all ChatSpaces
- Made it so that the reload method removes all chat spaces that is owned by StarChat - This was just channels previously