Added per-group block change limits.
This commit is contained in:
@@ -438,4 +438,13 @@ public class WorldEditPlayer {
|
||||
loc.rotY = (float) pitch;
|
||||
player.teleportTo(loc);
|
||||
}
|
||||
|
||||
/**
|
||||
* Get a player's list of groups.
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
public String[] getGroups() {
|
||||
return player.getGroups();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user