Advertisement
Konbbomba

path for player kills

Apr 25th, 2017
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.70 KB | None | 0 0
  1. # Paths file - This file will contain all paths that a player is allowed to take. Previously known as 'AdvancedConfig.yml'.
  2. # This file contains (by default) a Test group that shows the basic syntax of this file.
  3. # For more information, go to https://github.com/Armarr/Autorank-2/wiki/How-to-configure-the-Paths.yml-file%3F.
  4. lava:
  5. prerequisites:
  6. in group:
  7. value: stone
  8. upon choosing:
  9. message:
  10. value: "Kill 100 players for lava rank!"
  11. requirements:
  12. players killed:
  13. value: 100
  14. results:
  15. command:
  16. value: 'pex user &p group set lava'
  17. message:
  18. value: 'congrats you have been promoted to lava, &p'
  19. options:
  20. display name: "lava"
  21. auto choose: true
  22. cole:
  23. prerequisites:
  24. in group:
  25. value: lava
  26. upon choosing:
  27. message:
  28. value: "Kill 150 players for cole rank!"
  29. requirements:
  30. players killed:
  31. value: 150
  32. results:
  33. command:
  34. value: 'pex user &p group set cole'
  35. message:
  36. value: 'congrats you have been promoted to cole, &p'
  37. options:
  38. display name: "cole"
  39. auto choose: true
  40. iron:
  41. prerequisites:
  42. in group:
  43. value: cole
  44. upon choosing:
  45. message:
  46. value: "Kill 200 players for iron rank!"
  47. requirements:
  48. players killed:
  49. value: 200
  50. results:
  51. command:
  52. value: 'pex user &p group set iron'
  53. message:
  54. value: 'congrats you have been promoted to iron, &p'
  55. options:
  56. display name: "iron"
  57. auto choose: true
  58. gold:
  59. prerequisites:
  60. in group:
  61. value: iron
  62. upon choosing:
  63. message:
  64. value: "Kill 250 players for gold rank!"
  65. requirements:
  66. players killed:
  67. value: 250
  68. results:
  69. command:
  70. value: 'pex user &p group set gold'
  71. message:
  72. value: 'congrats you have been promoted to gold, &p'
  73. options:
  74. display name: "gold"
  75. auto choose: true
  76. diamond:
  77. prerequisites:
  78. in group:
  79. value: gold
  80. upon choosing:
  81. message:
  82. value: "Kill 300 players for Diamond rank!"
  83. requirements:
  84. players killed:
  85. value: 300
  86. results:
  87. command:
  88. value: 'pex user &p group set diamond'
  89. message:
  90. value: 'congrats you have been promoted to Diamond, &p'
  91. options:
  92. display name: "diamond"
  93. auto choose: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement