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 Details

    • PAPER_LISTENERS

      @Comment("Enable Paper\'s listeners.") public static boolean PAPER_LISTENERS
    • ENTITY_PATHING

      @Comment("Prevent entities from leaving plots") public static boolean 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

      @Comment("Check the tile entity limit on block placement") public static boolean TILE_ENTITY_CHECK
    • ASYNC_TAB_COMPLETION

      @Comment("Use Paper\'s async tab completion") public static boolean ASYNC_TAB_COMPLETION
  • Constructor Details