Page 1 of 1

[0.14.3] Player cannot be banned

Posted: Mon Sep 05, 2016 7:05 pm
by yfcz
Hello,

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:

Code: Select all

/c f=game.player.selected--point cursor at him
/c f.active=false -- petrify
Or if that fails you could get him through the game list:

Code: Select all

/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
or
The console can even register own event handlers, so the amount of fun you could have with people is immense.

Re: [0.14.3] Player cannot be banned

Posted: Mon Sep 05, 2016 9:26 pm
by aober93
Adil wrote:But hey, you've had console commands enabled for the server. You could have used the power of lua to pwn him. As in:
Im sure sadistic childs find that amusing. The rational version is usability.

Re: [0.14.3] Player cannot be banned

Posted: Fri Sep 09, 2016 12:00 pm
by Oxyd
Can you still reproduce this in 0.14.5?

Re: [0.14.3] Player cannot be banned

Posted: Sat Sep 10, 2016 1:04 pm
by yfcz
Oxyd wrote:Can you still reproduce this in 0.14.5?
At least that player I tried to ban (without success) in past can be banned now. Thx.