黄瓜zz
1

Autism_1
发一下 配置文件吧  插件是收费的 就别发了 看看配置文件里能不能改  不过我尽量


或者用压缩包打开插件 看看里面的语言文字 看看能不能修改


黄瓜zz
Autism_1 发表于 2020-4-24 13:00
发一下 配置文件吧  插件是收费的 就别发了 看看配置文件里能不能改  不过我尽量

LagAssist.rar (11.48 KB, 下载次数: 140)

emm我自己琢磨太耗时间

Autism_1
黄瓜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"




  1. settings:
  2.   # 客户端的调整目前正在试验当中。
  3.   # 但是他们已经通过了测试,
  4.   enabled: false
  5.   # 设置玩家用来打开客户端优化器的命令.
  6.   command: "optimize"
  7.   # 设置玩家使用客户端优化器所需的权限。
  8.   permission: "lagassist.clientoptimize"
  9.   # 客户端优化器的GUI名称。
  10.   gui-name: "&0&lPerformance Settings"
  11.   # 客户端优化器消息的前缀。
  12.   prefix: "&c&lOptimize &e? &f"

  13. # 将启用的默认剪辑侧调整
  14. defaults:
  15.   tnt: true
  16.   sand: true
  17.   particles: false
  18.   pistons: false

  19. language:
  20.   tnt:
  21.     name: "&cTNT Optimization"  #这边看上面  
  22.     lore:
  23.     - "&f"
  24.     - "&fHides TNT entities to greatly reduce lag when"
  25.     - "&fthere's a lot of TNT exploding at the same time"
  26.     - "&f"
  27.   sand:
  28.     name: "&eFalling Block Optimization"
  29.     lore:
  30.     - "&f"
  31.     - "&fHides sand entities to improve performance"
  32.     - "&fwhen there is a lot of sand falling around."
  33.     - "&f"
  34.   particle:
  35.     name: "&dParticle Optimization"
  36.     lore:
  37.     - "&f"
  38.     - "&fDisables server-side particles"
  39.     - "&fso the client doesn't have to render them."
  40.     - "&f"
  41.   piston:
  42.     name: "&8Piston Optimization"
  43.     lore:
  44.     - "&f"
  45.     - "&fDisables Piston Animations"
  46.     - "&fin order to optimize piston extensions."
  47.     - "&f"
  48.   toggleon:
  49.     name: "&aEnable this"
  50.     lore:
  51.     - "&f"
  52.     - "&fClick Here to enable this feature."
  53.     - "&f"
  54.   toggleoff:
  55.     name: "&cDisable this"
  56.     lore:
  57.     - "&f"
  58.     - "&fClick Here to disable this feature."
  59.     - "&f"
  60.   
  61. # 这允许系统在插件更新时更新配置。
  62. version: 4
复制代码





Star小铭
主要是server.yml文件呀,这里面设置太繁琐了,还不好关闭