mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-25 02:04:44 +02:00
Add config options for all paper events.
This commit is contained in:
@ -364,6 +364,12 @@ public class Settings extends Config {
|
||||
@Comment(
|
||||
"Cancel entity spawns when the chunk is loaded if the PlotArea's mob spawning is off")
|
||||
public static boolean CANCEL_CHUNK_SPAWN = true;
|
||||
@Comment("Use paper's PlayerLaunchProjectileEvent to cancel projectiles")
|
||||
public static boolean PLAYER_PROJECTILE = true;
|
||||
@Comment("Cancel entity spawns from spawners before they happen (performance buff)")
|
||||
public static boolean SPAWNER_SPAWN = true;
|
||||
@Comment("Cancel entity spawns from tick spawn rates before they happen (performance buff)")
|
||||
public static boolean CREATURE_SPAWN = true;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user