Advertisement
Guest User

Config

a guest
Oct 19th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.95 KB | None | 0 0
  1. title: '&b&lPoints Store'
  2. rows: 3
  3.  
  4. item:
  5.   enabled: true
  6.   title: '&b&lPoints Store'
  7.   lore:
  8.   - 'Right click this item to open the points store'
  9.   material: NETHER_STAR
  10.   data: 0
  11.   on-join:
  12.     enabled: true
  13.     inv-slot: 6
  14.   right-click: true
  15.   left-click: false
  16.  
  17. commands:
  18. - pointsstore
  19.  
  20. url-message: '&3&lClick here'
  21.  
  22. menu:
  23.   11:
  24.     action: 'close'
  25.     online:
  26.       item: YELLOW_FLOWER
  27.       enchanted: false
  28.       name: '&a&lCheck Points'
  29.       lore:
  30.       - ''
  31.  
  32.     offline:
  33.       item: YELLOW_FLOWER
  34.       enchanted: false
  35.       name: '&a&lCheck Points'
  36.       lore:
  37.       - ''
  38.        
  39.   15:
  40.     action: 'close'
  41.     online:
  42.       item: GOLD_ORE
  43.       enchanted: true
  44.       name: '&a&lStore'
  45.       lore:
  46.       - ''
  47.  
  48.     offline:
  49.       item: GOLD_ORE
  50.       enchanted: true
  51.       name: '&a&lStore'
  52.       lore:
  53.       - ''
  54.  
  55.   -1: # -1 means all blank slots
  56.     item: STAINED_GLASS_PANE
  57.     data: 15
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement