Advertisement
Guest User

Config

a guest
May 13th, 2014
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.47 KB | None | 0 0
  1. # Welcome to configuring PrisonRankup, I will be here to guide you through this config setup
  2. # First let me introduce myself, I am Mazen. I consider myself an expert in configuring Plugins and YAML configs and the average Java Developer.
  3. # First thing I want you to do is to set the prefix (What comes before the message) for the plugin to use. Keep the speech marks please to avoid errors.
  4. Prefix: '&a[&bNeon&6&bRankup&a]'
  5. #Do not touch this!
  6. version: 2.0
  7. # Next thing I want you to do is set the message you want it to be when somebody ranks up. Keep the speech marks here as well.
  8. # The %player% will be replaced with the players name, and the %rank% will be replaced with the rank they ranked up to.
  9. Rankup BC Message: '&3%player% &6has ranked up to &3%rank%'
  10. # Now, the most important part of this plugin is the rankup ladder
  11. groups:
  12. #Heres an example of the format of how it should be:
  13. # rank name: price
  14. #DO NOT REMOVE THE # FROM THE ABOVE!
  15. - A:30
  16. - B:10000
  17. - C:15000
  18. - D:25000
  19. - E:40000
  20. - F:60000
  21. - G:75000
  22. - H:90000
  23. - I:115000
  24. - J:135000
  25. - K:150000
  26. - L:170000
  27. - M:195000
  28. - N:215000
  29. - O:230000
  30. - P:250000
  31. - Q:280000
  32. - R:310000
  33. - S:340000
  34. - T:370000
  35. - U:410000
  36. - V:460000
  37. - W:520000
  38. - X:600000
  39. - Y:800000
  40. - Z:1000000
  41. - Free:100000000
  42. - Prestige-A:120000000
  43. - Prestige-B:140000000
  44. - Prestige-C:160000000
  45. - Prestige-D:180000000
  46. - Prestige-E:200000000
  47. - Prestige-F:220000000
  48. - Prestige-G:240000000
  49. - Prestige-H:260000000
  50. - Prestige-I:280000000
  51. - Prestige-J:300000000
  52. - Prestige-K:340000000
  53. - Prestige-L:380000000
  54. - Prestige-M:420000000
  55. - Prestige-N:460000000
  56. - Prestige-O:500000000
  57. - Prestige-P:550000000
  58. - Prestige-Q:600000000
  59. - Prestige-R:650000000
  60. - Prestige-S:700000000
  61. - Prestige-T:670000000
  62. - Prestige-U:800000000
  63. - Prestige-V:850000000
  64. - Prestige-W:900000000
  65. - Prestige-X:950000000
  66. - Prestige-Y:1000000000000
  67. - Prestige-Z:2000000000000
  68. - Prestige-Free:3000000000000
  69. #Here, I will be asking you to put the first rank on the ladder in this example A
  70. First Rank: 'A'
  71. # As well as the last rank to assure that we can message the player that he is at the end of the ladder
  72. Last Rank: 'Prestige-Free'
  73. # This message is the message we will send to the player if he is the highest rank.
  74. Highest Rank MSG: '&6 You are already the highest rank!'
  75. # This next one is if you want to use a timed requirement for your rankup system, set it to true if yes. Default is false;
  76. Timed Requirement: false
  77. # Now we're if you set it to true you will have to set a certain time (in seconds) that you want to be done for the rank requirement
  78. Time Interval: 0.0
  79. # Here you will write what the time is based on, seconds, minutes or hours. Spelling does matter!
  80. Time type: Seconds
  81. # If you want, I added an option where you can choose if you want to make it so that the interval is added to every Rankup Sequence
  82. Interval on all ranks: false
  83. # Now you're almost there! Theres just one last part, If you're switching from Rankup and/or majority of Rankup plugins set this to true. If not, set it to false.
  84. # What this does is check if the player has a rank that is listed in groups (Every minute) and if so, makes a profile with that rank.
  85. Transfer ranks to profile: false
  86. # Set the next item to false if you do not want to use the updater
  87. update: true
  88. # Set this to true if you wish to enable debug mode
  89. debug: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement