mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-05 12:36:40 +00:00
Added a -a flag to /butcher to kill animals. Its now disabled by default.
This commit is contained in:
@ -38,6 +38,7 @@ public abstract class LocalWorld {
|
||||
public class KillFlags {
|
||||
public static final int PETS = 1 << 0;
|
||||
public static final int NPCS = 1 << 1;
|
||||
public static final int ANIMALS = 1 << 2;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user