Aaah, a fellow Minecraft player! Welcome
A very easy way to accomplish this is to install
games/minecraft-server, but be sure to configure the port itself and set it up so that it'll run as a service. That will also install
/usr/local/etc/rc.d/minecraft. Then copy the file to
spigot, edit it accordingly and you should be all set.
So:
- Make sure you got the ports collection installed (/usr/ports). If not use:
# portsnap fetch extract
.
cd /usr/ports/games/minecraft-server
.
- Configure it:
# make config
and change it from stand alone to service.
# make install clean
Then simply perform the steps I mentioned earlier.