πŸ”₯All scripts on our website are 50% off!πŸ”₯
Logo

πŸ’» Commands

Admin Commands

Add XP

Add experience points to a player:

/addxp [playerid] [amount]
  • playerid: The server ID of the player
  • amount: Amount of XP to add

Example:

/addxp 1 1000

[!NOTE] This command only works when Config.XPbytime is set to false

Remove XP

Remove experience points from a player:

/removexp [playerid] [amount]
  • playerid: The server ID of the player
  • amount: Amount of XP to remove

Example:

/removexp 1 500

Grant VIP

Give a player VIP Battle Pass access:

/givevip [playerid]
  • playerid: The server ID of the player

Example:

/givevip 1

Remove VIP

Remove VIP Battle Pass access from a player:

/removevip [playerid]
  • playerid: The server ID of the player

Example:

/removevip 1

Add Coins

Add Battle Pass coins to a player:

/addcoins [playerid] [amount]
  • playerid: The server ID of the player
  • amount: Number of coins to add

Example:

/addcoins 1 100

Remove Coins

Remove Battle Pass coins from a player:

/removecoins [playerid] [amount]
  • playerid: The server ID of the player
  • amount: Number of coins to remove

Example:

/removecoins 1 50

Reset Season

Reset the current season progress for a player:

/resetseason [playerid]
  • playerid: The server ID of the player

Example:

/resetseason 1

[!CAUTION] This command will reset all season progress including:

  • XP progress
  • Claimed rewards (free and VIP)
  • The player will keep their VIP status and coins

Player Commands

Open Battle Pass

Players can open the Battle Pass menu using a command or keybind (configured in your server).

Check Progress

Players can view their current:

  • XP amount
  • Current rank
  • Next rank requirements
  • Available rewards
  • VIP status
  • Coins balance

Permissions

By default, the following groups have access to admin commands:

  • superadmin
  • admin
  • Custom group defined in Config.CustomGroupPermissions

Usage Examples

Season Reset Scenario

At the end of a season:

# Reset all players (run for each player ID)
/resetseason 1
/resetseason 2
/resetseason 3

VIP Promotion

Give VIP access to a competition winner:

/givevip 15
/addcoins 15 500

Fixing Player Issues

If a player reports incorrect XP:

# Check their current XP, then correct it
/removexp 5 1000
/addxp 5 2500

Event Rewards

Reward players during server events:

/addxp 10 5000
/addcoins 10 200