Advertisement
Guest User

Untitled

a guest
Oct 25th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. {
  2. "name": "Invictus",
  3. "description": "Pingperfect.com",
  4. "tags": ["game", "tags"],
  5.  
  6. "_comment_max_players": "Maximum number of players allowed, admins can join even a full server. 0 means unlimited.",
  7. "max_players": 0,
  8.  
  9. "_comment_visibility": ["public: Game will be published on the official Factorio matching server",
  10. "lan: Game will be broadcast on LAN",
  11. "hidden: Game will not be published anywhere"],
  12. "visibility": "hidden",
  13.  
  14. "_comment_credentials": "Your factorio.com login credentials. Required for games with visibility public",
  15. "username": "",
  16. "password": "",
  17.  
  18. "_comment_token": "Authentication token. May be used instead of 'password' above.",
  19. "token": "",
  20.  
  21. "game_password": "bob",
  22.  
  23. "_comment_require_user_verification": "When set to true, the server will only allow clients that have a valid Factorio.com account",
  24. "require_user_verification": true,
  25.  
  26. "_comment_max_upload_in_kilobytes_per_second" : "optional, default value is 0. 0 means unlimited.",
  27. "max_upload_in_kilobytes_per_second": 0,
  28.  
  29. "_comment_ignore_player_limit_for_returning_players": "Players that played on this map already can join even when the max player limit was reached.",
  30. "ignore_player_limit_for_returning_players": false,
  31.  
  32. "_comment_allow_commands": "possible values are, true, false and admins-only",
  33. "allow_commands": "admins-only",
  34.  
  35. "_comment_autosave_interval": "Autosave interval in minutes",
  36. "autosave_interval": 10,
  37.  
  38. "_comment_autosave_slots": "server autosave slots, it is cycled through when the server autosaves.",
  39. "autosave_slots": 3,
  40.  
  41. "_comment_afk_autokick_interval": "How many minutes until someone is kicked when doing nothing, 0 for never.",
  42. "afk_autokick_interval": 0,
  43.  
  44. "_comment_auto_pause": "Wheter should the server be paused when no players are present.",
  45. "auto_pause": true,
  46.  
  47. "only_admins_can_pause_the_game": true,
  48.  
  49. "_comment_admins": "List of case sensitive usernames, that will be promoted immediately",
  50. "admins": ["Sysity", "Meepedy"]
  51. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement