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
[0.14.3] Player cannot be banned
Re: [0.14.3] Player cannot be banned
Please upload the server log.
Re: [0.14.3] Player cannot be banned
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
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 83 times
Last edited by yfcz on Mon Sep 05, 2016 10:26 pm, edited 1 time in total.
Re: [0.14.3] Player cannot be banned
But hey, you've had console commands enabled for the server. You could have used the power of lua to pwn him. As in:
Or if that fails you could get him through the game list:
Code: Select all
/c f=game.player.selected--point cursor at him
/c f.active=false -- petrify
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.
I also update mods, some of them even work.
Recently I did a mod tutorial.
Re: [0.14.3] Player cannot be banned
Im sure sadistic childs find that amusing. The rational version is usability.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:
Re: [0.14.3] Player cannot be banned
Can you still reproduce this in 0.14.5?
Re: [0.14.3] Player cannot be banned
At least that player I tried to ban (without success) in past can be banned now. Thx.Oxyd wrote:Can you still reproduce this in 0.14.5?