πRewards Guide
There are two types of reward formats you can use, one is command format or item format. You may use any plugin's command's in them as long as you use the "%player%" placeholder.
List of mathematical functions which can be used inside variables -> check
COMMAND FORMAT BREAKDOWN
Before we start you need to understand what you are editing and what each line of the format means and what it does. Below is a explanation next to each section of the format.
"1": #(The reward id used to link it to a tier) (DONT USE THE SAME NUMBER TWICE)
type: command #(Reward type)
name: "Announces you achievement" #(Reward description)
commands: #(Item or Command being excuted when reward is claimed)
- "broadcast &6%player% reached a key BattlePass tier!!"COMMAND FORMAT:
Here is a example using a ExcellentCrates command to give a key to the player.
"1":
type: command # You can still use commands to give items :)
name: "&e1 Common Key"
commands:
- "crate key give %player% Common 1"MONEY FORMAT BREAKDOWN
Money rewards require Vault and economy plugin which is compatible with Vault
Before we start you need to understand what you are editing and what each line of the format means and what it does. Below is a explanation next to each section of the format.
MONEY FORMAT:
Here is a example of giving $10 per level
ITEM FORMAT BREAKDOWN
Before we start you need to understand what you are editing and what each line of the format means and what it does. Below is a explanation next to each section of the format.
ITEM FORMAT:
Here is a example of giving a diamond sword with a custom name and lore to the player.
Last updated