当前位置:首页 > Minecraft插件 > 正文

[全版本]LaggRemover服务器智能优化插件

你还在担忧服务器卡崩吗?还在担心卡顿吗?那就来看看这款插件吧,这款插件和其他插件不同,LaggRemover用的方式是减少区块。

这个插件的特点!:

1.降低内存使用率(卸载无用区块,比nospawnchunk更高效,更智能)

2.先进的追踪技术[快速高效的获得每一瞬间(1/无限制)的TPS

3.印象因素(加快玩家进入服务器的速度,没有人会玩卡翔的服务器!

4.检查服务器提供商是否诚实(真实内存大小与服务器提供商做比较,不一致则开启增加TPS功能)

5.智能检测/清楚查看/清理区块[创造了一个AI,并且可以设置AI的活跃度(在出现问题之前清理区块,这是这个插件的最好的地方,其他优化插件都没有这个功能

简单的就是说:智能清理区块,极其高效,阻止自动保存9自定义世界0,更省硬盘,服务器卡的时候玩家大喊“lag”即可智能清理区块,优化内存。

指令:

/lr help [页数]                                        - 查看插件帮助
/lr lagg                                                   - 查看tps
/lr ram                                                   - 显示服务器综合情况
/lr chunk [世界]                                    - 查看区块情况
/lr master [世界]                                  - 显示指定世界或者你所在的世界的详细信息
/lr clear                                              - 一键优化服务器(清理掉落物品、优化区块、玩家区块等)
/lr clear warning                                -一键优化服务器,60秒自动清理警告
/lr clear entity [类型]                          -一键优化服务器(指定[类型])
/lr clear entity[类型] warning            -一键优化服务器(指定[类型]),60秒自动清理警告
/lr items                                            - 查看当前世界掉落物品
/lr unload <world:none>                 - 卸载指定世界区块

权限:

lr.*                         - 所有指令权限
lr.help                     - 帮助指令
lr.master                 - /lr master 显示指定世界或者你所在的世界的详细信息
lr.lagg                     - /lr lagg 查看综合情况
lr.ram                      - /lr ram - 查看tps
lr.chunk                   - /lr chunk [世界] - 查看区块情况
lr.clear                      - 一键优化服务器
lr.clear.entity            - 一键优化服务器
lr.items                    - 查看当前世界掉落物品情况
lr.view                      - 玩家可查看60秒警告信息
lr.unload                  - 卸载指定世界区块

配置文件

# The number at the end of the of each line is how much enabling this is going to improve server performance compared to other features
# 下面每一行最后面的数字代表的是对服务器提升性能的帮助有多大
# The numbers are on a scale of 1-10
# 数字会在1-10之间
# All features are enabled by default     //不要动
version: 0.1.3
# Automatically removes loaded chunks in worlds that have no players every 10 seconds. (9)
# 自动删除加载的区块,如果没有玩家每10秒钟运行一次
autoChunk: true
# Removes spawn chunks for all worlds in your server. (10)
# 删除你服务器所有世界所产生的区块
noSpawnChunks: true
# This determines if the Smart Lag Detection AI is working to keep your server lag free. (10)
# 是否开启AI的工作来降低服务器的延迟
smartlagai: true
# Smart lag detection. If a player types "lag" or "lagg" in the chat and your server TPS is less than this number, the servers lag removal AI will become active. (10)
# 当服务器TPS小于指定数时,AI将开始工作
TPS: 16.00
# Smart lag detection. If a player types "lag" or "lagg" in the chat and your server has less than this amount of ram left, the servers lag removal AI will become active. UNIT IN MEGABYTES (10)
# 当你服务器的人在聊天过程中有出现lag或者lagg的的情况时,并且服务器内存低于指定值时,AI会开始工作(这功能在中国不管用吧)
RAM: 100
# This is the protocol id that you want executed by the smart lag removal tool. PROTOCOLS: clear_items, warn_clear_items, warn_clear_entities_all, warn_clear_entities_hostile, warn_clear_entities_peaceful, clear_entities_all, clear_entities_hostile, clear_entities_peaceful, command
# 当你要执行机器人时,他会显示指定的标识(还要指定啊,上面选一个好看的吧= =)
lag_protocol: warn_clear_items
# This command will be run when the command protocol is used. This can be any command from any plugin. (WITHOUT THE / PREFIX)
# 当使用了机器人的标识时,他会自动运行指定的服务器指令(其他插件的指令都行,比如say hello)
lag_command: help 1
# (不小心删了sorry,论坛粘贴会出错T T) 清除物品后的冷却时间
protocol_cooldown: 5
# This is a list of worlds that will not be automatically saved by the server. This reduces disk usage but can only be used for worlds in which the terrain is not being edited. Add DISABLED to the list to allow all worlds to automatically save. (6)
# 自动保存服务器,避免数据丢失,下方可写不需要被此功能保存的世界
nosaveworlds:
- DISABLED
# This automatically removes lag after a certain period of time. The time is in minutes.
# 在间隔的时间自动优化服务器
auto-lag-removal: false
auto-lag-time: 10
# This makes it where players without the lr.view permission can not view any messages from LaggRemover.
# 该选项可以让没有lr.view权限的玩家没法查看该插件的公告
incognito: false
# This prevents mobs from spawning in a chunk that contains more than the amount of entities specified in the "thinAt" value. (10 because it can prevent players from creating lag machines)
# 开启此选项可以防止一个区块出现过多的怪物(防止玩家建造刷怪场)
thinMobs: true
# The max number of entities that can spawn in a single chunk.
# 一个区块中最大生成实体的数量
thinAt: 30
# Allows the LaggRemover AI (Artificial Inteligence) to perform action to lower the amount of packets being sent to just the player that typed lag. (10)
# 减少向(自称)卡机的玩家减少发送数据,以减少网络问题带来的延迟
doRelativeAction: true
# When enabled, only allows the removal of items for relative lag removal for players.
# 当开启时,仅允许对玩家相关的项目延迟进行清理
doOnlyItemsForRelative: false
# This prevents non-hostile mobs from being removed by the relative lag removal system. THIS HAS TO BE DISABLED TO USE doOnlyItemsForRelative
# 该选项可以防止对不具有攻击性的怪物进行清除
dontDoFriendlyMobsForRelative: true
# This is whether you would like this plugin to automatically check and install new updates. This is highly recommended.
# 不用看了,自动升级(强烈建议关闭)
auto-update: true

适用版本:全版本


 隐藏内容
您未登录,请登录注册后查看
0
您需要 登录账户 后才能发表评论

发表评论