Installation - SoKnight/PEconomy GitHub Wiki

Here you can see PEconomy installation as plugin guide. If you are server admin then it's useful for you.

Requirements

  1. Server software: Spigot or Paper or other fork 1.12.X and newer.
  2. JVM version: Java 8 and never from any vendor (Oracle, OpenJDK etc.)
  3. Required dependencies:
  4. Optional dependencies:

Installation

  1. Download plugin JAR from GitHub release page or SpigotMC page
  2. Install required (and optional) dependencies (see above)
  3. Put downloaded JAR into your plugins/ directory
  4. Restart your server

Compiling from sources

You can use simple guide below to build plugin from sources on Linux distribs:

  1. Download sources: git clone https://github.com/SoKnight/PEconomy.git PEconomy
  2. Go to sources directory: cd PEconomy
  3. Compile sources: mvn clean package
  4. Open target/ directory and get your compiled PEconomy.jar