• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

MC & Namelock

Amiroslo

Excellent OT User
Joined
Jul 28, 2009
Messages
6,812
Solutions
6
Reaction score
822
I want so people cant open mc from same ip, only specified ip!
and i want that when i namelock someone, he can log but he cant move, it says, Please chose a new name
He chose new name, and Admin, Tut, mod, cm, gm, not allowed to chose, and then it says r you sure? he says yes, and he get relog with his new name.
and first alph. should be big like Amir not amir

Rep++
 
Moved to Requests

for the MC problem:
Make two tables on a login script(onlineIPs / allowedMultiIPs)

when a player logs in, check if their IP already exists on onlineIPs table, if it doesnt add it and return true, if it does check if it exists on the allowedMultiIPs, if it does return true, if it doesnt return false
I think this is easy enough that anyone with some LUA knowledge can do it
-----------------------------
about the namelock, I think the server already supports it, dont know about the forcing first letter though
 
my ot is like, when i namelock someone, he have to chose a new name, and i have to accept it via website :/
i dont want it like this!

and im not a scriper so if someone can thanks :D
 
Back
Top