Skip to content

How to set up a Kelp server

PXAV edited this page May 27, 2020 · 1 revision

To set up Kelp on your server, you need to have at least two .jar-files to install:

  • The core module file

  • An implementation module that fits your server version

    Install the Kelp core

The Kelp core acts like a normal spigot plugin and is like the bridge between your server and the Kelp-plugins.

  • So you have to drag the core module file into the normal plugins folder of your spigot server.

  • Reload/Restart the server and wait until the following folders have been created:

    • kelp_logs
    • kelp_plugins
    • kelp_versions

    Install the correct version module

When you start your server now should see a big error message. This is because you have no version implementation module installed.

  • Choose the correct module for your server version and drag it into the kelp_versions folder
  • Reload/Restart the server

The server should now start without any error messages.

Clone this wiki locally