Advertisement
Guest User

Untitled

a guest
Sep 15th, 2013
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. #Integrate Essentials AFK (default: false)
  2. essentialsAfk: false
  3.  
  4. #Integrate RoyalCommands AFK (default: false)
  5. rcmdsAfk: false
  6.  
  7. #Debug mode. If you don't know what you're doing, leave it false (default: false)
  8. debugMode: false
  9.  
  10. #How often, in minutes, does the server check for promotions (default: 5)
  11. checkPeriod: 1
  12.  
  13. #Default group for new players
  14. defaultGroup: citizen
  15.  
  16. #If groups are set-up per world. Eg. in world "creative" the player is in group "moderator",
  17. #but in world "survival" player is in group "user"
  18. #Only enable this if your permission plugin supports per-world groups.
  19. #Notice: If you enable this, the plugin will use perworld.yml
  20. #so you'll need to set up rank promotions in that file instead of this
  21. #(default: false)
  22. worldSpecificGroups: false
  23.  
  24. #Promotions list
  25. promote:
  26.  
  27. #Group to be promoted from
  28. Traveler:
  29. #Group to be promoted to
  30. to: Citizen
  31.  
  32. #After specified amount of time played. Usage: d - for days, h - for hours, m - for minutes;
  33. #use spaces between days, hours and minutes
  34. timeReq: 1m
  35.  
  36. Citizen:
  37. to: Huntsman
  38. timeReq: 1m
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement