Commands
Listed all valid syntaxes of commands and their permissions.
Permission to access for all commands:
Managing commands
To reload all .yml files of the plugin, use the following command:
/reward reload
ultimaterewards.reload
If you changed the backed type to MySQL (or other DB types) you can use this command to import current data from the files:
/reward import
ultimaterewards.admin
Menu commands
The plugin offers the option to create a main GUI (the name of which will be main can be set in config.yml) and individual sub-menus that may or may not be interconnected. Command to open main GUI:
Main menu opening
/rewards
ultimaterewards.use
Opening specific menu
You can also directly specify which GUI menu to open.
/reward open <menuName>
ultimaterewards.open
/reward open <menuName> (<player>)
ultimaterewards.open.others
Reward commands
Claiming reward commands
One of the basic reward commands will be for claiming a certain reward. The command may also include an argument for which player the reward should be claimed for.
/reward claim <rewardName>
ultimaterewards.claim
/reward claim <rewardName> (<player>)
ultimaterewards.claim.others
Show available rewards
Displays all available rewards in the menu where they can be easily and clearly claimed.
/reward available
ultimaterewards.available
Resetting reward commands
The following command are used to reset the time cooldown of a reward.
/reward reset <player> <rewardName>
ultimaterewards.reset
Testing reward actions commands
The set reward can be tested by using the command.
/reward test <rewardName>
ultimaterewards.test
Reward settings commands
Specific settings can be toggled with the command:
/reward toggle <setting> (<player>)
ultimaterewards.<settingName>
Referral commands
Creating referral command
To create a referral:
/referral create
ultimaterewards.referral.create
Activating referral command
After creating a custom referral, players can use the following command to activate their referral The referral code is always the name of the player who created it. It then adds 1 use to the player who owns the referral and rewards the player who activated the referral (rewards can be set in referrals.yml).
/referral apply <player>
ultimaterewards.referral.apply
Resetting player being player referred to
/referral reset <player>
ultimaterewards.admin
Vote commands
Main command
The main command is customizable, for example it can be used to display voting pages. Everything is of course configurable.
/vote
ultimaterewards.vote
Proceeding vote command
Vote can be proceeded manualy by:
/vote proceed <player>
ultimaterewards.admin
Resetting number of votes
/vote reset <player>
ultimaterewards.admin
Last updated