This commit is contained in:
Jesse Boyd
2018-04-28 09:28:55 +10:00
parent 9fe1e53d9d
commit ef83b5a1b7
3 changed files with 78 additions and 12 deletions

View File

@ -321,6 +321,8 @@ public class Settings extends Config {
public static boolean CHUNK_PROCESSOR = false;
@Comment("Kill mobs on roads")
public static boolean KILL_ROAD_MOBS = false;
@Comment("Kill items on roads")
public static boolean KILL_ROAD_ITEMS = false;
@Comment("Kill vehicles on roads")
public static boolean KILL_ROAD_VEHICLES = false;
@Comment("Notify a player of any missed comments upon plot entry")