Skip to main content

These are APIs that connect to the hackCraft2 server from Python to manipulate pets.

Project description

概要

py2hackCraft2はhackCraft2にpythonから接続し命令をするためのライブラリです。
hackCraft2がどういうものかについて、くわしくはhackCraft2のダウンロードページを参考していただくとして、
簡単に説明をするとhackCraft2はMinecraft java editionのサーバープラグインです。
このプラグインを導入すると、Minecraft上でプログラミングができるようになります。
Minecraftについて何かについてくわしくはインターネットで検索をして調べてください。
hackCraft2を導入されたMinecraftサーバーにpy2hackCraft2をつかえばPythonから命令をすることができます。

次に、py2hackCraft2のインストール方法、それから利用方法を説明します。

インストール方法

次のコマンドを実行して、プロジェクトをローカルマシンにセットアップします:

python3 -m pip install py2hackCraft2

利用方法

以下のコードはシンプルなコードで、ペットをその場でくるくる回らせるように命令するプログラムです。

from py2hackCraft.modules import Player


player = Player("masafumi_t")
player.login("localhost", 25570)

hello = player.getEntity("hello")

for i in range(5):
    hello.forward()
    hello.turnRight()

player.logout()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

py2hackcraft2-1.0.18.tar.gz (24.7 kB view details)

Uploaded Source

Built Distribution

py2hackCraft2-1.0.18-py3-none-any.whl (23.4 kB view details)

Uploaded Python 3

File details

Details for the file py2hackcraft2-1.0.18.tar.gz.

File metadata

  • Download URL: py2hackcraft2-1.0.18.tar.gz
  • Upload date:
  • Size: 24.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.3

File hashes

Hashes for py2hackcraft2-1.0.18.tar.gz
Algorithm Hash digest
SHA256 9c9a345ba4d077a5a29c614549a14c4abb058131b6a91b8456795000f2d5249a
MD5 4c82dcc8cb1fd714c5a7a7ce31b19e98
BLAKE2b-256 95930ee5edafafa84311b0a0decd4f11c854d21f7683228d887d46f3ad1810de

See more details on using hashes here.

File details

Details for the file py2hackCraft2-1.0.18-py3-none-any.whl.

File metadata

File hashes

Hashes for py2hackCraft2-1.0.18-py3-none-any.whl
Algorithm Hash digest
SHA256 8ef12c226dcc20077fd658ddf6cc46e07ad608ce72bf6989c6f0bcdedefe30ca
MD5 9b39d5069b73996d84e1ba5350553e49
BLAKE2b-256 3c2d042bc4900bb8a8a3430d1802e43b0df23ca413bcfebcfa5705ee820692e7

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page