Skip to main content

Minecraft Bedrock Edition Websocket Server

Reason this release was yanked:

misleading docs

Project description

bedrockpy is a library that handles a websocket connection between your Minecraft world and your server. This library allows you to create custom commands and react to several events.

Important

This library is not meant for creating add-ons, plugins or similar things. If you are however looking for creating such creations, you might take a look at Microsofts official Minecraft Bedrock documentation

This library is meant to combine python knowledge with Minecraft or execute Python code on systems that do not provide full add-on support (such as Bedrock Edition on Consoles).

A very small example

This demonstrates the basic structure of a bot Don’t worry, there is way more to create!

import bedrock

@app.event
async def on_ready(ctx):
    print("Ready!")

@app.command()
async def hello(ctx):
"""say hello"""
    ctx.tell("Hello, World!")

app.run()

Documentation

NOT AN OFFICIAL MINECRAFT PRODUCT. NOT APPROVED BY OR ASSOCIATED WITH MOJANG.

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

bedrockpy-0.1.0.tar.gz (13.9 kB view details)

Uploaded Source

Built Distribution

bedrockpy-0.1.0-py3-none-any.whl (14.8 kB view details)

Uploaded Python 3

File details

Details for the file bedrockpy-0.1.0.tar.gz.

File metadata

  • Download URL: bedrockpy-0.1.0.tar.gz
  • Upload date:
  • Size: 13.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.6

File hashes

Hashes for bedrockpy-0.1.0.tar.gz
Algorithm Hash digest
SHA256 aa7f9d7e3c603c60da46430dfe24f26a0ccc838edafd08c2fc644490d7ab6b94
MD5 b89dc3f5d65db936a1b7778cbd55067b
BLAKE2b-256 0b2d1fb6085b0e15b287ab2ee466d02a89f7b778e428107c193d37767cfc5b0a

See more details on using hashes here.

File details

Details for the file bedrockpy-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: bedrockpy-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 14.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.6

File hashes

Hashes for bedrockpy-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f8a38b76cb6ade58dcb1a087867924a0efe21ba0e8c6df3650980aa54718683c
MD5 6fea891794b92454669d3bed591fffba
BLAKE2b-256 fdc4ece99e6eb033ddfb911a6b1d410288185bbb5aab37f6eb6ba2e64a41d633

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