@@ -48,135 +48,135 @@ internal class _Commands
4848 [ Flags ]
4949 internal enum EPermission
5050 {
51- Viewers = 1 << 1 ,
52- Subscribers = 1 << 2 ,
53- VIPs = 1 << 3 ,
54- Moderators = 1 << 4
51+ Viewers = 1 << 1 ,
52+ Subscribers = 1 << 2 ,
53+ VIPs = 1 << 3 ,
54+ Moderators = 1 << 4
5555 }
5656
5757 [ JsonProperty , JsonConverter ( typeof ( StringEnumConverter ) ) ]
58- internal EPermission BSRCommandPermissions = EPermission . Viewers ;
59- [ JsonProperty ] internal bool BSRCommandEnabled = true ;
60- [ JsonProperty ] internal string BSRCommand = "bsr" ;
61- [ JsonProperty ] internal string BSRCommand_UserBanned = "@$UserName you are not allowed to make requests!" ;
62- [ JsonProperty ] internal string BSRCommand_QueueClosed = "@$UserName the queue is closed!" ;
63- [ JsonProperty ] internal string BSRCommand_Search0Result = "@$UserName your search $Search produced 0 results!" ;
64- [ JsonProperty ] internal string BSRCommand_SearchResults = "@$UserName your search $Search produced $Count results: $Results" ;
65- [ JsonProperty ] internal string BSRCommand_Blacklisted = "@$UserName (bsr $BSRKey) $SongName / $LevelAuthorName is blacklisted!" ;
66- [ JsonProperty ] internal string BSRCommand_AlreadyQueued = "@$UserName (bsr $BSRKey) $SongName / $LevelAuthorName is already in queue!" ;
67- [ JsonProperty ] internal string BSRCommand_RequestLimit = "@$UserName you already have $UserRequestCount on the queue. $UserType are limited to $UserTypeLimit request(s)." ;
68- [ JsonProperty ] internal string BSRCommand_AlreadyPlayed = "@$UserName this song was already requested this session!" ;
69- [ JsonProperty ] internal string BSRCommand_NotFound = "@$UserName map $BSRKey not found." ;
70- [ JsonProperty ] internal string BSRCommand_MapperBanned = "@$UserName $UploaderName's maps are not allowed!" ;
71- [ JsonProperty ] internal string BSRCommand_RequestOK = "(bsr $BSRKey) $SongName / $LevelAuthorName $Vote% requested by @$UserName added to queue." ;
58+ internal EPermission BSRCommandPermissions = EPermission . Viewers ;
59+ [ JsonProperty ] internal bool BSRCommandEnabled = true ;
60+ [ JsonProperty ] internal string BSRCommand = "bsr" ;
61+ [ JsonProperty ] internal string BSRCommand_UserBanned = "@$UserName you are not allowed to make requests!" ;
62+ [ JsonProperty ] internal string BSRCommand_QueueClosed = "@$UserName the queue is closed!" ;
63+ [ JsonProperty ] internal string BSRCommand_Search0Result = "@$UserName your search $Search produced 0 results!" ;
64+ [ JsonProperty ] internal string BSRCommand_SearchResults = "@$UserName your search $Search produced $Count results: $Results" ;
65+ [ JsonProperty ] internal string BSRCommand_Blacklisted = "@$UserName (bsr $BSRKey) $SongName / $LevelAuthorName is blacklisted!" ;
66+ [ JsonProperty ] internal string BSRCommand_AlreadyQueued = "@$UserName (bsr $BSRKey) $SongName / $LevelAuthorName is already in queue!" ;
67+ [ JsonProperty ] internal string BSRCommand_RequestLimit = "@$UserName you already have $UserRequestCount on the queue. $UserType are limited to $UserTypeLimit request(s)." ;
68+ [ JsonProperty ] internal string BSRCommand_AlreadyPlayed = "@$UserName this song was already requested this session!" ;
69+ [ JsonProperty ] internal string BSRCommand_NotFound = "@$UserName map $BSRKey not found." ;
70+ [ JsonProperty ] internal string BSRCommand_MapperBanned = "@$UserName $UploaderName's maps are not allowed!" ;
71+ [ JsonProperty ] internal string BSRCommand_RequestOK = "(bsr $BSRKey) $SongName / $LevelAuthorName $Vote% requested by @$UserName added to queue." ;
7272
7373 [ JsonProperty , JsonConverter ( typeof ( StringEnumConverter ) ) ]
74- internal EPermission BSRHelpCommandPermissions = EPermission . Viewers ;
75- [ JsonProperty ] internal bool BSRHelpCommandEnabled = true ;
76- [ JsonProperty ] internal string BSRHelpCommand = "bsrhelp" ;
77- [ JsonProperty ] internal string BSRHelpCommand_Reply = "@$UserName To request a song, go to https://beatsaver.com/search and find a song, Click on \" Copy !bsr \" button and paste this on the stream and I'll play it soon!." ;
74+ internal EPermission BSRHelpCommandPermissions = EPermission . Viewers ;
75+ [ JsonProperty ] internal bool BSRHelpCommandEnabled = true ;
76+ [ JsonProperty ] internal string BSRHelpCommand = "bsrhelp" ;
77+ [ JsonProperty ] internal string BSRHelpCommand_Reply = "@$UserName To request a song, go to https://beatsaver.com/search and find a song, Click on the Twitch icon button and paste this into stream chat and I'll play it soon!." ;
7878
7979 [ JsonProperty , JsonConverter ( typeof ( StringEnumConverter ) ) ]
80- internal EPermission LinkCommandPermissions = EPermission . Viewers ;
81- [ JsonProperty ] internal bool LinkCommandEnabled = true ;
82- [ JsonProperty ] internal string LinkCommand = "link" ;
83- [ JsonProperty ] internal string LinkCommand_NoSong = "@$UserName no song is being played right now!" ;
84- [ JsonProperty ] internal string LinkCommand_LastSong = "@$UserName last song : $SongInfo" ;
85- [ JsonProperty ] internal string LinkCommand_CurrentSong = "@$UserName current song : $SongInfo" ;
80+ internal EPermission LinkCommandPermissions = EPermission . Viewers ;
81+ [ JsonProperty ] internal bool LinkCommandEnabled = true ;
82+ [ JsonProperty ] internal string LinkCommand = "link" ;
83+ [ JsonProperty ] internal string LinkCommand_NoSong = "@$UserName no song is being played right now!" ;
84+ [ JsonProperty ] internal string LinkCommand_LastSong = "@$UserName last song : $SongInfo" ;
85+ [ JsonProperty ] internal string LinkCommand_CurrentSong = "@$UserName current song : $SongInfo" ;
8686
8787 [ JsonProperty , JsonConverter ( typeof ( StringEnumConverter ) ) ]
88- internal EPermission QueueCommandPermissions = EPermission . Viewers ;
89- [ JsonProperty ] internal bool QueueCommandEnabled = true ;
90- [ JsonProperty ] internal string QueueCommand = "queue" ;
91- [ JsonProperty ] internal string QueueCommand_Cooldown = "@$UserName queue command is on cooldown!" ;
92- [ JsonProperty ] internal string QueueCommand_Empty = "Song queue is empty!" ;
88+ internal EPermission QueueCommandPermissions = EPermission . Viewers ;
89+ [ JsonProperty ] internal bool QueueCommandEnabled = true ;
90+ [ JsonProperty ] internal string QueueCommand = "queue" ;
91+ [ JsonProperty ] internal string QueueCommand_Cooldown = "@$UserName queue command is on cooldown!" ;
92+ [ JsonProperty ] internal string QueueCommand_Empty = "Song queue is empty!" ;
9393
9494 [ JsonProperty , JsonConverter ( typeof ( StringEnumConverter ) ) ]
95- internal EPermission QueueStatusCommandPermissions = EPermission . Viewers ;
96- [ JsonProperty ] internal bool QueueStatusCommandEnabled = true ;
97- [ JsonProperty ] internal string QueueStatusCommand = "queuestatus" ;
95+ internal EPermission QueueStatusCommandPermissions = EPermission . Viewers ;
96+ [ JsonProperty ] internal bool QueueStatusCommandEnabled = true ;
97+ [ JsonProperty ] internal string QueueStatusCommand = "queuestatus" ;
9898
9999 [ JsonProperty , JsonConverter ( typeof ( StringEnumConverter ) ) ]
100- internal EPermission WrongCommandCommandPermissions = EPermission . Viewers ;
101- [ JsonProperty ] internal bool WrongCommandEnabled = true ;
102- [ JsonProperty ] internal string WrongCommand = "wrong,oops,wrongsong" ;
103- [ JsonProperty ] internal string WrongCommand_NoSong = "@$UserName you have no song in queue!" ;
104- [ JsonProperty ] internal string WrongCommand_NoSongFound = "@$UserName you have no song in queue with the specified code!!" ;
100+ internal EPermission WrongCommandCommandPermissions = EPermission . Viewers ;
101+ [ JsonProperty ] internal bool WrongCommandEnabled = true ;
102+ [ JsonProperty ] internal string WrongCommand = "wrong,oops,wrongsong" ;
103+ [ JsonProperty ] internal string WrongCommand_NoSong = "@$UserName you have no song in queue!" ;
104+ [ JsonProperty ] internal string WrongCommand_NoSongFound = "@$UserName you have no song in queue with the specified code!!" ;
105105
106106 [ JsonProperty , JsonConverter ( typeof ( StringEnumConverter ) ) ]
107- internal EPermission ModAddPermissions = EPermission . Moderators ;
108- [ JsonProperty ] internal bool ModAddCommandEnabled = true ;
109- [ JsonProperty ] internal string ModAddCommand = "modadd" ;
107+ internal EPermission ModAddPermissions = EPermission . Moderators ;
108+ [ JsonProperty ] internal bool ModAddCommandEnabled = true ;
109+ [ JsonProperty ] internal string ModAddCommand = "modadd" ;
110110
111111 [ JsonProperty , JsonConverter ( typeof ( StringEnumConverter ) ) ]
112- internal EPermission OpenCommandPermissions = EPermission . Moderators ;
113- [ JsonProperty ] internal bool OpenCommandEnabled = true ;
114- [ JsonProperty ] internal string OpenCommand = "open" ;
112+ internal EPermission OpenCommandPermissions = EPermission . Moderators ;
113+ [ JsonProperty ] internal bool OpenCommandEnabled = true ;
114+ [ JsonProperty ] internal string OpenCommand = "open" ;
115115
116116 [ JsonProperty , JsonConverter ( typeof ( StringEnumConverter ) ) ]
117- internal EPermission CloseCommandPermissions = EPermission . Moderators ;
118- [ JsonProperty ] internal bool CloseCommandEnabled = true ;
119- [ JsonProperty ] internal string CloseCommand = "close" ;
117+ internal EPermission CloseCommandPermissions = EPermission . Moderators ;
118+ [ JsonProperty ] internal bool CloseCommandEnabled = true ;
119+ [ JsonProperty ] internal string CloseCommand = "close" ;
120120
121121 [ JsonProperty , JsonConverter ( typeof ( StringEnumConverter ) ) ]
122- internal EPermission SabotageCloseCommandPermissions = EPermission . Moderators ;
123- [ JsonProperty ] internal bool SabotageCommandEnabled = true ;
124- [ JsonProperty ] internal string SabotageCommand = "sabotage" ;
122+ internal EPermission SabotageCloseCommandPermissions = EPermission . Moderators ;
123+ [ JsonProperty ] internal bool SabotageCommandEnabled = true ;
124+ [ JsonProperty ] internal string SabotageCommand = "sabotage" ;
125125
126126 [ JsonProperty , JsonConverter ( typeof ( StringEnumConverter ) ) ]
127- internal EPermission SongMessageCommandPermissions = EPermission . Moderators ;
128- [ JsonProperty ] internal bool SongMessageCommandEnabled = true ;
129- [ JsonProperty ] internal string SongMessageCommand = "songmsg" ;
127+ internal EPermission SongMessageCommandPermissions = EPermission . Moderators ;
128+ [ JsonProperty ] internal bool SongMessageCommandEnabled = true ;
129+ [ JsonProperty ] internal string SongMessageCommand = "songmsg" ;
130130
131131 [ JsonProperty , JsonConverter ( typeof ( StringEnumConverter ) ) ]
132- internal EPermission MoveToTopCommandPermissions = EPermission . Moderators ;
133- [ JsonProperty ] internal bool MoveToTopCommandEnabled = true ;
134- [ JsonProperty ] internal string MoveToTopCommand = "mtt" ;
132+ internal EPermission MoveToTopCommandPermissions = EPermission . Moderators ;
133+ [ JsonProperty ] internal bool MoveToTopCommandEnabled = true ;
134+ [ JsonProperty ] internal string MoveToTopCommand = "mtt" ;
135135
136136 [ JsonProperty , JsonConverter ( typeof ( StringEnumConverter ) ) ]
137- internal EPermission AddToTopCommandPermissions = EPermission . Moderators ;
138- [ JsonProperty ] internal bool AddToTopCommandEnabled = true ;
139- [ JsonProperty ] internal string AddToTopCommand = "att" ;
137+ internal EPermission AddToTopCommandPermissions = EPermission . Moderators ;
138+ [ JsonProperty ] internal bool AddToTopCommandEnabled = true ;
139+ [ JsonProperty ] internal string AddToTopCommand = "att" ;
140140
141141 [ JsonProperty , JsonConverter ( typeof ( StringEnumConverter ) ) ]
142- internal EPermission RemoveCommandPermissions = EPermission . Moderators ;
143- [ JsonProperty ] internal bool RemoveCommandEnabled = true ;
144- [ JsonProperty ] internal string RemoveCommand = "remove" ;
142+ internal EPermission RemoveCommandPermissions = EPermission . Moderators ;
143+ [ JsonProperty ] internal bool RemoveCommandEnabled = true ;
144+ [ JsonProperty ] internal string RemoveCommand = "remove" ;
145145
146146 [ JsonProperty , JsonConverter ( typeof ( StringEnumConverter ) ) ]
147- internal EPermission BsrBanCommandPermissions = EPermission . Moderators ;
148- [ JsonProperty ] internal bool BsrBanCommandEnabled = true ;
149- [ JsonProperty ] internal string BsrBanCommand = "bsrban" ;
147+ internal EPermission BsrBanCommandPermissions = EPermission . Moderators ;
148+ [ JsonProperty ] internal bool BsrBanCommandEnabled = true ;
149+ [ JsonProperty ] internal string BsrBanCommand = "bsrban" ;
150150
151151 [ JsonProperty , JsonConverter ( typeof ( StringEnumConverter ) ) ]
152- internal EPermission BsrUnbanCommandPermissions = EPermission . Moderators ;
153- [ JsonProperty ] internal bool BsrUnbanCommandEnabled = true ;
154- [ JsonProperty ] internal string BsrUnbanCommand = "bsrunban" ;
152+ internal EPermission BsrUnbanCommandPermissions = EPermission . Moderators ;
153+ [ JsonProperty ] internal bool BsrUnbanCommandEnabled = true ;
154+ [ JsonProperty ] internal string BsrUnbanCommand = "bsrunban" ;
155155
156156 [ JsonProperty , JsonConverter ( typeof ( StringEnumConverter ) ) ]
157- internal EPermission BsrBanMapperCommandPermissions = EPermission . Moderators ;
158- [ JsonProperty ] internal bool BsrBanMapperCommandEnabled = true ;
159- [ JsonProperty ] internal string BsrBanMapperCommand = "bsrbanmapper" ;
157+ internal EPermission BsrBanMapperCommandPermissions = EPermission . Moderators ;
158+ [ JsonProperty ] internal bool BsrBanMapperCommandEnabled = true ;
159+ [ JsonProperty ] internal string BsrBanMapperCommand = "bsrbanmapper" ;
160160
161161 [ JsonProperty , JsonConverter ( typeof ( StringEnumConverter ) ) ]
162- internal EPermission BsrUnbanMapperCommandPermissions = EPermission . Moderators ;
163- [ JsonProperty ] internal bool BsrUnbanMapperCommandEnabled = true ;
164- [ JsonProperty ] internal string BsrUnbanMapperCommand = "bsrunbanmapper" ;
162+ internal EPermission BsrUnbanMapperCommandPermissions = EPermission . Moderators ;
163+ [ JsonProperty ] internal bool BsrUnbanMapperCommandEnabled = true ;
164+ [ JsonProperty ] internal string BsrUnbanMapperCommand = "bsrunbanmapper" ;
165165
166166 [ JsonProperty , JsonConverter ( typeof ( StringEnumConverter ) ) ]
167- internal EPermission RemapCommandPermissions = EPermission . Moderators ;
168- [ JsonProperty ] internal bool RemapCommandEnabled = true ;
169- [ JsonProperty ] internal string RemapCommand = "remap" ;
167+ internal EPermission RemapCommandPermissions = EPermission . Moderators ;
168+ [ JsonProperty ] internal bool RemapCommandEnabled = true ;
169+ [ JsonProperty ] internal string RemapCommand = "remap" ;
170170
171171 [ JsonProperty , JsonConverter ( typeof ( StringEnumConverter ) ) ]
172- internal EPermission AllowCommandPermissions = EPermission . Moderators ;
173- [ JsonProperty ] internal bool AllowCommandEnabled = true ;
174- [ JsonProperty ] internal string AllowCommand = "allow" ;
172+ internal EPermission AllowCommandPermissions = EPermission . Moderators ;
173+ [ JsonProperty ] internal bool AllowCommandEnabled = true ;
174+ [ JsonProperty ] internal string AllowCommand = "allow" ;
175175
176176 [ JsonProperty , JsonConverter ( typeof ( StringEnumConverter ) ) ]
177- internal EPermission BlockCommandPermissions = EPermission . Moderators ;
178- [ JsonProperty ] internal bool BlockCommandEnabled = true ;
179- [ JsonProperty ] internal string BlockCommand = "block" ;
177+ internal EPermission BlockCommandPermissions = EPermission . Moderators ;
178+ [ JsonProperty ] internal bool BlockCommandEnabled = true ;
179+ [ JsonProperty ] internal string BlockCommand = "block" ;
180180 }
181181
182182 [ JsonProperty ] internal bool Enabled = true ;
@@ -191,8 +191,8 @@ internal enum EPermission
191191
192192 [ JsonProperty ] internal int HistorySize = 50 ;
193193
194- [ JsonProperty ] internal bool PlayPreviewMusic = true ;
195- [ JsonProperty ] internal bool BigCoverArt = true ;
194+ [ JsonProperty ] internal bool PlayPreviewMusic = true ;
195+ [ JsonProperty ] internal bool BigCoverArt = true ;
196196
197197 [ JsonProperty ] internal int QueueCommandShowSize = 4 ;
198198 [ JsonProperty ] internal int QueueCommandCooldown = 10 ;
0 commit comments