1
或者用压缩包打开插件 看看里面的语言文字 看看能不能修改
Autism_1 发表于 2020-4-24 13:00
发一下 配置文件吧 插件是收费的 就别发了 看看配置文件里能不能改 不过我尽量
emm我自己琢磨太耗时间
黄瓜zz 发表于 2020-4-24 13:03
emm我自己琢磨太耗时间
client里面的
language:
tnt:
name: "&cTNT Optimization" # TNT 优化
lore:
- "&f"
- "&fHides TNT entities to greatly reduce lag when" #隐藏TNT实体减少延迟
- "&fthere's a lot of TNT exploding at the same time" #有很多TNT同时爆炸
- "&f"
sand:
name: "&eFalling Block Optimization" #方块掉落优化
lore:
- "&f"
- "&fHides sand entities to improve performance" #隐藏沙子实体以提高性能
- "&fwhen there is a lot of sand falling around." #当有很多沙子掉下来的时候
- "&f"
particle:
name: "&dParticle Optimization"#粒子效果优化
lore:
- "&f"
- "&fDisables server-side particles"#禁用服务器端粒子效果
- "&fso the client doesn't have to render them."#所以客户端不必渲染它们
- "&f"
piston:
name: "&8Piston Optimization"#活塞优化
lore:
- "&f"
- "&fDisables Piston Animations"#禁用活塞动画
- "&fin order to optimize piston extensions."#为了优化活塞延伸。
- "&f"
toggleon:
name: "&aEnable this"#启用
lore:
- "&f"
- "&fClick Here to enable this feature."#单击此处启用此功能。
- "&f"
toggleoff:
name: "&cDisable this"#禁用
lore:
- "&f"
- "&fClick Here to disable this feature." #单击此处禁用此功能
- "&f"
- settings:
- # 客户端的调整目前正在试验当中。
- # 但是他们已经通过了测试,
- enabled: false
- # 设置玩家用来打开客户端优化器的命令.
- command: "optimize"
- # 设置玩家使用客户端优化器所需的权限。
- permission: "lagassist.clientoptimize"
- # 客户端优化器的GUI名称。
- gui-name: "&0&lPerformance Settings"
- # 客户端优化器消息的前缀。
- prefix: "&c&lOptimize &e? &f"
- # 将启用的默认剪辑侧调整
- defaults:
- tnt: true
- sand: true
- particles: false
- pistons: false
- language:
- tnt:
- name: "&cTNT Optimization" #这边看上面
- lore:
- - "&f"
- - "&fHides TNT entities to greatly reduce lag when"
- - "&fthere's a lot of TNT exploding at the same time"
- - "&f"
- sand:
- name: "&eFalling Block Optimization"
- lore:
- - "&f"
- - "&fHides sand entities to improve performance"
- - "&fwhen there is a lot of sand falling around."
- - "&f"
- particle:
- name: "&dParticle Optimization"
- lore:
- - "&f"
- - "&fDisables server-side particles"
- - "&fso the client doesn't have to render them."
- - "&f"
- piston:
- name: "&8Piston Optimization"
- lore:
- - "&f"
- - "&fDisables Piston Animations"
- - "&fin order to optimize piston extensions."
- - "&f"
- toggleon:
- name: "&aEnable this"
- lore:
- - "&f"
- - "&fClick Here to enable this feature."
- - "&f"
- toggleoff:
- name: "&cDisable this"
- lore:
- - "&f"
- - "&fClick Here to disable this feature."
- - "&f"
-
- # 这允许系统在插件更新时更新配置。
- version: 4
主要是server.yml文件呀,这里面设置太繁琐了,还不好关闭