Python helper module for the local Minescript Fabric bridge
Project description
MinePyScript
Installable Python package for the Minescript client bridge.
Install
py -m pip install .
Build
py -m build
Notes
- This package talks to a local Minescript Fabric bridge over HTTP.
- It requires the Minecraft mod to be installed and running.
- Set
MINESCRIPT_PORTif the bridge is not using the default port47641.
Example
import minescript
print(minescript.methods())
print(minescript.getplayerpos())
minescript.sendchat("Hello from Python")
minescript.closecurrentmenu()
Timed Use Helpers
Use the timed helpers when you want to hold left or right item use for a duration:
import minescript
minescript.useitemfor(2.0)
minescript.useitemrightfor(1.5)
minescript.useitemleftfor(0.75)
useitemfor() and useitemrightfor() hold the use-item input.
useitemleftfor() holds the attack input for mining or attacking.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file minescript-1.1.0.tar.gz.
File metadata
- Download URL: minescript-1.1.0.tar.gz
- Upload date:
- Size: 6.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f99012fdd8b33354b4f94c71ee8bd5de9bd1afff65b5ffa8068507509062c9f8
|
|
| MD5 |
8fdf3a97526018e14d555c60f53e3d9c
|
|
| BLAKE2b-256 |
a7029ba5c556ea72da7d2ed0ef0869600f2ff83be14c8c18fc0eafcda83ae6e8
|
File details
Details for the file minescript-1.1.0-py3-none-any.whl.
File metadata
- Download URL: minescript-1.1.0-py3-none-any.whl
- Upload date:
- Size: 6.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
06e008976c172a2675287a0e82c5e61d26578ce390fbc6fd06c26bdb6cddc7f4
|
|
| MD5 |
998d60635bb72ddd68734a9fe20c3cd4
|
|
| BLAKE2b-256 |
e7346c263061e90beb69b0659a684c0bb55f34086e25b1fdcce802ad8336648c
|