broken-arrow

Untitled

May 21st, 2021
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.95 KB | None | 0 0
  1. menu_title: 'Skyblock Menu'
  2. update_interval: 1
  3. open_command: menu
  4. size: 9
  5. items:
  6.   1:
  7.     material: PLAYER_HEAD
  8.     display_name: '&aHey &c&l%player_name%'
  9.     lore:
  10.     - '&aTime Played: &c&l%statistic_time_played%'
  11.     hide_attributes: true
  12.     slot: 0
  13.     update: true
  14.   2:
  15.     material: NETHERITE_BLOCK
  16.     display_name: '&a&lIsland Stats'
  17.     lore:
  18.         - '&aName: &c&l%iridiumskyblock_island_name%'
  19.         - '&aMoney: &c&l%iridiumskyblock_island_bank_vault%'
  20.         - '&aValue: &c&l%iridiumskyblock_island_value%'
  21.         - '&aRank: &c&l%iridiumskyblock_island_rank%'
  22.         - '&aXP: &c&l%iridiumskyblock_island_bank_experience%'
  23.         - '&aCrystals: &c&l%iridiumskyblock_island_crystals%'
  24.         - '&aLevel: &c&l%iridiumskyblock_island_level%'
  25.     hide_attributes: true
  26.     slot: 1
  27.   3:
  28.     material: SUNFLOWER
  29.     display_name: '&a&lBitcoin'
  30.     lore:
  31.         - '&aBitcoin Value: &c&l$%bitcoin_value%'
  32.         - '&aBitcoin Balance: &c&l%bitcoin_balance%'
  33.         - '&aBitcoins Mined: &c&l%bitcoin_amount_mined%'
  34.     hide_attributes: true
  35.     slot: 2
  36.   4:
  37.     material: COMMAND_BLOCK
  38.     display_name: '&a&lServer Stats'
  39.     lore:
  40.         - '&aRam Usage: &c&l%server_ram_used%mb'
  41.         - '&aTPS: &c&l%server_tps_1%'
  42.     hide_attributes: true
  43.     slot: 3
  44.   5:
  45.     material: ENDER_EYE
  46.     display_name: '&a&lGo To End!!!'
  47.     view_requirement:
  48.       requirements:
  49.         level_requirement:
  50.           type: '>'
  51.           input: '%vault_eco_balance%'
  52.           output: 50
  53.     left_click_commands:
  54.    - '[console] warp End %player_name%'
  55.     hide_attributes: true
  56.     slot: 4
  57.     priority: 1
  58.   6:
  59.     material: BLACK_STAINED_GLASS_PANE
  60.     slots: 4
  61.      - 4
  62.      - 5
  63.      - 6
  64.      - 7
  65.     display_name: ' '
  66.     priority: 2
  67.   10:
  68.     material: BARRIER
  69.     slot: 8
  70.     display_name: 'Exit'
  71.     lore:
  72.      - 'click to exit'
  73.     left_click_commands:
  74.      - '[close]'
  75.     right_click_commands:
  76.      - '[close]'
Add Comment
Please, Sign In to add comment