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.15.tar.gz (24.2 kB view details)

Uploaded Source

Built Distribution

py2hackCraft2-1.0.15-py3-none-any.whl (23.1 kB view details)

Uploaded Python 3

File details

Details for the file py2hackCraft2-1.0.15.tar.gz.

File metadata

  • Download URL: py2hackCraft2-1.0.15.tar.gz
  • Upload date:
  • Size: 24.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.3

File hashes

Hashes for py2hackCraft2-1.0.15.tar.gz
Algorithm Hash digest
SHA256 f3dceb119f9e2c9604028a1c34562b6014cc67c846ad95f9038893ee5895998c
MD5 f44144e54bdd112b029ad67d76f645a9
BLAKE2b-256 5096b26e76eadf9864454bb555613b201e566f6b5acfbced8455dfe87ded7c88

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for py2hackCraft2-1.0.15-py3-none-any.whl
Algorithm Hash digest
SHA256 34ea722d74c67a2b8e6a3b440148696505c9c373711d03c12a706b17ecd04490
MD5 c929f51a019a45ea6b4e47adc0b53821
BLAKE2b-256 d3030e7581002164f784ffb10a6a52f8dd1273b5d916e5eceaec71a084766b84

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