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

Uploaded Source

Built Distribution

py2hackCraft2-1.0.20-py3-none-any.whl (23.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: py2hackcraft2-1.0.20.tar.gz
  • Upload date:
  • Size: 24.8 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.20.tar.gz
Algorithm Hash digest
SHA256 c0da77347a2dcc895cc742ac3e8fa4bb1ce9a9e6df4df89176cdabb8c5d6d9af
MD5 2158ed59857066cb72c85a29f9b3bf4e
BLAKE2b-256 bffa0b4701ed92d62999a2d5103524d65f54545dc106f59c8e183b31adad69d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for py2hackCraft2-1.0.20-py3-none-any.whl
Algorithm Hash digest
SHA256 4096eb99d78d884ba27f6f2cd9b17e80bca20e7320d06dae7e4484af99e5fead
MD5 35fb9f7edbd0079cfe09be220fbd711e
BLAKE2b-256 ec792155ffe7d15800baaceadfa4f2cd7f609c3c8721e897ce7e8201bbede273

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