Skip to content

Installation

Kostya edited this page Apr 23, 2020 · 11 revisions

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

Requirements

  1. You must use Spigot or Paper 1.12 and above, but plugin has been tested only on 1.15.2.
  2. You need to install SKLibrary on your server firstly.
  3. If you want use PEconomy with Vault, you need to install it after installing. (Optional)
  4. Also you can install PlaceholdersAPI to use PEconomy placeholders.
  5. Finally, you need to install PEconomy plugin, see topic below.

Installing

  • PEconomy can be downloaded from SpigotMC page as compiled plugin jar
  • Also you can compile plugin independently. Instruction written for Linux distribs, but for Windows it will be similar. Just follow instruction below.

Compiling from sources

  1. Download sources: git clone https://github.com/SoKnight/PEconomy.git peconomy
  2. Move into sources directory: cd peconomy
  3. Compile sources: mvn clean install
  4. Open peconomy/target and copy peconomy-1.0.8.jar into your server plugins folder
  5. Restart your server
Clone this wiki locally