gustav9797 / PowerfulPerms

GNU General Public License v3.0
6 stars 11 forks source link

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>