Advertisement
Guest User

rank

a guest
Apr 28th, 2020
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 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: '&5&l[&d&lRank&5&l]'
  11.  
  12. # rows - the number of rows of the chest - REQUIRED
  13. rows: 3
  14.  
  15. # command - OPTIONAL (you can remove this or set it to '')
  16. # Bind multiple commands using ; (command: 'menu; m; me')
  17. command: 'rank'
  18.  
  19. # This command command will be execute when the menu is opened.
  20. # Supports all the icon command types.
  21. open-action: ''
  22.  
  23. # open-with-item - OPTIONAL
  24. # The menu will open only right-clicking with orange wool [35:1]
  25.  
  26.  
  27. ######################
  28. #+ +#
  29. # ITEMS #
  30. #+ +#
  31. ######################
  32.  
  33. #Rank des joueurs
  34.  
  35. rankcmd:
  36.  
  37. Citoyen:
  38. LORE:
  39. - '&ePrix: $100'
  40. - ' '
  41. - '&cClique pour acheter ce Grade'
  42. PERMISSION: 'luckperms.group.permission.set'
  43. PERMISSION-MESSAGE: '&cVous avez déjà acheté ce grade..'
  44. KEEP-OPEN: true
  45. RANK: 'Citoyen'
  46. PRICE: 100
  47. ID: 270
  48. DATA-VALUE: 1
  49. COMMAND: 'console: lp user {player} parent set citoyen; tell: &aAchat effectué ! &6Vous êtes maintenant grade: &eCitoyen ! | &6Félicitation !'
  50. POSITION-X: 3
  51. POSITION-Y: 1
  52.  
  53. Guerrier:
  54. LORE:
  55. - '&ePrix: $200'
  56. - ' '
  57. - '&cClique pour acheter ce Grade'
  58. PERMISSION: 'luckperms.group.permission.set'
  59. PERMISSION-MESSAGE: '&cVous avez déjà acheté ce grade..'
  60. KEEP-OPEN: true
  61. RANK: 'Guerrier'
  62. PRICE: 200
  63. ID: 267
  64. DATA-VALUE: 1
  65. COMMAND: 'console: lp user {player} parent set guerrier; tell: &aAchat effectué ! &6Vous êtes maintenant grade: &eGuerrier ! | &6Félicitation !'
  66. POSITION-X: 4
  67. POSITION-Y: 1
  68.  
  69. Militaire:
  70. LORE:
  71. - '&ePrix: $300'
  72. - ' '
  73. - '&cClique pour acheter ce Grade'
  74. PERMISSION: 'luckperms.group.permission.set'
  75. PERMISSION-MESSAGE: '&cVous avez déjà acheté ce grade..'
  76. KEEP-OPEN: true
  77. RANK: 'Militaire'
  78. PRICE: 300
  79. ID: 276
  80. DATA-VALUE: 1
  81. COMMAND: 'console: lp user {player} parent set militaire; tell: &aAchat effectué ! &6Vous êtes maintenant grade: &eMilitaire ! | &6Félicitation !'
  82. POSITION-X: 5
  83. POSITION-Y: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement