Advertisement
Guest User

Jobs Reborn Limit Section

a guest
Sep 6th, 2015
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. Limit:
  2. # Money gain limit
  3. # With this enabled, players will be limited how much they can make in defined time
  4. # Time in seconds: 60 = 1min, 3600 = 1 hour, 86400 = 24 hours
  5. Money:
  6. Use: true
  7. # Do you want to stop money gain when exp limit reached?
  8. StopWithExp: false
  9. MoneyLimit: 5000
  10. # Time in seconds: 60 = 1min, 3600 = 1 hour, 86400 = 24 hours
  11. TimeLimit: 86400
  12. # Delay between announcements about reached money limit
  13. # Keep this from 30 to 5 min (300), as players can get annoyed of constant message displaying
  14. AnnouncmentDelay: 300
  15. # Exp gain limit
  16. # With this enabled, players will be limited how much they can get in defined time
  17. # Time in seconds: 60 = 1min, 3600 = 1 hour, 86400 = 24 hours
  18. Exp:
  19. Use: false
  20. # Do you want to stop exp gain when money limit reached?
  21. StopWithMoney: true
  22. Limit: 5000
  23. # Time in seconds: 60 = 1min, 3600 = 1 hour, 86400 = 24 hours
  24. TimeLimit: 86400
  25. # Delay between announcements about reached Exp limit
  26. # Keep this from 30 to 5 min (300), as players can get annoyed of constant message displaying
  27. AnnouncmentDelay: 300
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement