Package | Description |
---|---|
net.alpenblock.bungeeperms |
Modifier and Type | Method and Description |
---|---|
Server |
User.getServer(String name) |
Server |
Group.getServer(String name) |
Server |
PermEntity.getServer(String server) |
Modifier and Type | Method and Description |
---|---|
Map<String,Server> |
PermEntity.getServers() |
Constructor and Description |
---|
Group(String name,
List<String> inheritances,
List<TimedValue<String>> timedinheritances,
List<String> perms,
List<TimedValue<String>> timedperms,
Map<String,Server> servers,
int rank,
int weight,
String ladder,
boolean isdefault,
String display,
String prefix,
String suffix) |
User(String name,
UUID UUID,
List<String> groups,
List<TimedValue<String>> timedgroups,
List<String> perms,
List<TimedValue<String>> timedperms,
Map<String,Server> servers,
String display,
String prefix,
String suffix) |
Copyright © 2019. All rights reserved.