GlitchedMythos / se-widgets

Widgets that I've made for StreamElements - Free to use with attribution
GNU Affero General Public License v3.0
21 stars 25 forks source link

4.2.0 (Apocalypse) #69

Closed billyjbryant closed 2 years ago

billyjbryant commented 2 years ago

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:

  1. Broadcaster
  2. Moderator
  3. VIP
  4. Trustee
  5. 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

billyjbryant commented 2 years ago

This PR will close #40