Giving Credit
This commit is contained in:
@@ -17,6 +17,10 @@ import org.bukkit.event.Event;
|
||||
|
||||
public class PlayerFactionExpression extends SimpleExpression<String> {
|
||||
|
||||
/**
|
||||
* @author Illyria Team
|
||||
*/
|
||||
|
||||
|
||||
static {
|
||||
Skript.registerExpression(PlayerFactionExpression.class, String.class, ExpressionType.SIMPLE, "[the] faction of %player%", "[the] %player%['s] faction");
|
||||
|
||||
@@ -15,6 +15,10 @@ import org.bukkit.event.Event;
|
||||
|
||||
public class PlayerPowerExpression extends SimpleExpression<Number> {
|
||||
|
||||
/**
|
||||
* @author Illyria Team
|
||||
*/
|
||||
|
||||
|
||||
static {
|
||||
Skript.registerExpression(PlayerPowerExpression.class, Number.class, ExpressionType.SIMPLE, "[the] power of %player%", "[the] %player%['s] power");
|
||||
|
||||
@@ -16,6 +16,10 @@ import org.bukkit.event.Event;
|
||||
|
||||
public class PlayerRoleExpression extends SimpleExpression<String> {
|
||||
|
||||
/**
|
||||
* @author Illyria Team
|
||||
*/
|
||||
|
||||
static {
|
||||
Skript.registerExpression(PlayerRoleExpression.class, String.class, ExpressionType.SIMPLE, "[the] role of %player%", "[the] %player%['s] role");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user