Advertisement
Guest User

Untitled

a guest
Feb 4th, 2016
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.97 KB | None | 0 0
  1. #############################
  2. #####      Warpify      #####
  3. #  Player Warping Commands  #
  4. #  Created by Alex Neises   #
  5. #############################
  6.  
  7. #############################
  8. #      Database Config      #
  9. #############################
  10. mysqlServer:  127.0.0.1
  11. mysqlPort:    8889
  12. mysqlDatabase: warpify
  13. mysqlUsername: root
  14. mysqlPassword: root
  15.  
  16. #############################
  17. #       Warp Settings       #
  18. #############################
  19. memberPublicWarps: 3
  20. memberPrivateWarps: 5
  21. memberWarpWaitSec: 5
  22.  
  23. modPublicWarps:    5
  24. modPrivateWarps:   10
  25. memberWarpWaitSec: 0
  26.  
  27. adminPublicWarps:  -1
  28. adminPrivateWarps: -1
  29. memberWarpWaitSec: 0
  30.  
  31. #############################
  32. # If a group below is set   #
  33. # to true, they will be     #
  34. # able to warp to any       #
  35. # private warp not owned by #
  36. # them.                     #
  37. #############################
  38. memberAllPrivateWarpAccess: false
  39. modAllPrivateWarpAccess:    false
  40. adminAllPrivateWarpAccess:  true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement