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

gabrielecabrini/EconomyPlus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

210 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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>