diff --git a/src/use/other/minecraft-service.md b/src/use/other/minecraft-service.md index 3c29c69..5de5b53 100644 --- a/src/use/other/minecraft-service.md +++ b/src/use/other/minecraft-service.md @@ -18,32 +18,50 @@ FRP 本质上只有转发流量的功能,并没有标明`我是从哪来? `
--- ### 代理端方面设置一览 - - - - - - - +
服务端类型 Velocity BungeeCord Paper (游戏版本>=1.19 且单端模式)
文件名称/路径 velocity.yaml config.yaml config/paper-global.yml
要修改的内容
(不要直接复制,
看修改的参数)
[advanced]
-connection-timeout = 5000
-# ...
-# 启用对 HAProxy 的兼容
-#(默认为Proxy-Protocol-V2)
-haproxy-protocol = true
-
listeners:
-- query_port: 25577
-  # 非完整 Config 请勿复制粘贴
-  # 将此项值改为 `true`
-  proxy_protocol: true
-
proxies:
-  proxy-protocol: true
-
+ + + + + + + + + + + + + + + + - - - - + + + +
服务端类型VelocityBungeeCordPaper (游戏版本>=1.19 且单端模式)
文件名称/路径velocity.yamlconfig.yamlconfig/paper-global.yml
要修改的内容
(不要直接复制,
看修改的参数)
+
[advanced]
+      connection-timeout = 5000
+      # ...
+      # 启用对 HAProxy 的兼容
+      #(默认为Proxy-Protocol-V2)
+      haproxy-protocol = true
+      
+
+    
+
listeners:
+      - query_port: 25577
+        # 非完整 Config 请勿复制粘贴
+        # 将此项值改为 `true`
+        proxy_protocol: true
+      
+
+    
+
proxies:
+        proxy-protocol: true
+      
 
+    
重载指令
(在控制台输入
不要带斜杠)
/velocity reload/greload/paper reload重载指令
(在控制台输入
不要带斜杠)
/velocity reload/greload/paper reload
@@ -56,22 +74,27 @@ haproxy-protocol = true ~除非Frpc之后会自动加载HaProxy协议,否则这个地方依旧有用~ - - - - + + + + + + + + +
Frpc运行方式 配置文件 网页修改
修改方法与内容

-[您的隧道名称]
-# ...(这里代表其他配置项目)
-# 上面那行隧道名称是提醒你底下这行要插入哪里
-# 看位置和顺序
-proxy_protocol_version = v2
-
在网站的管理隧道内
-Minecraft穿透隧道这一行
-点击旁边的编辑
-在更多配置内插入以下内容,并保存
-·
-proxy_protocol_version = v2
-
Frpc运行方式配置文件网页修改
修改方法与内容

+      [您的隧道名称]
+      # ...(这里代表其他配置项目)
+      # 上面那行隧道名称是提醒你底下这行要插入哪里
+      # 看位置和顺序
+      proxy_protocol_version = v2
+      
在网站的管理隧道内
+      Minecraft穿透隧道这一行
+      点击旁边的编辑
+      在更多配置内插入以下内容,并保存
+      ·
+      proxy_protocol_version = v2
+      
@@ -125,33 +148,34 @@ proxy_protocol_version = v2 旧版配置 paper.yml Velocity BungeeCord -
settings:
-  velocity-support:
-    enabled: true
-    online-mode: true
-    secret: <你自己Velocity服务端的>
-

-
settings: 
-    bungee-online-mode: true
-

+      
settings:
+        velocity-support:
+          enabled: true
+          online-mode: true
+          secret: <你自己Velocity服务端的>
+      

+      
settings: 
+          bungee-online-mode: true
+      

     
-  
+ +
- - + +
新版配置: config/paper-global.yml
Velocity BungeeCord
proxies:
-  velocity:
-    enabled: true
-    online-mode: true
-    secret: <你自己Velocity服务端的>
-
proxies:
-  bungee-cord:
-    online-mode: true
-
proxies:
+        velocity:
+          enabled: true
+          online-mode: true
+          secret: <你自己Velocity服务端的>
+      
proxies:
+        bungee-cord:
+          online-mode: true
+