Skip to content
Raphfrk edited this page Aug 15, 2011 · 3 revisions

Install EventLink

This plugin requires EventLink, so you must install that plugin first.

Download .jar file

The jar latest jar file can be obtained from here

Older revisions are available from Github

Place file in directory

The jar file should be placed in the <server-root>/plugins directory

Start/reload the server

To start the plugin, you need to reload plugins or restart the server.

Update Global Hostname

When you reload the configuration file is created in /plugins/Server Port Core/serverportcore.txt

To set the global_hostname, you need to edit the file so that

global_hostname=the.hostname.of.your.server:port

to the name of your server. It should be set to whatever a player would type in to connect to the server.

If you are using a proxy, it is whatever a player would use to connect if they were on the same computer as the proxy.

For example, it might be

global_hostname=localhost:25564

If the server was on the same computer as the proxy, and players connected using port 25564.

Clone this wiki locally