Advertisement
Guest User

Untitled

a guest
Feb 26th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  1. ######################
  2. #+ +#
  3. # MENU SETTINGS #
  4. #+ +#
  5. ######################
  6.  
  7. menu-settings:
  8.  
  9. # name - appears as the title - REQUIRED
  10. name: '&1Teleportation'
  11.  
  12. # rows - the number of rows of the chest - REQUIRED
  13. rows: 1
  14.  
  15. # command - OPTIONAL (you can remove this or set it to '')
  16. # Bind multiple commands using ; (command: 'menu; m; me')
  17. command: 'menu'
  18.  
  19. # auto-refresh - OPTIONAL
  20. # How frequently the menu will be refreshed, in seconds.
  21. # Useful if you have variables in items' descriptions.
  22. auto-refresh: 5
  23.  
  24. # This command command will be execute when the menu is opened.
  25. # Supports all the icon command types.
  26. open-action: 'sound: note pling'
  27.  
  28. # open-with-item - OPTIONAL
  29. # The menu will open only right-clicking with orange wool [35:1]
  30. open-with-item:
  31. id: wool:1
  32. left-click: true
  33. right-click: true
  34.  
  35.  
  36. ######################
  37. #+ +#
  38. # ITEMS #
  39. #+ +#
  40. ######################
  41.  
  42.  
  43. Spawn:
  44. COMMAND: 'Spawn'
  45. NAME: '&aSpawn'
  46. LORE:
  47. - '&3Retourner au '
  48. - '&3Royaume !'
  49. ID: 47
  50. POSITION-X: 1
  51. POSITION-Y: 1
  52.  
  53.  
  54. Ressource:
  55. COMMAND: 'Warp Ressource'
  56. NAME: '&eRessource'
  57. LORE:
  58. - '&3Partez Decouvrire'
  59. - '&3Le Monde et c est'
  60. - '&3Ressource !'
  61. ID: 2
  62. DATA-VALUE: 1
  63. ENCHANTMENT:
  64. POSITION-X: 2
  65. POSITION-Y: 1
  66.  
  67.  
  68. Minauto:
  69. COMMAND: 'Warp Minauto'
  70. NAME: '&6Minauto'
  71. LORE:
  72. - '&3Sorté vos'
  73. - '&3Pioche !
  74. ID: 56
  75. POSITION-X: 3
  76. POSITION-Y: 1
  77.  
  78.  
  79. Doignier:
  80. COMMAND: 'Warp Doignier'
  81. NAME: '&cDoignier'
  82. LORE:
  83. - '&3Aller Voir
  84. - '&3le Doignier !'
  85. ID: 421
  86. POSITION-X: 4
  87. POSITION-Y: 1
  88.  
  89.  
  90. Maison:
  91. COMMAND: 'Home'
  92. NAME: 'Chez Vous !'
  93. LORE:
  94. - '&3Rendez-vous a'
  95. - '&3Votre Maison !'
  96. ID: 336
  97. POSITION-X: 7
  98. POSITION-Y: 1
  99.  
  100.  
  101. Information:
  102. COMMAND: 'tell: &9Joueurs en ligne : &f{online}/{max_players}; tell: &9Ton pseudo : &f{player}; tell: &9Le monde ou tu es : &f{world}; tell: &9Ton argent : &f{money};'
  103. NAME: '&2Info'
  104. LORE:
  105. - '&3De nombreuses statistiques'
  106. - '&3sont à votre disposition'
  107. ID: head
  108. KEEP-OPEN: true
  109. POSITION-X: 8
  110. POSITION-Y: 1
  111.  
  112.  
  113. menu-close-no-commands-no-lore:
  114. NAME: '&3Quitter'
  115. ID: bed
  116. LORE:
  117. - 'Fermé le Menue'
  118. POSITION-X: 9
  119. POSITION-Y: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement