Updated how Maps and Difficulties are identified, they are now matched via Regex which permits a wider range of possibilities to match. This makes it easier and faster to match the maps while also allowing for easier extension for future new maps.
VIP Mode
Removed VIP Mode and replaced with the ability to specify different levels of permission to activate commands:
Broadcaster
Moderator
VIP
Trustee
Subscriber
All of these levels work the same as VIP for their various counterparts. Trustee allows specifying a list of trusted users who do not have any other roles and can perform commands. The levels are progressive, so setting a level of Subscriber will allow all levels above Subscriber (IE Trustee, VIP, Mod) to also perform commands on behalf of the broadcaster.
Moderators and Broadcasters are always permitted to execute commands.
Resolves
This PR Resolves issues #62 #63 #64. This PR obsoletes #66
Details
Apocalypse update
Changes
Maps & Difficulty
VIP Mode
Removed VIP Mode and replaced with the ability to specify different levels of permission to activate commands:
All of these levels work the same as VIP for their various counterparts. Trustee allows specifying a list of trusted users who do not have any other roles and can perform commands. The levels are progressive, so setting a level of
Subscriber
will allow all levels aboveSubscriber
(IETrustee
,VIP
,Mod
) to also perform commands on behalf of the broadcaster.Moderators and Broadcasters are always permitted to execute commands.
Resolves
This PR Resolves issues #62 #63 #64. This PR obsoletes #66