mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-25 02:04:44 +02:00
Don't kill owned road entities (leashed / named) (#3829)
This commit is contained in:
@ -759,6 +759,8 @@ public class Settings extends Config {
|
||||
@Comment("Also kill any road mobs that are being ridden, or are leashed")
|
||||
public static boolean
|
||||
KILL_OWNED_ROAD_MOBS = false;
|
||||
@Comment("Also kill any road mobs that are named")
|
||||
public static boolean KILL_NAMED_ROAD_MOBS = false;
|
||||
@Comment("Kill items on roads (Stick, Paper, etc.)")
|
||||
public static boolean KILL_ROAD_ITEMS = false;
|
||||
@Comment("Kill vehicles on roads (Boat, Minecart, etc.)")
|
||||
|
Reference in New Issue
Block a user