Advertisement
Guest User

Untitled

a guest
May 2nd, 2014
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 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: '&8[&cPrison&8]'
  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: '&e%player% &ahas ranked up to &6%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:0
  16. - B:1000
  17. - C:2000
  18. - D:5000
  19. - E:7500
  20. - F:10000
  21. - G:50000
  22. - H:100000
  23. - I:300000
  24. - J:1000000
  25. - K:5000000
  26. - L:10000000
  27. - M:50000000
  28. - N:100000000
  29. - O:300000000
  30. - P:1000000000
  31. - Q:10000000000
  32. - R:50000000000
  33. - S:100000000000
  34. - T:150000000000
  35. - U:200000000000
  36. - V:250000000000
  37. - W:300000000000
  38. - X:500000000000
  39. - Y:700000000000
  40. - Z:1000000000000
  41. #Here, I will be asking you to put the first rank on the ladder in this example A
  42. First Rank: 'A'
  43. # As well as the last rank to assure that we can message the player that he is at the end of the ladder
  44. Last Rank: 'Z'
  45. # This message is the message we will send to the player if he is the highest rank.
  46. Highest Rank MSG: '&6 You are already the highest rank!'
  47. # 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;
  48. Timed Requirement: false
  49. # 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
  50. Time Interval: 0.0
  51. # Here you will write what the time is based on, seconds, minutes or hours. Spelling does matter!
  52. Time type: Seconds
  53. # 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
  54. Interval on all ranks: false
  55. # 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.
  56. # 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.
  57. Transfer ranks to profile: true
  58. # Set the next item to false if you do not want to use the updater
  59. update: true
  60. # Set this to true if you wish to enable debug mode
  61. debug: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement