Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # This shouldn't need editing and may be blank on first startup
- online:
- m:
- gui-name: '&6Daily Rewards'
- # Placeholders:
- # %amt% - Amount of tokens given/received by command
- # %player% - The name of the player receiving the tokens
- no-such-player: '&cThe specified player is not online!'
- invalid-amount: '&cThe specified amount of reward tokens is not a valid number!'
- tokens-received-msg: '&6You have received &e%amt% &6reward tokens!'
- tokens-given-msg: '&e%player% &6has been given &e%amt% &6reward tokens!'
- # Placeholders:
- # %player% - The target player's name
- # %clicked-days% - Amount of days checked in
- # %next-cumulative% - Amount of day check-ins needed for next cumulative reward
- # %days-claimed% - Visual display of progress until next cumulative reward
- already-claimed: '&cThis reward has already been claimed!'
- claimed-reward: '&aYou have claimed your daily reward!'
- unable-to-claim: '&cYou cannot afford to check-in!'
- not-available: '&cThis reward is not available yet!'
- permission-message: '&cYou do not have permission to use this!'
- info-book:
- name: '&c&lTIPS &e>>'
- lore:
- - '&eWelcome, %player%!'
- - '&7Already clicked: %clicked-days%'
- - '%days-claimed%'
- # Placeholders:
- # %day% - The day of this check-in
- claim-now:
- name: '&a&lCLAIM NOW &eDay %day%'
- lore:
- - '&72x Iron Ingot'
- - '&71x Diamond'
- claimable:
- name: '&6&lCLAIMABLE &eDay %day%'
- lore:
- - '&72x Iron Ingot'
- - '&71x Diamond'
- - '&4&lCost: &c1x Reward Token'
- claimed:
- name: '&8&lCLAIMED &eDay %day%'
- lore:
- - '&72x Iron Ingot'
- - '&71x Diamond'
- unavailable:
- name: '&4&lUNAVAILABLE &eDay %day%'
- lore:
- - '&72x Iron Ingot'
- - '&71x Diamond'
- # This item is removed from the player's inventory when
- # they claim a yellow CLAIMABLE reward pane. No placeholders
- custom-item:
- material-type: 'double_plant'
- name: '&d&lReward Token'
- lore:
- - '&5Use this token to claim a missed daily reward!'
- data: 0
- amount: 1
- # These commands are executed when a player claims a reward
- # Placeholders - %player%
- daily-rewards:
- - 'give %player% iron_ingot 2'
- - 'give %player% diamond 1'
- # Placeholders:
- # %player% - Player viewing the check-in menu
- # %days-claimed% - Progress until receiving the cumulative reward it is under
- cumulative-rewards:
- 7:
- additional-lore:
- - '&6Special: &e3x Iron Block'
- - '%days-claimed%'
- commands:
- - 'give %player% iron_block 3'
- 14:
- additional-lore:
- - '&6Special: &e3x Gold Block'
- - '%days-claimed%'
- commands:
- - 'give %player% gold_block 3'
- 21:
- additional-lore:
- - '&6Special: &e3x Diamond Block'
- - '%days-claimed%'
- commands:
- - 'give %player% diamond_block 3'
- 28:
- additional-lore:
- - '&6Special: &e3x Emerald Block'
- - '%days-claimed%'
- commands:
- - 'give %player% emerald_block 3'
Advertisement
Add Comment
Please, Sign In to add comment