Leveling Setup
Mumbo's user leveling system contains many features other bots don't have
Setup
Warning, this feature is still in alpha. Most commands here do not work yet.
You will need:
To begin, you must enable the leveling module with:
.enable levelingThat will enable the leveling module.
Level Up Message
By default, the level up message will be sent in the same channel as the message. You can make a channel dedicated to the level up message by running
.setlevelupchannel <channel id>Ex .setlevelupchannel 1011111111
Customization
Note: All these commands require administrator priveleges.
Level Rewards
Mumbo also allows you to set role rewards to be given at certain levels. You can add a level reward with the following command:
ex: .rankreward set @role 5
You can remove a level reward by using:
ex: .rankreward remove @role
You can view all current rank rewards by using:
XP Boost
You can manually adjust the xp boost for individual users. By default everyone has a boost of 1. You can modify someone's boost by running:
ex: .setxpboost @user 2.3
That will then set the user's xp boost to the specified setting.
Add XP
It is possible to add xp manually to specified users. You can do that by running:
ex: .addxp @user 1000
Remove XP
It is possible to remove xp manually to specified users. You can do that by running:
ex: .removexp @user 1000
Reset XP
You can completely reset the xp a user or the server has. You can do this by running:
Last updated
Was this helpful?