I just tried to ban player who destroyed our base (griefer).
Shortly after he connected again I tried to ban him as an admin. However I was unable ban him — game was saying that there is no such player.
Also his nickname is missing when I type:
/players
Re: [0.14.3] Player cannot be banned
Posted: Mon Sep 05, 2016 7:09 pm
by Loewchen
Please upload the server log.
Re: [0.14.3] Player cannot be banned
Posted: Mon Sep 05, 2016 7:34 pm
by yfcz
Log is attached now.
Ban and p commands were issued somewhere in range of few minutes before line which contains: 2016-09-05 20:34:46
Re: [0.14.3] Player cannot be banned
Posted: Mon Sep 05, 2016 8:05 pm
by Adil
But hey, you've had console commands enabled for the server. You could have used the power of lua to pwn him. As in:
/c me=game.player; for index,player in pairs(game.players) do me.print(index); me.print(name) end --this would show you everyone
/c f=game.players[index] --index is the one of your choosing
/c f.character.active=false