Mkn 大厅命令

Mkn 大厅命令

一个修复大厅服务器重生位置的模组,允许你在Velocity中通过右键点击特定方块来连接到指定服务器。

技术

-日文

这个模组会固定玩家的重生位置,并允许你通过右键单击特定位置传送到指定的服务器。 它专为在大厅服务器上使用而设计,并且需要 Velocity 框架。

配置在 config/lobbycommand/warp_points.json 文件中完成。

修改设置后,你可以使用 /warpreload 重新加载配置文件。*需要 OP2 或更高权限。

{
  "enable_spawn": false,                       //←默认设置为关闭。
  "enable_warps": false,                       //←根据需要替换为"True"。
  "spawn": {                                   //←用于固定玩家重生位置的部分
    "world": "minecraft:overworld",
    "x": -28,
    "y": 13,
    "z": 23,
    "yaw": 0.0,
    "pitch": 0.0
  },
  "warps": [                                   //←用于指定传送玩家到的服务器的部分
    {
      "world": "minecraft:overworld",
      "x": -19,
      "y": 14,
      "z": 32,
      "server": "survival"                      //←请输入你在 Velocity 中创建的服务器名称。
    },
    {
      "world": "minecraft:overworld",
      "x": -19,
      "y": 14,
      "z": 33,
      "server": "resource server"
    }
  ]
}

我为创建这个模组花费了大量时间,如果你喜欢这个模组,请考虑支持我。 https://www.paypal.com/paypalme/MikankanTPF2

-英文

This mod fixes the player's respawn location and allows you to teleport to a specified server by right-clicking on a specific location. It is designed for use on lobby servers and requires the Velocity framework.

Configuration is done in config/lobbycommand/warp_points.json.

After modifying the settings, you can reload the config file using /warpreload. *Requires OP2 or higher.

{
  “enable_spawn”: false,                        //←Set to OFF by default.
  “enable_warps”: false,                        //←Replace with “True” as needed.
  “spawn”: {                                    //←Section to fix the player's spawn location
    “world”: “minecraft:overworld”,
    “x”: -28,
    “y”: 13,
    “z”: 23,
    “yaw”: 0.0,
    “pitch”: 0.0
  },
  “warps”: [                                    //←Section to specify the server to teleport the player to
    {
      “world”: “minecraft:overworld”,
      “x”: -19,
      “y”: 14,
      “z”: 32,
      “server”: “survival”                     //←Please enter the server name you created in Velocity.
    },
    {
      “world”: “minecraft:overworld”,
      “x”: -19,
      “y”: 14,
      “z”: 33,
      “server”: “resource server”
    }
  ]
}

I’ve spent a tremendous amount of time creating this mod, so if you like it, please consider supporting me. https://www.paypal.com/paypalme/MikankanTPF2