Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 1.25 KB

README.md

File metadata and controls

32 lines (27 loc) · 1.25 KB

CircleCI

PowerfulPerms

Next generation permission management, powering huge networks, max performance on any server.

Server Owners

For general information about PowerfulPerms go to www.spigotmc.org.

If you are experiencing any problems with PowerfulPerms, please join the Discord help chat.

Developers

Contributing to PowerfulPerms

If you would like to contribute to this repository, feel free to fork the repo and then create a pull request to our current develop branch.

Implementing PowerfulPerms

<repositories>
  <repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
  </repository>
</repositories>
<dependencies>
  <dependency>
    <groupId>com.github.gustav9797.PowerfulPerms</groupId>
    <artifactId>PowerfulPermsAPI</artifactId>
    <version>4.5.2</version>
  </dependency>
</dependencies>