Guest User

daily-reward-token.yml

a guest
Jul 22nd, 2020
415
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 3.89 KB | None | 0 0
  1. reward-settings:
  2.     reward-enabled: true
  3.     reward-name: "&aDaily Reward Token"
  4.     reward-description:
  5.    - "&8Free Reward"
  6.     - ""
  7.     - "&7Claim this reward to get"
  8.     - "&7the Daily Reward token."
  9.     - ""
  10.     - "&7This reward contains:"
  11.     - "§r• &bDaily Reward Token &8(1x)"
  12.     - "§r• &2Carl Experience &8(150x)"
  13.     - ""
  14.     - "&7Required Tokens: &a&lFREE"
  15.     - "&7This reward does not"
  16.     - "&7require tokens to claim."
  17.     - ""
  18.     - "&7Cooldown: &c{REWARD_COOLDOWN}"
  19.  
  20. icon-settings:
  21.     icon-name: "&aDaily Reward Token"
  22.     icon-lore:
  23.    - "{REWARD_DESCRIPTION}"
  24.     - "{TRY_RESULT}"
  25.  
  26.     try-results:
  27.         click-to-claim: "&e&l✔&eClick to Claim"
  28.         not-enough-tokens: "&c&l✘&cNot Enough Tokens"
  29.         on-cooldown: "&c&l✘&cOn Cooldown"
  30.         no-permission: "&c&l✘&cNo Permission"
  31.         unavailable: "&c&l✘&cUnavailable"
  32.  
  33.     icon-try-results:
  34.         click-to-claim:
  35.             icon-material: CHEST_MINECART
  36.             icon-amount: 1
  37.             icon-data: 0
  38.             icon-glow: false
  39.             custom-head: false
  40.             custom-head-value: ""
  41.         not-enough-tokens:
  42.             icon-material: MINECART
  43.             icon-amount: 1
  44.             icon-data: 0
  45.             icon-glow: false
  46.             custom-head: false
  47.             custom-head-value: ""
  48.         on-cooldown:
  49.             icon-material: MINECART
  50.             icon-amount: 1
  51.             icon-data: 0
  52.             icon-glow: false
  53.             custom-head: false
  54.             custom-head-value: ""
  55.         no-permission:
  56.             icon-material: MINECART
  57.             icon-amount: 1
  58.             icon-data: 0
  59.             icon-glow: false
  60.             custom-head: false
  61.             custom-head-value: ""
  62.         unavailable:
  63.             icon-material: MINECART
  64.             icon-amount: 1
  65.             icon-data: 0
  66.             icon-glow: false
  67.             custom-head: false
  68.             custom-head-value: ""
  69.  
  70. token-settings:
  71.     required-tokens: 0
  72.     no-tokens-message: "&8[&aCarlTheCreeper&8]: &cYou don't have enough tokens!"
  73.  
  74. cooldown-settings:
  75.     cooldown-in-seconds: 15
  76.     on-cooldown-messages:
  77.     - "&8[&aCarlTheCreeper&8]: &cThis reward is on cooldown!"
  78.    - "&8[&aCarlTheCreeper&8]: &cCome back in &b{REWARD_COOLDOWN}&c!"
  79.    syntaxes:
  80.        days-left: "{DAYS}d"
  81.        hours-left: "{HOURS}h"
  82.        minutes-left: "{MINUTES}m"
  83.        seconds-left: "{SECONDS}s"
  84.  
  85. claim-settings:
  86.    can-be-claimed: true
  87.    unavailable-message: "&8[&aCarlTheCreeper&8]: &cYou can't claim this reward!"
  88.  
  89.    required-permission: "carlthecreeper.claim.daily-reward-token"
  90.    no-permission-message: "&8[&aCarlTheCreeper&8]: &cYou don't have a permission!"
  91.  
  92.    sound-try-results:
  93.        click-to-claim:
  94.        - ENTITY_PLAYER_LEVELUP;1.0;1.0
  95.        not-enough-tokens:
  96.        - BLOCK_ANVIL_LAND;1.0;1.0
  97.        on-cooldown:
  98.        - BLOCK_ANVIL_LAND;1.0;1.0
  99.        no-permission:
  100.        - BLOCK_ANVIL_LAND;1.0;1.0
  101.        unavailable:
  102.        - BLOCK_ANVIL_LAND;1.0;1.0
  103.  
  104. loot-settings:
  105.    message-settings:
  106.        enabled: true
  107.        messages:
  108.        - "&a-------------------------------------------------------"
  109.        - "&a| &7You have claimed the {REWARD_NAME}"
  110.        - "&a| &7Your Loot:"
  111.        - "&a| §r• &bDaily Reward Token &8(1x)"
  112.        - "&a| §r• &2Carl Experience &8(150x)"
  113.        - "&a-------------------------------------------------------"
  114.    broadcast-settings:
  115.        enabled: true
  116.        to-player: false
  117.        broadcasts:
  118.        - "broadcast"
  119.    command-settings:
  120.        enabled: true
  121.        as-player: false
  122.        commands:
  123.        - "ctc addtokens {PLAYER} daily-reward 1"
  124.    sound-settings:
  125.        enabled: false
  126.        sounds:
  127.        - ENTITY_PLAYER_LEVELUP;1.0;1.0
  128.    firework-settings:
  129.        enabled: false
  130.        fireworks:
  131.        - BALL;false;false;0;WHITE;WHITE
Add Comment
Please, Sign In to add comment