Class Settings.Paper_Components
java.lang.Object
com.plotsquared.core.configuration.Settings.Paper_Components
- Enclosing class:
Settings
@Comment("Enable or disable parts of the plugin specific to using Paper")
public static final class Settings.Paper_Components
extends Object
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic booleanstatic booleanstatic booleanstatic booleanstatic booleanstatic booleanstatic booleanstatic booleanstatic boolean -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PAPER_LISTENERS
-
ENTITY_PATHING
-
ENTITY_MOVEMENT
@Comment("Prevent entities from leaving plots, even by pushing or pulling") public static boolean ENTITY_MOVEMENT -
CANCEL_CHUNK_SPAWN
@Comment("Cancel entity spawns when the chunk is loaded if the PlotArea\'s mob spawning is off") public static boolean CANCEL_CHUNK_SPAWN -
PLAYER_PROJECTILE
@Comment("Use paper\'s PlayerLaunchProjectileEvent to cancel projectiles") public static boolean PLAYER_PROJECTILE -
SPAWNER_SPAWN
@Comment("Cancel entity spawns from spawners before they happen (performance buff)") public static boolean SPAWNER_SPAWN -
CREATURE_SPAWN
@Comment("Cancel entity spawns from tick spawn rates before they happen (performance buff)") public static boolean CREATURE_SPAWN -
TILE_ENTITY_CHECK
-
ASYNC_TAB_COMPLETION
-
-
Constructor Details
-
Paper_Components
public Paper_Components()
-