Advertisement
Guest User

YAML Error help Bukkit

a guest
Mar 20th, 2015
408
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.56 KB | None | 0 0
  1. ######################
  2. #+                  +#
  3. #   MENU SETTINGS    #
  4. #+                  +#
  5. ######################
  6.  
  7. menu-settings:
  8.   # name - appears as the title - REQUIRED
  9.   name: '&1Kit Selection'
  10.  
  11.   # rows - the number of rows of the chest - REQUIRED
  12.   rows: 3
  13.  
  14.   # command - OPTIONAL (you can remove this or set it to '')
  15.   # Bind multiple commands using ; (command: 'menu; m; me')
  16.   command: 'menu'
  17.  
  18.   # auto-refresh - OPTIONAL
  19.   # How frequently the menu will be refreshed, in seconds.
  20.   # Useful if you have variables in items' descriptions.
  21.   auto-refresh: 5
  22.  
  23.   # This command command will be execute when the menu is opened.
  24.   # Supports all the icon command types.
  25.   open-action: 'sound: note pling;
  26.  
  27.   # open-with-item - OPTIONAL
  28.   # The menu will open only right-clicking with orange wool [35:1]
  29.   open-with-item:
  30.     id: clock:1
  31.     left-click: false
  32.     right-click: true
  33.  
  34.  
  35. ######################
  36. #+                  +#
  37. #       ITEMS        #
  38. #+                  +#
  39. ######################
  40.  
  41.  
  42. pvpkit mulecmd:
  43.   COMMAND: 'pvpkit Mule'
  44.   NAME: '&eKit Mule'
  45.   LORE:
  46.    - 'Selects kit Mule'
  47.   ID: carrot
  48.   DATA-VALUE: 1
  49.   AMOUNT: 1
  50.   ENCHANTMENT: knockback, 10; durability, 10
  51.   POSITION-X: 1
  52.   POSITION-Y: 1
  53.  
  54.  
  55. pvpkit donkeycmd:
  56.   COMMAND: 'pvpkit Donkey'
  57.   NAME: '&eKit Donkey'
  58.   LORE:
  59.    - 'Selects kit Donkey'
  60.   ID: carrot
  61.   DATA-VALUE: 1
  62.   AMOUNT: 2
  63.   ENCHANTMENT: knockback, 10; durability, 10
  64.   POSITION-X: 2
  65.   POSITION-Y: 1
  66.  
  67.  
  68. pvpkit Horsecmd:
  69.   COMMAND: 'pvpkit Horse'
  70.   NAME: '&eKit Horse'
  71.   LORE:
  72.    - 'Selects kit Horse'
  73.   ID: carrot
  74.   DATA-VALUE: 1
  75.   AMOUNT: 3
  76.   ENCHANTMENT: knockback, 10; durability, 10
  77.   POSITION-X: 3
  78.   POSITION-Y: 1
  79.  
  80.  
  81. pvpkit Pegasuscmd:
  82.   COMMAND: 'pvpkit Pegasus'
  83.   NAME: '&eKit Pegasus'
  84.   LORE:
  85.    - 'Selects kit Pegasus'
  86.   ID: carrot
  87.   DATA-VALUE: 1
  88.   AMOUNT: 4
  89.   ENCHANTMENT: knockback, 10; durability, 10
  90.   POSITION-X: 4
  91.   POSITION-Y: 1
  92.  
  93.  
  94. pvpkit Unicorncmd:
  95.   COMMAND: 'pvpkit Unicorn'
  96.   NAME: '&eKit Unciorn'
  97.   LORE:
  98.    - 'Selects kit Unciorn'
  99.   ID: carrot
  100.   DATA-VALUE: 1
  101.   AMOUNT: 5
  102.   ENCHANTMENT: knockback, 10; durability, 10
  103.   POSITION-X: 5
  104.   POSITION-Y: 1
  105.  
  106.  
  107. pvpkit Horsecmd:
  108.   COMMAND: 'pvpkit TrueUnicorn'
  109.   NAME: '&eKit TrueUnicorn'
  110.   LORE:
  111.    - 'Selects kit TrueUnicorn'
  112.   ID: carrot
  113.   DATA-VALUE: 1
  114.   AMOUNT: 6
  115.   ENCHANTMENT: knockback, 10; durability, 10
  116.   POSITION-X: 6
  117.   POSITION-Y: 1
  118.  
  119.  
  120. menu-close-no-commands-no-lore:
  121.   NAME: '&6Close the menu'
  122.   ID: bed
  123.   LORE:
  124.    - 'Close the kit selection'
  125.   POSITION-X: 9
  126.   POSITION-Y: 3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement