mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-13 18:14:38 +02:00
Altering PEX prefix/suffix.
This commit is contained in:
@@ -110,6 +110,7 @@ javadoc.noindex=false
|
||||
javadoc.nonavbar=false
|
||||
javadoc.notree=false
|
||||
javadoc.private=false
|
||||
javadoc.reference.PermissionsEx.jar=../lib/PermissionsEx-javadoc.jar
|
||||
javadoc.splitindex=true
|
||||
javadoc.use=true
|
||||
javadoc.version=false
|
||||
|
@@ -77,7 +77,7 @@ public class PermissionsExHandler implements IPermissionsHandler
|
||||
{
|
||||
return null;
|
||||
}
|
||||
return user.getPrefix();
|
||||
return user.getPrefix(base.getWorld().getName());
|
||||
}
|
||||
|
||||
@Override
|
||||
@@ -88,6 +88,7 @@ public class PermissionsExHandler implements IPermissionsHandler
|
||||
{
|
||||
return null;
|
||||
}
|
||||
return user.getSuffix();
|
||||
|
||||
return user.getSuffix(base.getWorld().getName());
|
||||
}
|
||||
}
|
||||
|
BIN
lib/PermissionsEx-javadoc.jar
Normal file
BIN
lib/PermissionsEx-javadoc.jar
Normal file
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user