Advertisement
Guest User

Untitled

a guest
Aug 18th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <messages>
  3.  
  4. <!-- This is example message for automatic server termination -->
  5. <message>
  6.  
  7. <!-- no delay -->
  8. <delay>0</delay>
  9.  
  10. <!-- if the value is larger than 0, then flag Repeat is enabled -->
  11. <repeat>0</repeat>
  12.  
  13. <!-- if the value is larger than 0, then flag Countdown is enabled,
  14. countdown reaches zero in 10 hours -->
  15. <deadline>600</deadline>
  16.  
  17. <!-- disable On connect flag -->
  18. <onconnect>0</onconnect>
  19.  
  20. <!-- enable Shutdown flag -->
  21. <shutdown>1</shutdown>
  22.  
  23. <!-- message itself with placeholders -->
  24. <text>Hello, this server (#name) will shutdown in #tmin minutes.</text>
  25.  
  26. </message>
  27. </messages>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement