mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-12 04:23:54 +00:00
Added ORIENTATION_REGION and ALL LogModes, which log orientation+region and position+orientation+region respectively.
This commit is contained in:
@ -136,11 +136,19 @@ public class WorldEdit {
|
||||
break;
|
||||
}
|
||||
/* FALL-THROUGH */
|
||||
|
||||
|
||||
case POSITION:
|
||||
msg += " - Position: "+position;
|
||||
break;
|
||||
|
||||
|
||||
case ALL:
|
||||
msg += " - Position: "+position;
|
||||
/* FALL-THROUGH */
|
||||
|
||||
case ORIENTATION_REGION:
|
||||
msg += " - Orientation: "+player.getCardinalDirection().name();
|
||||
/* FALL-THROUGH */
|
||||
|
||||
case REGION:
|
||||
try {
|
||||
msg += " - Region: "+session.getSelection(player.getWorld());
|
||||
|
Reference in New Issue
Block a user