Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. {
  2. "name": "Lucas and Potato",
  3. "description": "Description of the game that will appear in the listing",
  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": 10,
  8.  
  9. "_comment_visibility": ["public: Game will be published on the official Factorio matching server",
  10. "lan: Game will be broadcast on LAN"],
  11. "visibility":
  12. {
  13. "public": false
  14. },
  15.  
  16. "_comment_credentials": "Your factorio.com login credentials. Required for games with visibility public",
  17. "username": "",
  18. "password": "",
  19.  
  20. "_comment_token": "Authentication token. May be used instead of 'password' above.",
  21. "token": "",
  22.  
  23. "game_password": "luca",
  24.  
  25. "_comment_require_user_verification": "When set to true, the server will only allow clients that have a valid Factorio.com account",
  26. "require_user_verification": false,
  27.  
  28. "_comment_max_upload_in_kilobytes_per_second" : "optional, default value is 0. 0 means unlimited.",
  29. "max_upload_in_kilobytes_per_second": 0,
  30.  
  31. "_comment_minimum_latency_in_ticks": "optional one tick is 16ms in default speed, default value is 0. 0 means no minimum.",
  32. "minimum_latency_in_ticks": 0,
  33.  
  34. "_comment_ignore_player_limit_for_returning_players": "Players that played on this map already can join even when the max player limit was reached.",
  35. "ignore_player_limit_for_returning_players": false,
  36.  
  37. "_comment_allow_commands": "possible values are, true, false and admins-only",
  38. "allow_commands": "admins-only",
  39.  
  40. "_comment_autosave_interval": "Autosave interval in minutes",
  41. "autosave_interval": 5,
  42.  
  43. "_comment_autosave_slots": "server autosave slots, it is cycled through when the server autosaves.",
  44. "autosave_slots": 5,
  45.  
  46. "_comment_afk_autokick_interval": "How many minutes until someone is kicked when doing nothing, 0 for never.",
  47. "afk_autokick_interval": 0,
  48.  
  49. "_comment_auto_pause": "Whether should the server be paused when no players are present.",
  50. "auto_pause": true,
  51.  
  52. "only_admins_can_pause_the_game": true,
  53.  
  54. "_comment_autosave_only_on_server": "Whether autosaves should be saved only on server or also on all connected clients. Default is true.",
  55. "autosave_only_on_server": true,
  56.  
  57. "_comment_admins": "List of case insensitive usernames, that will be promoted immediately",
  58. "admins": ["lucaboox","ThePotato"]
  59. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement