Advertisement
devenshona

Untitled

Oct 11th, 2021
1,659
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 3.74 KB | None | 0 0
  1. enchanter:
  2.   open-sound: ENDERDRAGON_WINGS
  3.   disabled-in-worlds:
  4.  - bad_world
  5.   messages:
  6.     sound: LEVEL_UP
  7.   right-click-to-view-enchants: true
  8.   go-back-item:
  9.     enabled: false
  10.     item:
  11.       type: NETHER_STAR
  12.       id: 0
  13.       custom-model-data: 0
  14.     name: '&c&lGo Back'
  15.     lore: []
  16.   keep-open: true
  17.   inventory:
  18.     size: 26
  19.     name: '&bCosmic&6 Enchanter&r'
  20.     settings:
  21.       enchanterBookLevel: ALL
  22.     items:
  23.       0-26:
  24.         item:
  25.           type: STAINED_GLASS_PANE
  26.           id: 7
  27.           custom-model-data: 0
  28.           force-glow: false
  29.         name: ' '
  30.         lore: []
  31.       '10':
  32.         item:
  33.           type: FIREWORK_STAR
  34.           id: 0
  35.           custom-model-data: 0
  36.           force-glow: false
  37.         enchant-group: Common
  38.         price: exp:10000
  39.         sound: LEVEL_UP
  40.         name: '&f&lCommon Enchant Book&r'
  41.         lore:
  42.        - '&7"Examine to recieve a '
  43.        - '  &fCommon Enchantment &7book!"'
  44.         - ''
  45.         - '&7&l------------------------------'
  46.         - '&f- &7&lCOST&f %price% EXP'
  47.         - '&f- &7&lCURRENT&f %player_current_exp% EXP'
  48.         - '&7&l------------------------------'
  49.         - '&eClick here to purchase!'
  50.       '12':
  51.         item:
  52.           type: FIREWORK_STAR
  53.           id: 0
  54.           custom-model-data: 0
  55.           force-glow: false
  56.         enchant-group: Rare
  57.         sound: LEVEL_UP
  58.         price: exp:25000
  59.         name: '&a&lRare Enchant Book&r'
  60.         lore:
  61.        - '&7"Examine to recieve a '
  62.        - '  &aRare Enchantment &7book!"'
  63.         - ''
  64.         - '&2&l------------------------------'
  65.         - '&a- &2&lCOST&f %price% EXP'
  66.         - '&a- &2&lCURRENT&f %player_current_exp% EXP'
  67.         - '&2&l------------------------------'
  68.         - '&eClick here to purchase!'
  69.       '14':
  70.         item:
  71.           type: FIREWORK_STAR
  72.           id: 0
  73.           custom-model-data: 0
  74.           force-glow: false
  75.         enchant-group: Divine
  76.         price: exp:50000
  77.         sound: LEVEL_UP
  78.         name: '&b&lDivine Enchant Book&r'
  79.         lore:
  80.        - '&7"Examine to recieve a '
  81.        - '  &bDivine Enchantment &7book!"'
  82.         - ''
  83.         - '&3&l------------------------------'
  84.         - '&b- &3&lCOST&f %price% EXP'
  85.         - '&b- &3&lCURRENT&f %player_current_exp% EXP'
  86.         - '&3&l------------------------------'
  87.         - '&eClick here to purchase!'
  88.       '16':
  89.         item:
  90.           type: FIREWORK_STAR
  91.           id: 0
  92.           custom-model-data: 0
  93.           force-glow: false
  94.         enchant-group: Legendary
  95.         price: exp:200000
  96.         sound: LEVEL_UP
  97.         name: '&6&lLegendary Enchant Book&r'
  98.         lore:
  99.        - '&7"Examine to recieve a '
  100.        - '  &6Legendary Enchantment &7book!"'
  101.         - ''
  102.         - '&e&l------------------------------'
  103.         - '&6- &e&lCOST&f %price% EXP'
  104.         - '&6- &e&lCURRENT&f %player_current_exp% EXP'
  105.         - '&e&l------------------------------'
  106.         - '&eClick here to purchase!'
  107.       '26':
  108.         item:
  109.           type: ANVIL
  110.           id: 0
  111.           custom-model-data: 0
  112.           force-glow: true
  113.         sound: ENDERDRAGON_WINGS
  114.         player-command:
  115.        - tinkerer
  116.         name: '&c&lTinkerer'
  117.         lore:
  118.        - '&7Trade in enchanted boos and armor in'
  119.         - '&7exchange for dust and experience!'
  120.       '18':
  121.         item:
  122.           type: ENCHANTED_BOOK
  123.           id: 0
  124.           custom-model-data: 0
  125.           force-glow: true
  126.         sound: ENDERDRAGON_WINGS
  127.         player-command:
  128.        - tierlist
  129.         name: '&c&lEnchantments'
  130.         lore:
  131.        - '&7View all the server''s Enchantments,'
  132.         - '&7tier levels, and what they do!'
  133.         - ''
  134.         - '&eClick to view all Enchantments'
  135.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement