Advertisement
Uirebaeron

Rnakupper

Mar 29th, 2020
1,248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. ranked-groups {
  2. "Steampunk Level 1" {
  3. # Commands to execute when promote. These commands will depend on your permission plugin.
  4. # Available placeholders: {player}, {oldgroup}, {newgroup}
  5. execute-commands=[
  6. "lp user {player} promote {newgroup}",
  7. "xp 50L {player}"
  8. ]
  9. # Levels(not experience) needed to promote.
  10. levels-needed=0
  11. # Broadcast the promote message to all players.
  12. # Available placeholders: {player}, {time}, {newgroup}
  13. message-broadcast="&a>> The player &6{player} &ahas played for &6{time} &aand now is rank {newgroup} of server."
  14. # Use the values of your scoreboard's Scores by name to rank up players.
  15. # Set to 0 or -1 to disable.
  16. minecraft-scoreboards {
  17. TeamBlue=-1
  18. }
  19. # Use some Minecraft Statistics to track for rankup.
  20. # This option will only accept LONG types for statistics.
  21. # See all statistics names here: https://jd.spongepowered.org/7.1.0/org/spongepowered/api/statistic/Statistics.html
  22. # Set to 0 or -1 to disable.
  23. minecraft-statistics {
  24. "MOB_KILLS"=-1
  25. }
  26. # Minutes played needed.
  27. minutes-needed=5
  28. # Money needed. Do not requires additional plugin.
  29. money-needed=300
  30. # Exact name of group to promote player on match the requirements.
  31. next-group=adventure-i
  32. # If using PlaceholderApi, just put the placeholder on key like "%PokeCount%" = 10 (as example)Set to 0 or -1 to disable.
  33. placeholder-api-requirements {
  34. "%Pokedex%"=-1
  35. }
  36. }
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement