mirror of
https://github.com/MilkBowl/Vault.git
synced 2024-12-28 20:07:55 +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>
|
||||
<groupId>de.hydrox.bukkit.DroxPerms</groupId>
|
||||
<artifactId>DroxPerms</artifactId>
|
||||
<version>0.3.1</version>
|
||||
<version>0.4.0-SNAPSHOT</version>
|
||||
<scope>system</scope>
|
||||
<systemPath>${project.basedir}/lib/DroxPerms.jar</systemPath>
|
||||
<systemPath>${project.basedir}/lib/DroxPerms-0.4.0-SNAPSHOT.jar</systemPath>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.krinsoft.privileges</groupId>
|
||||
|
@ -134,7 +134,7 @@ public class Permission_DroxPerms extends Permission {
|
||||
|
||||
@Override
|
||||
public String[] getGroups() {
|
||||
return null;
|
||||
return API.getGroupNames();
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user