i started a factorio server with server-settings.json and with a game save from a friend.
Code: Select all
{
"_comment_admins": "List of case insensitive usernames, that will be promoted immediately",
"_comment_afk_autokick_interval": "How many minutes until someone is kicked when doing nothing, 0 for never.",
"_comment_allow_commands": "possible values are, true, false and admins-only",
"_comment_auto_pause": "Whether should the server be paused when no players are present.",
"_comment_autosave_interval": "Autosave interval in minutes",
"_comment_autosave_only_on_server": "Whether autosaves should be saved only on server or also on all connected clients. Default is true.",
"_comment_autosave_slots": "server autosave slots, it is cycled through when the server autosaves.",
"_comment_credentials": "Your factorio.com login credentials. Required for games with visibility public",
"_comment_ignore_player_limit_for_returning_players": "Players that played on this map already can join even when the max player limit was reached.",
"_comment_max_players": "Maximum number of players allowed, admins can join even a full server. 0 means unlimited.",
"_comment_max_upload_in_kilobytes_per_second": "optional, default value is 0. 0 means unlimited.",
"_comment_minimum_latency_in_ticks": "optional one tick is 16ms in default speed, default value is 0. 0 means no minimum.",
"_comment_require_user_verification": "When set to true, the server will only allow clients that have a valid Factorio.com account",
"_comment_token": "Authentication token. May be used instead of 'password' above.",
"_comment_visibility": [
"public: Game will be published on the official Factorio matching server",
"lan: Game will be broadcast on LAN"
],
"name": "Janz schoe ostig hier",
"admins": "akadawa",
"afk_autokick_interval": 0,
"allow_commands": "admins-only",
"auto_pause": true,
"autosave_interval": 10,
"autosave_only_on_server": true,
"autosave_slots": 144,
"description": "keeene Description of the game aast",
"game_password": "****",
"ignore_player_limit_for_returning_players": false,
"max_players": 10,
"max_upload_in_kilobytes_per_second": 0,
"minimum_latency_in_ticks": 70,
"only_admins_can_pause_the_game": true,
"password": "*******",
"require_user_verification": true,
"tags": [
"game",
"tags"
],
"token": "",
"username": "",
"visibility": {
"lan": true,
"public": true
}
}
if i display the admins with the /admins command, i got the username from the creator of this map.(i´m not the creator :/)
can i change the admin belatedly ?
can i add a second admin for this server?
can you help me?
(Sorry for this bad english

akadawa