Author Topic: How to Ban People Outside of a Server?  (Read 2295 times)

I'm making a server and I have some people who I wouldn't want to be on at all. I know there's some file you have to edit but I can't find it.

You can either start a server and do banBLID(BL_ID, TIME IN MINUTES(-1 for perma), "REASON"); or you can close Blockland(if it's open) and edit config/server/BANLIST.txt.

you can also use /ban

format is /ban -1 blid time_in_minutes reason. idk why -1 needs to be there, but as far as I know it has to be there. maybe its the blid of the admin who's banning...? okay thanks crown/jes00
« Last Edit: October 21, 2015, 12:07:25 PM by Conan »

I believe it's the guy you are banning's object ID.

I believe it's the guy you are banning's object ID.
Yep.

Make sure you use quotes when defining the ban.

Make sure you use quotes when defining the ban.
Or you can just use underscores

format is /ban -1 blid time_in_minutes reason
I just put their name where -1 goes, it still bans them, it just needs something there.

Or you can just use underscores
If you use quotes you can use spaces


o stuff really
Yeah, when you do quotes for any command, it represents it as an argument.

Ex: /messagesent "hi this is a message"
/ban 0 "Chocolate man" -1 "stop eating so much chocolate"

Yeah, when you do quotes for any command, it represents it as an argument.

Ex: /messagesent "hi this is a message"
/ban 0 "Chocolate man" -1 "stop eating so much chocolate"



sure about that?

Oh wait my bad it doesnt work on ban and kick properly because of the silly arguments. There's a mod that fixes that problem, but most commands it will work as if you were typing in a console command with arguments.


i have no idea how to edit this


i have no idea how to edit this

first thing you need to do is get something like notepad++ or sublime text which reads the text file format right.
then i'tll be more clear

first thing you need to do is get something like notepad++ or sublime text which reads the text file format right.
then i'tll be more clear
Looks like it reads it just fine... it's just text separated by tabs. I'm not sure what each field is though