nineMinecraft is a joke site.
nineMinecraft is in no way affiliated with Modrinth or 9minecraft. (And frankly, who wants to be affiliated with the latter?)
Mkn Lobby Command

Mkn Lobby Command

Mod

A mod that fixes the respawn location of the lobby server and allows you to connect to a specified server in Velocity by right-clicking on a specific block

Server Game MechanicsOptimizationTechnologyTransportationUtility

30 downloads
0 followers

-JP

このMODはプレイヤーの再出現位置を固定し、特定の場所を右クリックすると指定のサーバーに飛ばしてくれるMODです。 ロビーサーバーで運用することを想定しており、Velocity環境が必須になります。

設定はconfig/lobbycommand/warp_points.jsonで行います。

設定を書き換えたあとは/warpreloadでコンフィグファイルを再読み込みできます。※要OP2↑

{
  "enable_spawn": false,                       //←デフォルトではOFFにしています。
  "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"
    }
  ]
}

このMODを作成するのに膨大な時間をかけてきました、このMODを気に入ってもらえたなら支援してもらえると助かります。 https://www.paypal.com/paypalme/MikankanTPF2

-EN

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

External resources


Project members

MKN

Member


Technical information

License
MIT
Client side
unsupported
Server side
required
Project ID