Плагины/ClearLag++
ClearLag++

ClearLag++

🎄Trusted on 500+ Servers🎄⭐Controlls Mob Spawning ⭐Limits Armor Stand⭐Item Frames⭐Laggy Chunkfinder and Unloader⭐Item Death Protection⭐System Monotoring⭐LuckPerms/Placeholder API/Discord Webhook integration And many more!⭐1.18-1.21⭐ Over 28.8k+ Downloads

29.1K
19

ClearLag++ 1.6.16

beta4 декабря 2025 г.

Changelogss

A bug that occurred on Spigot servers when reading TPS and a config setting that was not loading has been fixed.

ClearLag++ 1.6.15

beta29 ноября 2025 г.

Changelogs

  • You Can now Bundle Items Example: You're mining a mountain and there are thousands of small stone stacks on the ground; from now on, the plugin will directly join these together within a specific, customizable radius.
  • Added messages.yml You can now Change Every Message that ClearLag Sends in your Language

ClearLag++ 1.6.14

beta25 ноября 2025 г.

Changelogs

  • Fixed Bugs
  • Added FastLeafDecay by Mobilestars
  • Added an README.md File

ClearLag++ 1.6.13

beta14 ноября 2025 г.

Changelogs

- Mob Stacking

You can now stack Mobs every Mob will have an own nametag with his (entity type) and (Stack Number).

Config entry

# --- Mob Stacking ---
  # Automatically stacks similar mobs together to reduce entity count.
  mob-stacking:
    enabled: false
    # How often (in ticks) to scan for and stack mobs. 20 ticks = 1 second.
    stack-interval-ticks: 100 # Default: 5 seconds
    # Horizontal radius (in blocks) to check for mobs to stack.
    stack-radius-horizontal: 8
    # Vertical radius (in blocks) to check for mobs to stack.
    stack-radius-vertical: 4
    # Minimum number of mobs required to form a stack.
    min-stack-size: 2
    # Maximum number of mobs allowed in a single stack.
    max-stack-size: 500
    # The format for the stack's name. {type} = Mob Type, {count} = Stack Size.
    name-format: "&e{type} &fx{count}"
    # List of mob types (EntityType) to NEVER stack.
    excluded-mobs:
      - VILLAGER
      - WOLF
      - IRON_GOLEM
      - WANDERING_TRADER
    # Exclusion rules for mobs that would otherwise be stacked.
    exclusions:
      named: true # Exclude mobs that already have a custom name
      bred: true # Exclude breedable mobs
      tagged: true # Exclude mobs with the "clearlag_exclude" scoreboard tag
      leashed: true # Exclude leashed mobs
      tamed: true # Exclude tamed mobs (like wolves, cats)

- Anti-Block-Physics-Abuse

When a certain number of falling blocks are detected in a chunk, they are either deleted or dropped

Example:

You've placed 200 sand blocks and they're all falling now, and your threshold is set to 100. Then only 100 sand blocks will fall, and the rest will be immediately deleted or dropped. Everything is customizable, and blocks can be excluded via this config entry.

  # --- Anti-Block-Physics-Abuse ---
  # Limits or converts falling blocks during mass-fall events to prevent lag.
  anti-physics-abuse:
    enabled: false
    # List of blocks (Materials) to monitor.
    block-list:
      - SAND
      - GRAVEL
      - DRAGON_EGG
      - ANVIL
      - CHIPPED_ANVIL
      - DAMAGED_ANVIL
    # How often (in ticks) to check the falling block count.
    check-interval-ticks: 10 # Default: 0.5 seconds
    # How many falling blocks in the interval must be detected to trigger the action.
    threshold: 100
    # What to do when the threshold is hit:
    # "LIMIT" - Temporarily blocks new falling blocks of these types from spawning.
    # "CONVERT_TO_ITEMS" - Instantly converts new falling blocks into dropped items.
    action: "CONVERT_TO_ITEMS"
    # How long (in ticks) the "LIMIT" or "CONVERT_TO_ITEMS" action should last.
    limit-duration-ticks: 60 # Default: 3 seconds

ClearLag++ 1.6.12.1

beta9 ноября 2025 г.

Changelogs

Fixed an Placeholder Bug

Совместимость

Minecraft: Java Edition

1.20–1.21.111.18–1.19.4

Создатели

fernsehheft

fernsehheft

Владелец

Детали

Лицензия:LicenseRef-All-Rights-Reserved
Опубликован:6 месяцев назад
Обновлён:1 неделю назад