BungeePerms

a permissions plugin for BungeeCord and Spigot/PaperSpigot

BungeePerms is a permissions plugin for BungeeCord and Spigot. It overrides the built-in permissions systems so you don't need BungeeCord/Spigot permissions (anymore). BungeePerms can form a network so that it's a single system managing all permissions in your network.

Discord

You can ask questions directly on our Discord-Server at https://discord.gg/NaA6eQ2

Binaries

Dev builds of this project are available at http://ci.wea-ondara.net/job/BungeePerms/

Maven Repo

For BungeePerms 3 use

<repositories>
    <repository>
        <id>bungeeperms-repo</id>
        <url>http://repo.wea-ondara.net/repository/public/</url>
    </repository>
</repositories>
<dependencies>
    <dependency>
        <groupId>net.alpenblock</groupId>
        <artifactId>BungeePerms</artifactId>
        <version>3.0-dev-80</version>
    </dependency>
</dependencies>

For BungeePerms 4 use

<repositories>
    <repository>
        <id>bungeeperms-repo</id>
        <url>http://repo.wea-ondara.net/repository/public/</url>
    </repository>
</repositories>
<dependencies>
    <dependency>
        <groupId>net.alpenblock</groupId>
        <artifactId>BungeePerms</artifactId>
        <version>4.0-dev-81</version>
    </dependency>
</dependencies>

Functionality:

For more information go to the wiki https://github.com/weaondara/BungeePerms/wiki