@@ -80,6 +80,12 @@ View User Profile<br/>
8080 - Aliases: ` pf `
8181 - Cooldown: ` 3 per 10.0 seconds `
8282 - Checks: ` server_only `
83+ # [ p] lvlupnotify (Hybrid Command)
84+ Toggles level up notifications for a user
85+ - Usage: ` [p]lvlupnotify `
86+ - Slash Usage: ` /lvlupnotify `
87+ - Aliases: ` notify `
88+ - Checks: ` server_only `
8389# [ p] prestige (Hybrid Command)
8490Prestige your rank!<br />
8591Once you have reached this servers prestige level requirement, you can<br />
@@ -583,6 +589,37 @@ The following placeholders can be used:<br/>
583589### [ p] levelset levelupmessages view
584590View the current level up alert messages<br />
585591 - Usage: ` [p]levelset levelupmessages view `
592+ ## [ p] levelset lvlreq
593+ Manage level requirement for commands
594+ ### [ p] levelset lvlreq add
595+ Add a level requirement to the command
596+ - Usage: ` [p]levelset lvlreq add <level> <command> `
597+ ### [ p] levelset lvlreq del
598+ Remove a level requirement for a command
599+ - Usage: ` [p]levelset lvlreq del <command> `
600+ ### [ p] levelset lvlreq list
601+ List all commands and their level requirements
602+ - Usage: ` [p]levelset lvlreq list `
603+ ## [ p] levelset cooldowns
604+ Manage per level command cooldowns
605+ ### [ p] levelset cooldowns add
606+ Add a cooldown for a command based on level
607+ Multiple cooldown levels can be set, the cooldown will be applied to members at the specified level and under
608+ Warning: This will override any default cooldowns for the command
609+
610+ Example:
611+ [ p] lset cooldowns add 5 15 mycommand
612+ [ p] lset cooldowns add 10 5 mycommand
613+ Members who are level [ 0, 5] will have a cooldown of 15 seconds for mycommand (including members at level 5)
614+ Members who are level (5, 10] will have a cooldown of 5 seconds (level 6 to level 10)
615+ Members above level 10 will have no cooldown
616+ - Usage: ` [p]levelset cooldowns add <level> <cooldown> <command> `
617+ ### [ p] levelset cooldowns del
618+ Remove a level cooldown for a command
619+ - Usage: ` [p]levelset cooldowns del <level> <command> `
620+ ### [ p] levelset cooldowns list
621+ List all commands and their cooldowns per level
622+ - Usage: ` [p]levelset cooldowns list `
586623## [ p] levelset view
587624View all LevelUP settings<br />
588625 - Usage: ` [p]levelset view `
@@ -710,6 +747,12 @@ Channels in the ignore list don't gain XP<br/>
710747
711748Use the command with a channel already in the ignore list to remove it<br />
712749 - Usage: ` [p]levelset ignore channel <channel> `
750+ ### [ p] levelset ignore notify
751+ Add/Remove a channel in the notify ignore list<br />
752+ Channels in the notify ignore list will have level up notifications supressed<br />
753+
754+ Use the command with a channel already in the notify ignore list to remove it<br />
755+ - Usage: ` [p]levelset ignore notify <channel> `
713756### [ p] levelset ignore role
714757Add/Remove a role in the ignore list<br />
715758Members with roles in the ignore list don't gain XP<br />
0 commit comments