Commands - NathanCollaert/RewardsLite GitHub Wiki

RewardsLite Commands

This page provides detailed information on the commands available in RewardsLite, as well as descriptions of the configuration variables.

Commands

Player Commands

/playtime

  • Description: Check your current playtime and AFK time.
  • Aliases: pt
  • Permission: rewardslite.playtime
  • Usage: /playtime [player]
  • Variable: [player]
    • Description: Optional. Specifies the player whose playtime you want to check. If omitted, your own playtime will be shown.

/rewards

  • Description: View your available rewards.
  • Aliases: rwds
  • Permission: rewardslite.rewards
  • Usage: /rewards [player]
  • Variable: [player]
    • Description: Optional. Specifies the player whose rewards you want to view. If omitted, your own rewards will be shown.

/playtop

  • Description: View the top leaderboards for playtime.
  • Permission: rewardslite.playtop
  • Usage: /playtop [includeAFKTime]
  • Variable: [includeAFKTime]
    • Description: Optional. If set to true, the leaderboard will include AFK time. Default is false.

/afktop

  • Description: View the top leaderboards for AFK time.
  • Permission: rewardslite.afktop
  • Usage: /afktop

Admin Commands

/rewardslite

  • Description: General RewardsLite commands.
  • Aliases: rl, reli
  • Permission: rewardslite.help
  • Usage: /rewardslite (convert | give | help | reload | reset)
Subcommands:
  • convert

    • Description: Converts plugin data from LitePlaytimeRewards to RewardsLite.
    • Permission: rewardslite.convert
    • Usage: /rewardslite convert
  • give

    • Description: Gives rewards to a player.
    • Permission: rewardslite.givereward
    • Usage: /rewardslite give <player> <reward>
    • Variables:
      • <player>
        • Description: Specifies the player to whom the reward will be given.
      • <reward>
        • Description: Specifies the reward to give.
  • help

    • Description: Displays help information for RewardsLite commands.
    • Permission: rewardslite.help
    • Usage: /rewardslite help
  • reload

    • Description: Reloads the plugin configuration.
    • Permission: rewardslite.reload
    • Usage: /rewardslite reload
  • reset

    • Description: Resets the rewards data.
    • Permission: rewardslite.reset
    • Usage: /rewardslite reset <player> <reward>
    • Variables:
      • <player>
        • Description: Specifies the player whose rewards data will be reset. If '*', resets data for all players.
      • <reward>
        • Description: Specifies the reward that will be reset. If '*', resets data for all rewards.
⚠️ **GitHub.com Fallback** ⚠️