Advertisement
Jycko

config.yml

Oct 14th, 2018
372
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.88 KB | None | 0 0
  1. prefix: "&6&lBoosters &e&l>> &7"
  2. GUI:
  3.   Title: "&1&l> &6&lBoosters"
  4.   Size: 18
  5.   items:
  6.      global_money_booster:
  7.        status_on:
  8.          name: "&a&l[Active] &6Global &a&lMoney Booster"
  9.          material: "EMERALD"
  10.          lore:
  11.         - "&7The world have a &a%m Global Money $$ Booster"
  12.          - "&7that is active for:"
  13.          - "&c%s&7."
  14.        status_off:
  15.          name: "&8&l[None] &7Global Money Booster"
  16.          material: "BARRIER"
  17.          lore:
  18.         - "&7No global money booster is active,"
  19.          - "&7activate one for everyone in store."
  20.        slot: 13
  21.      global_coin_booster:
  22.        status_on:
  23.          name: "&a&l[Active] &6Global &lCOIN Booster"
  24.          material: "EMERALD"
  25.          lore:
  26.         - "&7The world have a &e%m Global Coin Booster"
  27.          - "&7that is active for:"
  28.          - "&c%s&7."
  29.        status_off:
  30.          name: "&8&l[None] &7Global Coin Booster"
  31.          material: "BARRIER"
  32.          lore:
  33.         - "&7No global coin booster is active,"
  34.          - "&7activate one for everyone in store."
  35.        slot: 15
  36.      global_xp_booster:
  37.        status_on:
  38.          name: "&a&l[Active] &bGlobal &lXP Booster"
  39.          material: "BEACON"
  40.          lore:
  41.         - "&7The world have a &b%m XP Booster"
  42.          - "&7that is active for:"
  43.          - "&c%s&7."
  44.        status_off:
  45.          name: "&8&l[None] &7Global XP Booster"
  46.          material: "BARRIER"
  47.          lore:
  48.         - "&7No global xp booster is active,"
  49.          - "&7activate one for everyone in store."
  50.        slot: 11
  51.      money_booster:
  52.        status_on:
  53.          name: "&a&l[Active] &2&lMoney Booster"
  54.          material: "GOLD_INGOT"
  55.          lore:
  56.         - "&7You have a &2&l%m Money Booster"
  57.          - "&7that is active for:"
  58.          - "&c%s&7."
  59.        status_off:
  60.          name: "&8&l[None] &7Money Booster"
  61.          material: "COAL_BLOCK"
  62.          lore:
  63.         - "&7You do not have an XP Booster,"
  64.          - "&7get one now in the store."
  65.        slot: 4
  66.      xp_booster:
  67.        status_on:
  68.          name: "&a&l[Active] &bXP Booster"
  69.          material: "EYE_OF_ENDER"
  70.          lore:
  71.         - "&7You have a &b%m XP Booster"
  72.          - "&7that is active for:"
  73.          - "&c%s&7."
  74.        status_off:
  75.          name: "&8&l[None] &7XP Booster"
  76.          material: "COAL_BLOCK"
  77.          lore:
  78.         - "&7You do not have an XP Booster,"
  79.          - "&7get one now in the store."
  80.        slot: 2
  81.      coin_booster:
  82.        status_on:
  83.          name: "&a&l[Active] &6Coins Booster"
  84.          material: "EMERALD"
  85.          lore:
  86.         - "&7You have a &6%m Coins Booster"
  87.          - "&7that is active for:"
  88.          - "&c%s&7."
  89.        status_off:
  90.          name: "&8&l[None] &7Coins Booster"
  91.          material: "COAL_BLOCK"
  92.          lore:
  93.         - "&7You do not have an Coins Booster,"
  94.          - "&7get one now in the store."
  95.        slot: 6
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement