a

api

A permissions plugin for Minecraft servers.
https://luckperms.net
MIT
Luck
Files download
File Operation
api-5.4.jar download
api-5.4.pom download
api-5.4-sources.jar download
Apache Maven
<dependency>
  <groupId>net.luckperms</groupId>
  <artifactId>api</artifactId>
  <version>5.4</version>
</dependency>
Gradle Groovy
implementation 'net.luckperms:api:5.4'
Gradle Kotlin
implementation("net.luckperms:api:5.4")
Scala SBT
libraryDependencies += "net.luckperms" % "api" % "5.4"
Groovy Grape
@Grapes(
  @Grab(group='net.luckperms', module='api', version='5.4')
)
Apache Ivy
<dependency org="net.luckperms" name="api" rev="5.4" />
Leiningen
[net.luckperms/api "5.4"]
Apache Buildr
'net.luckperms:api:jar:5.4'
Dependencies
The project has no third-party dependencies