本帖最后由 1250305944 于 2018-9-8 14:05 编辑


来自群组: Server CT

| 介绍 |
| CatClearLag可以说是sponge版的Clearlag, |
| 作用 |
定时清理一些实体,提升服务器TPS。 可以通过输入指令卸载区块 回收内存,再也不怕服务器内存溢出了 还可以限制实体,防止玩家做刷怪场故意卡服 |
| 插件指令 |
| /re <hostiles|all|living|xp> - Remove various types of entities. #清除各种类型的实体 /forcegc - Request garbage collection. #回收内存 /laggychunks <tiles|entities> - Find the chunks with the most entities or tiles. #寻找有许多实体和容器的区块 /unloadchunks - Unload all chunks. #卸载所有区块(应该是玩家没加载过的区块) /clwhitelist - Add an item to the item whitelist. #增加物品白名单到扫地大妈 |
| 权限节点(不建议给予玩家) |
| catclearlag.command.removeentities - Use /re. #使用/re 的权限,包括/re host等指令 catclearlag.command.removehostile - Use /re host. #使用/re hostiles的权限 catclearlag.command.removeall - Use /re a. #使用/re all的权限 catclearlag.command.removegitems - Use /re items. #使用/re items的权限 catclearlag.command.forcegc - Use /forcegc. #使用/forcegc的权限 catclearlag.command.laggychunks - Use /laggychunks. #使用/laggychunks的权限 catclearlag.command.unloadchunks - Use /unloadchunks. #使用/unloadchunks的权限 catclearlag.command.whitelistitem - Use /clwhitelist. #使用/clwhitelist的权限 |
| 配置文件(仅用于参考) |
| |
| 下载地址 |
| Github下载地址: https://github.com/Time6628/CatClearLag/releases Sponge Ore下载地址: https://ore.spongepowered.org/TimeTheCat/CatClearLag/versions |
| 已知BUG |
| 1.卸载完区块之后可能导致部分区块扔不了东西 |

来自群组: Server CT
楼主可以放出优化前后的对比图