- Just Click on
run.bat
. - Copy the port in
server-port
inside ofserver.properties
. - Join the server by the address
localhost:{port}
<- your port, example: if myserver-port
is equal to25565
, my address will belocalhost:25565
.
the procedures I did to configure the server:
- install the Java
- Download the craftbukkit on https://getbukkit.org/download/craftbukkit
- Copy
run.bat
to your folder - Check if the
run.bat
has the correctcraftbukkit
file name - in
eula.txt
changeeula
totrue
- in
server.properties
changeonline-mode
tofalse
, to accept pirate minecraft.