Commands - AlonsoAliaga/AlonsoLevels GitHub Wiki

Commands

There is only one command: /alonsolevels

Aliases available are:
/alevels
/alevel
/alvl
/alvls

Some commands supports <no-output> argument to mute output when using a command correctly.
This is useful if you want to add the command as a reward command for a minigame, this will prevent
your console being spammed by messages like: "You added 1000 experience points to AlonsoAliaga."
Some commands supports <hide-notification> argument to mute notification sent to target.
This is useful if you want to add the command as a reward command for a minigame and you don't
want to notify the player he's receiving experience like: "+1000 Network Experience"

Example: /alonsolevels addexp AlonsoAliaga 1000 true true

Sub commands

/alonsolevels rewards <player>

Description: Open rewards gui for player
Permission: alonsolevels.admin

/alonsolevels rewards

Description: Open rewards gui
Permission: No permission.

/alonsolevels stats <player>

Description: Check others statistics
Permission: alonsolevels.stats.others

/alonsolevels stats

Description: Check self statistics
Permission: No permission.

/alonsolevels reset

Description: Reset player data (Console only)
Permission: alonsolevels.admin

/alonsolevels addexp <player> <amount> <no-output> <hide-notification>

Description: Add experience to player
Permission: alonsolevels.admin

/alonsolevels addrandomexp <player> <min> <max> <no-output> <hide-notification>

Description: Add random experience to player
Permission: alonsolevels.admin

/alonsolevels removeexp <player> <amount> <no-output> <hide-notification>

Description: Remove experience from player
Permission: alonsolevels.admin

/alonsolevels setexp <player> <experience> <no-output> <hide-notification>

Description: Set player's experience
Permission: alonsolevels.admin

/alonsolevels addlevel <player> <amount> <no-output> <hide-notification>

Description: Add levels to player
Permission: alonsolevels.admin

/alonsolevels removelevel <player> <amount> <no-output> <hide-notification>

Description: Remove levels from player
Permission: alonsolevels.admin

/alonsolevels setlevel <player> <level> <no-output> <hide-notification>

Description: Set player's level
Permission: alonsolevels.admin

/alonsolevels addmoney <player> <money> <no-output> <hide-notification> <currency=VAULT> (🔰 PREMIUM ONLY)

Description: Adds money directly to player's balance according to multipliers for that player.
💠 Option currency= can be VAULT/PLAYER_POINTS/TOKEN_MANAGER. Only applies if required plugin is installed.
If not selected it will use default value. (By default it's VAULT). (Option since 2.1-BETA-PRO ✔️)
Permission: alonsolevels.admin

/alonsolevels addrandommoney <player> <min> <max> <no-output> <hide-notification> <currency=VAULT> (🔰 PREMIUM ONLY)

Description: Adds random money directly to player's balance according to multipliers for that player.
💠 Option currency= can be VAULT/PLAYER_POINTS/TOKEN_MANAGER. Only applies if required plugin is installed.
If not selected it will use default value. (By default it's VAULT). (Option since 2.1-BETA-PRO ✔️)
Permission: alonsolevels.admin

/alonsolevels reload

Description: Reload messages and some checks. (Restart recommended)
Permission: alonsolevels.admin

⚠️ **GitHub.com Fallback** ⚠️