-
Notifications
You must be signed in to change notification settings - Fork 5
Installation
Kostya edited this page Oct 10, 2021
·
11 revisions
Here you can see PEconomy installation as plugin guide. If you are server admin then it's useful for you.
- Server software: Spigot or Paper or other fork 1.12.X and newer.
- JVM version: Java 8 and never from any vendor (Oracle, OpenJDK etc.)
- Required dependencies:
- Optional dependencies:
- PlaceholderAPI - if you want use plugin's placeholders (more info)
- Vault - PEconomy can provide Vault Economy service (more info)
- Download plugin JAR from GitHub release page or SpigotMC page
- Install required (and optional) dependencies (see above)
- Put downloaded JAR into your
plugins/
directory - Restart your server
You can use simple guide below to build plugin from sources on Linux distribs:
- Download sources:
git clone https://github.com/SoKnight/PEconomy.git PEconomy
- Go to sources directory:
cd PEconomy
- Compile sources:
mvn clean package
- Open
target/
directory and get your compiledPEconomy.jar
© 2023 SoKnight' Software Ltd.
Thank you for using PEconomy!Report a bug or suggest an idea: GitHub Issues | SpigotMC
Home WiKi page
Page on SpigotMC
Configuration
Commands & Permissions
Integration
Installation
Documentation
Good luck!