
ClearLag++
🎆Trusted on 2300+ Servers🎆⭐Controlls Mob Spawning ⭐Limits Armor Stand⭐Item Frames⭐Laggy Chunkfinder and Unloader⭐And many more features⭐Check it out Yourself⭐1.18-26.1.2⭐Bukkit/Spigot/Paper/PurPur⭐
122.2K
70
Changelogs:
Added:
- BossBar color change based on TPS
- Lag-Snapshot as Discord Embed
- Server Uptime at /cl specs
Fixed:
- Nothing
Removed:
- Nothing
Changelogs:
Added:
- Per Mob Typ Cap
- Dropper/Dispenser Limiter
Fixed:
- Nothing
Removed:
- Nothing
Changelogs:
Added:
- 2 New Config Keys for Item Merging
Fixed:
- Enhanced ItemMerge Feature
Removed:
- Fixed
Changelogs:
Added:
- Command Blacklisting
Fixed:
- Missing Message Keys (found by ShadowHunter)
Removed:
- Nothing
Changelogs:
Added:
- Maximum Stack Limit
Fixed:
- Remove Effects under 1.21 throwing error
Removed:
- Nothing
Changelogs:
Added:
- Smart Stacking (If enabled, items can stack beyond the normal limit (e.g., 64) and non-stackable items (like potions) can be merged if they are identical)
- Removal Effects (Played when entities are removed by auto-clear or manual clear)
- Fire/Lava Spread Limiter (Limits how often fire can spread or lava can create new fire/flow)
Fixed:
- Nothing
Removed:
- Nothing
Changelogs:
Added:
- Custom Bstats Metrics
Fixed:
- Nothing
Removed:
- Nothing
Changelogs:
Added:
- Auto Clear Countdown Time Formatting Option
Fixed:
- /cl killmobs | /cl clear Command for Spawned Mobs via Spawners
Removed
- Nothing
Changelogs:
Added:
- Nothing
Fixed:
- Fixed Config Keys for New Features in Update 1.7.6
Removed:
- Nothing
All the new features are working fine but the config keys are buggy and for some new features you cant disable them this will be fixed in the next uodate untill then you can downgrade
Changelogs:
Added:
- Tile Entity Limiter: Limits the number of tile entities (chests, furnaces, hoppers, etc.) per chunk and globally. Prevents lag from massive storage systems. Configurable via
optimizations.tile-entity-limiter. - Spawner Limiter: Limits mobs spawned by mob spawners per chunk and globally. Prevents lag from massive spawner farms. Configurable via
optimizations.spawner-limiter. - Piston/Slime Block Limiter: Limits fast piston contraptions (flying machines, etc.) that cause server lag. Blocks piston activity in chunks with excessive piston events for a configurable duration. Players are notified when blocked. Configurable via
optimizations.piston-limiter. - Breeding Limiter: Limits the number of breedable animals per chunk and globally. Prevents massive animal farms from causing lag. Configurable via
optimizations.breeding-limiter. - Packet Rate Limiter (ProtocolLib required): Limits the number of packets a player can send per second to prevent lag and crash exploits. Players exceeding the limit are warned, temporarily blocked, and eventually kicked. Bypass permission:
clearlag.packetlimit.bypass. Configurable viapacket-rate-limiter. Auto-disables if ProtocolLib is not installed.
Fixed:
- Piston Limiter: Added player notification when piston activity is blocked in a chunk. Added configurable block duration (
block-duration-seconds). - Breeding Limiter: Changed from counting only breedable adults to counting all
Breedableanimals (includes babies). Added debug logging whendebug-modeis enabled. - Packet Rate Limiter: Uses Reflection to avoid class loading errors when ProtocolLib is not installed. Plugin now starts normally even when the feature is enabled but ProtocolLib is missing.
Removed:
- Nothing removed in this update.
- Tile Entity Limiter: Limits the number of tile entities (chests, furnaces, hoppers, etc.) per chunk and globally. Prevents lag from massive storage systems. Configurable via
Changelogs:
Added:
- Nothing
Fixed:
- The function that measures CPU usage briefly "froze" the server because it was too slow and running directly within the server's main process. It is now running in the background to prevent the server from freezing.
Removed:
- Nothing
Changelogs:
- Fixed Nametags for MobStacking
- Fixed MetaData for MobStacking
Changelogs
- Forgot to add an Safety Check to the /cl clear | /cl killmobs command
Changelogs:
Added:
- Nothing
Fixed:
- /Clearlag clear Command Exclusion
Removed:
- Nothing
Changelogs
Added:
- Debug Log for Plugin Hooks
Fixed:
- Citizens Hook
Removed:
- Nothing
Changelogs:
(This Update brings many new features and not all are fully tested So, bugs can occur, and it's also possible that functions that worked in version 1.6 were changed in version 1.7. If you find any Bugs, just let me know on my DC)
Added:
- Added hex color formatting support for messages and language strings. Supported formats:
&#RRGGBB,#RRGGBB, and<color:#RRGGBB>...</color>. - Support for Nexo and Oraxen: custom items and custom entities from these plugins are now protected from being cleared. Can be toggled in the config.
- Support for MythicMobs: MythicMobs entities are now protected from being cleared and killed by ClearLag. Can be toggled in the config.
- Support for EliteMobs: EliteMobs entities are now protected from being cleared, killed, and from having their AI disabled by ClearLag. Can be toggled in the config.
- Support for Citizens: NPCs created by Citizens are now immune to all ClearLag removal actions. Can be toggled in the config.
- Support for FancyNpcs: NPCs created by FancyNpcs are now immune to all ClearLag removal actions. Can be toggled in the config.
- Support for Shopkeepers: Shopkeeper entities are now immune to all ClearLag removal actions. Can be toggled in the config.
- Support for DecentHolograms and HolographicDisplays: hologram entities are now immune to all ClearLag removal actions. Can be toggled individually in the config.
- Support for FancyHolograms: hologram entities created by FancyHolograms are now immune to all ClearLag removal actions. Can be toggled in the config.
- Time-Based Rules: auto-clear behavior can now differ between day, night, and a special event mode. Each period has its own toggles for clearing items/mobs and a removal multiplier. New commands:
/clearlag timerules <status|on|off|eventon|eventoff>. - Per-World Profiles: each world can now have its own auto-clear interval, removal limits, and exclude lists. New commands:
/clearlag worldprofiles <status|on|off>and/clearlag worldprofiles world <worldname> <on|off|status>. - Recent-Activity Protection: items that drop near a player will be protected from being cleared for a configurable amount of time. Can be toggled and configured in the config.
Fixed:
- Custom items and entities from Nexo and Oraxen were incorrectly being cleared along with regular items and mobs. They are now properly protected.
- Plugin-managed custom mobs (e.g. from Nexo/Oraxen) could have their AI disabled by the AI optimization feature. This is now prevented when the respective config option is enabled.
/clearlag killmobsnow respects all hook protection settings (MythicMobs, EliteMobs, Citizens, Shopkeepers, Holograms) depending on your config.- Auto-clear now consistently checks all hook protections across every removal path.
- Fixed a permission bypass where
/clearlag togglemessages,/clearlag togglesound, and/clearlag togglemessagecould be used without their specific permission when command hiding was disabled. - Fixed misleading feedback for
/clearlag togglesound: when countdown sounds are globally disabled, players now receive a proper feature-disabled message instead of a permission error.
Removed:
- Nothing removed in this update.
- Added hex color formatting support for messages and language strings. Supported formats:
Changelogs:
Added:
- /clearlag validate checks config formatting
- Configuration structure check before reload
- Added an feature where you can toggle the exclusions (blacklist) list to an inclusions (whitelist) list
Fixed:
- Another Performance Bug
Removed:
- Nothing
Changelogs:
Added:
Added Plugin Support for:
Fixed:
- Nothing
Removed:
- Nothing
Changelogs:
Added:
- World Guard Support
- Per-World Spawn-Limits
- Vehicle Limiter
- Projectile Limiter
Fixed:
- Another Discord Webhook Bug
Removed:
- Nothing <3
Changelogs:
- Fixed mutiple small Bugs
- Fixed Discord Webhook Bug
1
...Совместимость
Minecraft: Java Edition
Авторы
Сведения
Лицензия:
Опубликован:1 год назад
Обновлён:1 день назад
ID проекта:

