Page 1 of 1

[Server] using the Token?!

Posted: Mon Aug 08, 2016 11:27 pm
by noliVe
Im sorry for requesting help over and over ;P

Code: Select all

{
  "name": "!GPG! Server #6 - 3123 @ i-craft.de",
  "description": "",
  "tags": ["", "", ""],
  "max_players": "10",
  "visibility": "public",
  "username": "",
  "password": "",
  "token": "",
  "game_password": "",
  "verify_user_identity": true
}
Thats the basic standart entry with no entrys... so my question is how to make it into the open public list!? only using the token?
or use username+token. we dont get it working.

still i can use username+password but that cannot be used for our purpose!
where is my mistake?

Re: [Server] using the Token?!

Posted: Mon Aug 08, 2016 11:28 pm
by noliVe
we tried it like this
{
"name": "!GPG! Server #6 - 3123 @ i-craft.de",
"description": "",
"tags": ["", "", ""],
"max_players": "10",
"visibility": "public",
"username": "Nolive",
"password": "",
"token": "sadköalkalökqk12314141414 WHATEVER ",
"game_password": "",
"verify_user_identity": true
}

Re: [Server] using the Token?!

Posted: Mon Aug 08, 2016 11:30 pm
by noliVe
and this
{
"name": "!GPG! Server #6 - 3123 @ i-craft.de",
"description": "",
"tags": ["", "", ""],
"max_players": "10",
"visibility": "public",
"username": "",
"password": "",
"token": "sadköalkalökqk12314141414 WHATEVER ",
"game_password": "",
"verify_user_identity": true
}

Re: [Server] using the Token?!

Posted: Wed Aug 10, 2016 12:33 am
by noliVe
still nothing works .. only

{
"name": "!GPG! Server #6 - 3123 @ i-craft.de",
"description": "",
"tags": ["", "", ""],
"max_players": "10",
"visibility": "public",
"username": "Nolive",
"password": "whatever",
"game_password": "",
"verify_user_identity": true
}

is working fine