项目作者: weaondara

项目描述 :
A permissions plugin for BungeeCord/Waterfall/Velocity and Spigot/Paper
高级语言: Java
项目地址: git://github.com/weaondara/BungeePerms.git
创建时间: 2013-04-03T14:55:28Z
项目社区:https://github.com/weaondara/BungeePerms

开源协议:GNU General Public License v3.0

下载


Logo

BungeePerms

a permissions plugin for BungeeCord/Velocity and Spigot/PaperSpigot

BungeePerms is a permissions plugin for BungeeCord/Velocity and Spigot/PaperSpigot. 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 4 use

  1. <repositories>
  2. <repository>
  3. <id>bungeeperms-repo</id>
  4. <url>https://repo.wea-ondara.net/repository/maven-releases/</url>
  5. </repository>
  6. </repositories>
  7. <dependencies>
  8. <dependency>
  9. <groupId>net.alpenblock</groupId>
  10. <artifactId>BungeePerms</artifactId>
  11. <version>4.0-dev-108</version>
  12. </dependency>
  13. </dependencies>

For BungeePerms 3 (outdated) use

  1. <repositories>
  2. <repository>
  3. <id>bungeeperms-repo</id>
  4. <url>https://repo.wea-ondara.net/repository/maven-releases/</url>
  5. </repository>
  6. </repositories>
  7. <dependencies>
  8. <dependency>
  9. <groupId>net.alpenblock</groupId>
  10. <artifactId>BungeePerms</artifactId>
  11. <version>3.0-dev-80</version>
  12. </dependency>
  13. </dependencies>

Functionality:

  • One permissions system for all your servers
  • Manages all permissions of your network
  • Permission groups
  • Timed permissions and groups
  • Promote/demote functionality
  • Per server and world permissions
  • In-game permission check (check a user’s/group’s permission)
  • In-game list for defined users/groups
  • Complete in-game user and group management
  • Group inheritances, timed inheritances
  • Group ladders
  • Prefixes, suffixes and display for users and groups
  • Mysql and YAML support
  • UUID support (optional, almost a requirement)
  • Regex permissions (optional)

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