Advertisement
Guest User

Untitled

a guest
Nov 25th, 2014
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. passwordAdmin = "";
  2. logFile = "Profiles\arma3server.log";
  3. voteMissionPlayers = 1;
  4. voteThreshold = 0.33;
  5. persistent = 1;
  6. BattlEye = 1;
  7.  
  8. hostname = "JNET Test Server";
  9.  
  10. disableVon = 1;
  11.  
  12. //
  13. // This config will make the server launch and manage its own JVON instance locally for VON emulation
  14. //
  15. jvon_host = 1;
  16. jvon_server_config = "@JVON\jvon_server.json";
  17. jvon_password = "balls";
  18. jvon_required = 1;
  19. jvon_extended_config = "push_client_config.json";
  20.  
  21. //
  22. // These configs can be used to host a JVON server independently.
  23. //
  24. //jvon_host = 0;
  25. //jvon_server_address = "127.0.0.1:27233";
  26. //jvon_password = "balls";
  27. //jvon_required = 1;
  28. //jvon_extended_config = "push_client_config.json";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement