mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-14 21:08:35 +00:00
Add a -f (friendly) flag to butcher
This commit is contained in:
@ -40,6 +40,7 @@ public abstract class LocalWorld {
|
||||
public static final int NPCS = 1 << 1;
|
||||
public static final int ANIMALS = 1 << 2;
|
||||
public static final int GOLEMS = 1 << 3;
|
||||
public static final int FRIENDLY = PETS | NPCS | ANIMALS | GOLEMS;
|
||||
public static final int WITH_LIGHTNING = 1 << 20;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user