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

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: py2hackcraft2-1.0.16.tar.gz
  • Upload date:
  • Size: 24.4 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.16.tar.gz
Algorithm Hash digest
SHA256 37509cc156a83dd9438723e3d2861d8aaaf127b581681fe881f6046e2453a41a
MD5 20c31f5fdf41458a83a6912571243229
BLAKE2b-256 70b4e14bee08f8503fb04bac68e77a40b3a6895af282e9f6cf2c7f534234ce85

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for py2hackCraft2-1.0.16-py3-none-any.whl
Algorithm Hash digest
SHA256 1f11b95e1e2e3fe261d7eaa0049d22933743248f0b47b8b2ac22ba35fc4c9a9b
MD5 42c335ac0583989f87c5a95168b7d199
BLAKE2b-256 c79f73e87a589f78e9c39794282227f4838b551e5e19533ac7c720238c5c6992

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