Skip to content
TewPingz edited this page Nov 19, 2022 · 2 revisions

There are a couple of things to setup when you want to use this plugin.

Bukkit

Requirements

First off the prerequisites are the following:

  1. Paper 1.19.2 Spigot
  2. Redis database (Preferably locally as if its not this is probs going to have massive login times)
  3. Mongo database (Again preferably locally)

How to run it

  1. Download the latest version from the releases or compile your own if you would like.
  2. Launch a server allowing all of the base directories to launch
  3. Place the core-bukkit in the plugins directory
  4. Launch the server with the core and go into the config folder of the Core which will be located in the plugins folder under the directory called Core
  5. Setup your config.json, server.json, redis.json and mongo.json
  6. And you are done, you will have an issue with chat so i recommened using Freedom Chat

Velocity

Requirements

  1. Download Velocity, make sure to use the development and not the stable as the stable doesn't support 1.19.2
  2. Redis database (Preferably locally as if its not this is probs going to have massive login times)
  3. Mongo database (Again preferably locally)

How to run

  1. Download the latest version from the releases or compile your own if you would like.
  2. Launch a server allowing all of the base directories to launch
  3. Place the core-velocity in the plugins directory
  4. Launch the server with the core and go into the config folder of the Core which will be located in the plugins folder under the directory called Core
  5. Setup your config.json, server.json, redis.json and mongo.json

Discord

Requirements

  1. Redis database (Preferably locally as if its not this is probs going to have massive login times)
  2. Mongo database (Again preferably locally)

How to run

  1. Download the latest version from the releases or compile your own if you would like.
  2. Place the core-discord in a directory of its own
  3. Launch using java -jar .jar
  4. The configurations will be generated, set them up

Clone this wiki locally