Blockland Forums > Help
Whats the ban command for the console?
Blockzillahead:
I know it's /ban 0 ID -1 "Reason"
But when you type the reason it cannot have any space. If I type "Being stupid" it will show up as "Being" only. I have to put "Being_Stupid".
What's the actual command?
Kalphiter:
commandToServer('ban', "", ID, -1, "multi word reason");
Axolotl:
--- Quote from: Kalphiter on August 27, 2012, 07:48:58 PM ---commandToServer('ban', "", ID, -1, "multi word reason");
--- End quote ---
nope
commandToServer('ban',"id",the bl_id,the ban time in minutes,"multi word reason");
Kalphiter:
--- Quote from: Axolotl on August 27, 2012, 11:24:45 PM ---nope
commandToServer('ban',"id",the bl_id,the ban time in minutes,"multi word reason");
--- End quote ---
What you posted, "id", is completely useless.
Plexious:
banBLID("Id","Minutes","Reason");