-
-
Notifications
You must be signed in to change notification settings - Fork 315
Music
Spiderjockey02 edited this page Nov 7, 2020
·
3 revisions
MusicPlugin: { type: Boolean, default: true },
MusicDJ: { type: Boolean, default: false },
MusicDJRole: { type: String, default: '00' },
Note these are the default settings, so it's recommended to edit these values on your database on your own server's settings.
MusicPlugin
: Whether or not the musisc plugin should be active or not. (true
or false
)
MusicDJ
: Whether or not you want a DJ role so only users with that role can use the music plugin.
MusicDJRole
: The Role ID of the DJ role. (true
or false
)
Last edited: 02-Nov-20 22:27