Overv / WebCraft

Minecraft clone written in Javascript.
zlib License
386 stars 179 forks source link

remove kiked because same ip #54

Open THESTORMZ opened 2 years ago

THESTORMZ commented 2 years ago

plz repl.it runs on ONE IP

ZombieBrine13092 commented 2 years ago

There is an option to change this in server.js.

server.setOneUserPerIp( false );

You can probably make this easier by finding a unique identifier between machines instead of per IP. Of course, this should be customizable.