[0.14.3] Player cannot be banned

This subforum contains all the issues which we already resolved.
Post Reply
yfcz
Inserter
Inserter
Posts: 47
Joined: Mon Jul 04, 2016 7:27 pm
Contact:

[0.14.3] Player cannot be banned

Post 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

Loewchen
Global Moderator
Global Moderator
Posts: 8354
Joined: Wed Jan 07, 2015 5:53 pm
Contact:

Re: [0.14.3] Player cannot be banned

Post by Loewchen »

Please upload the server log.

yfcz
Inserter
Inserter
Posts: 47
Joined: Mon Jul 04, 2016 7:27 pm
Contact:

Re: [0.14.3] Player cannot be banned

Post 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
Attachments
server.out.log
(5.19 MiB) Downloaded 73 times
Last edited by yfcz on Mon Sep 05, 2016 10:26 pm, edited 1 time in total.

User avatar
Adil
Filter Inserter
Filter Inserter
Posts: 945
Joined: Fri Aug 15, 2014 8:36 pm
Contact:

Re: [0.14.3] Player cannot be banned

Post 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.
I do mods. Modding wiki is friend, it teaches how to mod. Api docs is friend too...
I also update mods, some of them even work.
Recently I did a mod tutorial.

aober93
Filter Inserter
Filter Inserter
Posts: 453
Joined: Tue Aug 30, 2016 9:07 pm
Contact:

Re: [0.14.3] Player cannot be banned

Post 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.

Oxyd
Former Staff
Former Staff
Posts: 1428
Joined: Thu May 07, 2015 8:42 am
Contact:

Re: [0.14.3] Player cannot be banned

Post by Oxyd »

Can you still reproduce this in 0.14.5?

yfcz
Inserter
Inserter
Posts: 47
Joined: Mon Jul 04, 2016 7:27 pm
Contact:

Re: [0.14.3] Player cannot be banned

Post 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.

Post Reply

Return to “Resolved Problems and Bugs”