Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 462 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 462 Bytes

FactionExtender

This Java Library allows you to write extensions for Faction. To create an extension you need to add this to your pom but ensure you are using the latest version.

Click here to see the latest published versions

<dependency>
    <groupId>com.factionsecurity</groupId>
    <artifactId>faction-extender</artifactId>
    <version>2.5</version>
</dependency>