> ## Documentation Index
> Fetch the complete documentation index at: https://docs.scrumpbot.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Leveling

> Setup the servers leveling module

<Note>Requires **Manage Server** permission</Note>

<video autoPlay muted loop playsInline className="w-full aspect-video" src="https://mintlify.s3.us-west-1.amazonaws.com/scrump/videos/5-level-setup-all_v1_720p_30fps.mp4" />

## Setting up leveling

<Steps>
  <Step title="Enable the leveling module">
    Use `/leveling-config module enable` to enable leveling. Only when leveling is enabled can users earn XP
  </Step>

  <Step title="Import from MEE6 (Optional)">
    If you're switching from MEE6 to Scrump use `/leveling-config mee6-import`
  </Step>

  <Step title="Set up level roles">
    Use `/leveling-config level-role add role: level:` assign a role with a particular level.

    Use `/leveling-config level-role set-mode mode:` 💎 A plus feature to choose to assign "All level roles" or only "Highest level roles"
  </Step>

  <Step title="Set up level up notifications">
    Use `/leveling-config rank-up-notifications mode:` and choose how you want level up alerts to be setup. Choose from: In DMs, The channel being typed in, No alerts or in a Specific channel.
  </Step>

  <Step title="Config XP Settings">
    * Use `/leveling-config set xp-earn-cooldown time:` to setup a cooldown time between earning xp
    * Use `/leveling-config channel-xp-multiplier add channel: multiplier:` to set XP multiplier channels
    * Use `/leveling-config role-xp-multiplier add role: multiplier:` to set XP multiplier roles
    * Use `/leveling-config no-xp-channel add channel:` to set channels where users can't get XP
    * Use `/leveling-config set global-xp-multiplier multiplier:` to change the global XP multiplier
  </Step>
</Steps>
