Author Topic: What is the command to ban?  (Read 716 times)

I want to ban someone that left my server, but I can't figure out how. What is the command to do so? I know it includes /ban and the ID, but I'm not sure what else and in what order.

you might wanna download the IGSO add-on.once you do find the ban/unban controls in the GUI and just put his BL ID in it and he should be banned from your server for all eternity :)

/ban 0 ID TIME Reason
or
commandtoserver('ban',0,ID,Time,"Multiple Word Reason");

Set TIME to -1 for permanent ban. With the /cmd, Reason can only be one word. The 0 is technically the client ID but that's not needed if the client isn't in the server.

For the command to server one, do I enter that into the console? (The thing that pops up when I press "~".)