Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Latest commit

 

History

History
30 lines (22 loc) · 695 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 695 Bytes

EconomyPlus

Spigot plugin for 1.8 to 1.19

This page is under construction

If you need support > https://discord.itswagpvp.dev

License

License

Maven Instructions

Add Repository

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

Add Dependency

<dependency>
    <groupId>com.github.ItsWagPvP</groupId>
    <artifactId>EconomyPlus</artifactId>
    <version>4.9</version>
</dependency>