Guest User

Untitled

a guest
Jun 21st, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. # address = server address (can be IP or DNS name)
  2. # port = server port - a value between 1025 and 65536, default 27015
  3. # cmdbackup = defines how often the UDP request is resent to the server (with redirect_check_method > 0), default 2
  4. # noauto = overrides the redirect_auto setting for this server, default is redirect_auto
  5. # nomanual = overrides the redirect_manual setting for this server, default is redirect_manual
  6. # nodisplay = if this is set to 1 it will hide the server from the /server list and announcements, default 0
  7. # adminslots = if this is set to 1 the plugin will redirect only people with reserved slot there if it's e.g. 12/13 players on the target server, default 0
  8. # password = the password that is needed to connect to the server, default <none>
  9. # publicpassword = if set to 1, all players can connect to passworded servers, when set to 0 only admins, default 0
  10.  
  11. [Ne Diraj]
  12. address=178.63.2.6
  13. port=27083
  14. noauto=0
  15. nodisplay=1
  16.  
  17. [DeathRun]
  18. address=193.192.58.53
  19. port=27131
  20. noauto=1
  21. nodisplay=0
Add Comment
Please, Sign In to add comment