mirror of
https://github.com/MilkBowl/Vault.git
synced 2025-01-01 05:48:06 +01:00
commit
2b5f447c1f
BIN
lib/DroxPerms-0.4.0-SNAPSHOT.jar
Normal file
BIN
lib/DroxPerms-0.4.0-SNAPSHOT.jar
Normal file
Binary file not shown.
Binary file not shown.
4
pom.xml
4
pom.xml
@ -16,9 +16,9 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>de.hydrox.bukkit.DroxPerms</groupId>
|
<groupId>de.hydrox.bukkit.DroxPerms</groupId>
|
||||||
<artifactId>DroxPerms</artifactId>
|
<artifactId>DroxPerms</artifactId>
|
||||||
<version>0.3.1</version>
|
<version>0.4.0-SNAPSHOT</version>
|
||||||
<scope>system</scope>
|
<scope>system</scope>
|
||||||
<systemPath>${project.basedir}/lib/DroxPerms.jar</systemPath>
|
<systemPath>${project.basedir}/lib/DroxPerms-0.4.0-SNAPSHOT.jar</systemPath>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.krinsoft.privileges</groupId>
|
<groupId>net.krinsoft.privileges</groupId>
|
||||||
|
@ -134,7 +134,7 @@ public class Permission_DroxPerms extends Permission {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String[] getGroups() {
|
public String[] getGroups() {
|
||||||
return null;
|
return API.getGroupNames();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user