Skip to content

Installation

rusthero edited this page Dec 17, 2022 · 1 revision

Installing the Biome Compass plugin is simple and straightforward. Here is what you need to do:

  1. Make sure you have the latest version of Java installed on your machine.
  2. Install Spigot on your server. You can find instructions on how to install it here.
  3. Download the latest release of the Biome Compass plugin from the releases page.
  4. Copy the downloaded JAR file to the plugins folder of your Spigot server.
  5. Start the server and wait for the plugin to be loaded.

Alternatively, you can build the plugin from source using Gradle:

  1. Clone the repository by running git clone https://github.com/rusthero/BiomeCompass.git in your terminal.
  2. Navigate to the root directory of the repository.
  3. Run gradle build to build the plugin. This will create a JAR file in the build/libs directory.
  4. Copy the JAR file to the plugins folder of your Spigot server and start the server.

That's it! You should now be able to use the Biome Compass plugin in your game. If you have any issues or questions during the installation process, please don't hesitate to reach out for support.

Clone this wiki locally