Skip to content

Plugin for the remote control

Latest

Choose a tag to compare

@Naohiro2g Naohiro2g released this 28 Oct 01:17
· 8 commits to main since this release

Getting started

  1. You will need to set up a PaperMC server 1.21.1 and place this juicyraspberrypie-1.18.2.jar in its plugins directory.
  2. param_MCJE.py must be edit with PLAYER_NAME = "PLAYER" as your Minecraft player name.
  3. setBlocks or other remote commands will work with coordinates relative to PLAYER_ORIGIN.
  4. For getting started, try axis_flat.py or hello.py first. You must use them in itkids_9/kadai_00_NT_naohiro2g with other files.
  5. setPlayer(PLAYER_NAME, x, y, z) must be the first remote command.

はじめかた

  1. PaperMC サーバー1.21.1をセットアップし、juicyraspberrypie-1.18.2.jar を plugins ディレクトリに置きます。
  2. param_MCJE.py を編集して PLAYER_NAME = "PLAYER" を自分の Minecraft プレイヤー名に変える必要があります。
  3. setBlocks などのリモートコマンドは PLAYER_ORIGIN からの相対座標で動作します。
  4. 手始めに、axis_flat.py や hello.py を試してみてください。itkids_9/kadai_00_NT_naohiro2gにあるものを他のファイルとともに使うこと。
  5. setPlayer(PLAYER_NAME, x, y, z) が一番最初のリモートコマンドである必要があります。
    image