Advertisement
Guest User

Untitled

a guest
Nov 11th, 2016
398
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.89 KB | None | 0 0
  1. #------------------- Chest Commands Errors -------------------#
  2. 1) Invalid YAML configuration for the menu "rules.yml". Please look at the error above, or use an online YAML parser (google is your friend).
  3. #-------------------------------------------------------------#
  4.  
  5.  
  6. ######################
  7. #+ +#
  8. # MENU SETTINGS #
  9. #+ +#
  10. ######################
  11.  
  12. menu-settings:
  13.  
  14. # name - appears as the title - REQUIRED
  15. name: '&8&lDythentic&c&lRules'
  16.  
  17. # rows - the number of rows of the chest - REQUIRED
  18. rows: 1
  19.  
  20. # command - OPTIONAL (you can remove this or set it to '')
  21. # Bind multiple commands using ; (command: 'menu; m; me')
  22. command: 'rules'
  23.  
  24. # auto-refresh - OPTIONAL
  25. # How frequently the menu will be refreshed, in seconds.
  26. # Useful if you have variables in items' descriptions.
  27. auto-refresh: 5
  28.  
  29. # This command command will be execute when the menu is opened.
  30. # Supports all the icon command types.
  31. open-action: none
  32. # open-with-item - OPTIONAL
  33. # The menu will open only right-clicking with orange wool [35:1]
  34. open-with-item:
  35. id: wool:1
  36. left-click: false
  37. right-click: true
  38.  
  39.  
  40. ######################
  41. #+ +#
  42. # ITEMS #
  43. #+ +#
  44. ######################
  45.  
  46. r1:
  47. NAME: '&cNo Hacking'
  48. LORE:
  49. - '&7'
  50. - '&7If you do, you will recieve'
  51. - '&7a &c&l1d Ban&7!'
  52. ID: paper
  53. POSITION-X: 1
  54. POSITION-Y: 1
  55.  
  56. r2:
  57. NAME: '&cNo Spamming&8/&cAdvertising'
  58. LORE:
  59. - '&7'
  60. - '&7If you do, you will recieve'
  61. - '&7a &c&l5m Mute&7!'
  62. ID: paper
  63. POSITION-X: 2
  64. POSITION-Y: 1
  65.  
  66. r3:
  67. NAME: '&cOptifine, Shaders, 5Zig, JustPVP and LabyMod only!'
  68. LORE:
  69. - '&7'
  70. - '&7If you do, you will recieve'
  71. - '&7a &c&l1d Tempban&7!'
  72. ID: paper
  73. POSITION-X: 3
  74. POSITION-Y: 1
  75.  
  76. r4:
  77. NAME: '&cNo DDos/Dox threats'
  78. LORE:
  79. - '&7'
  80. - '&7If you do, you will recieve'
  81. - '&7a &c&lPerm Ban&7!'
  82. ID: paper
  83. POSITION-X: 4
  84. POSITION-Y: 1
  85.  
  86. r5:
  87. NAME: '&cNo IRL money scamming'
  88. LORE:
  89. - '&7'
  90. - '&7If you do, you will recieve'
  91. - '&7a &c&lPerm Ban&7!'
  92. ID: paper
  93. POSITION-X: 5
  94. POSITION-Y: 1
  95.  
  96. r6:
  97. NAME: '&cNo Cursing/No Constant Cursing'
  98. LORE:
  99. - '&7'
  100. - '&7If you do, you will recieve'
  101. - '&7a &c&l15m Mute&7!'
  102. ID: paper
  103. POSITION-X: 6
  104. POSITION-Y: 1
  105.  
  106. r7:
  107. NAME: '&cRespect all Players'
  108. LORE:
  109. - '&7'
  110. - '&7If you don't, you will recieve'
  111. - '&7a &c&l1d Tempban&7!'
  112. ID: paper
  113. POSITION-X: 7
  114. POSITION-Y: 1
  115.  
  116. r8:
  117. NAME: '&cNo asking for OP, Ranks, or Items!'
  118. LORE:
  119. - '&7'
  120. - '&7If you do, you will recieve'
  121. - '&7a &c&l30m Mute&7!'
  122. ID: paper
  123. POSITION-X: 8
  124. POSITION-Y: 1
  125.  
  126. r9:
  127. NAME: '&cNo Full Caps Messages!'
  128. LORE:
  129. - '&7'
  130. - '&7If you do, you will recieve'
  131. - '&7a &c&l15m Mute&7!'
  132. ID: paper
  133. POSITION-X: 9
  134. POSITION-Y: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement