Advertisement
Guest User

daily-reward.yml

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