Advertisement
Guest User

Untitled

a guest
Mar 7th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. tps {
  2. # How long after the server starts until the TPS check initiates. (In minutes)
  3. check-delay=10
  4. # The minimum TPS to initiate a restart timer
  5. minimum=10
  6. # The reason to broadcast if 'use-reason' is enabled
  7. reason-message="Server TPS is below 10."
  8. # If set to true, When the restart timer reaches 0, The TPS will be checked again
  9. # If the TPS is above the minimum, the restart is canceled
  10. restart-cancel=true
  11. # The broadcast message sent to everyone if the restart was canceled
  12. restart-cancel-message="&bThe server will not restart. The TPS is now above 10"
  13. # Time until the restart after a TPS check has failed, in seconds (default 300 = 5 minutes)
  14. timer=60
  15. # If enabled, the server will initiate a restart timer if the TPS is below the minimum set.
  16. use=true
  17. # If enabled, there will be a reason broadcast alongside the countdown for the restart.
  18. use-reason=true
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement