-
Notifications
You must be signed in to change notification settings - Fork 16
Commands
Nathan edited this page Jun 14, 2024
·
13 revisions
This page provides detailed information on the commands available in RewardsLite, as well as descriptions of the configuration variables.
- 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.
- 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.
- 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 isfalse.
-
Description: Optional. If set to
- Description: View the top leaderboards for AFK time.
-
Permission:
rewardslite.afktop -
Usage:
/afktop
- Description: General RewardsLite commands.
- Aliases: rl, reli
-
Permission:
rewardslite.help -
Usage:
/rewardslite (convert | give | help | reload | reset)
-
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.
-