Minecraft Script Programming language
Project description
Minecraft Script
Minecraft script is primarily a tool to make Minecraft Datapack creation easier.
Minecraft Script is an interpreted programming language which goes through the Python interpreter for output.
However, interpretation is not its main feature, and is rather more of a debugging tool, as its sole
purpose is to allow you to validate your code before building it into a full datapack.
Be sure to check out the documentation and the provided examples!
Installation
MCS can be installed using Python's pip module.
pip install minecraft-script
or
python -m pip install minecraft-script
_Note: The package's name in pip is written with a hyphen -
,
whilst the actual Python package is written with an underscore _
._
Using Minecraft Script to make Datapacks
Debugging your program
To debug your program, you can first run your file like any other programming language.
To do this, use the following command:
python -m minecraft_script debug <path>
where is a relative or absolute path to your mcs file
Building your datapack
To actually build your minecraft datapack, which you can then simply drag & drop into your
minecraft worlds, use the following command:
python -m minecraft_script compile <path>
where is a relative or absolute path to your mcs file
More info
For a list of all shell commands, you can use the following command:
python -m minecraft_script help
If you want to simplify the usage of shell commands, you can check out the installations page in the documentation.
GitHub
Source code, documentation, and examples, can all be found on the GitHub.
Compatibility
This python package does not work on Linux / macOS.
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
File details
Details for the file minecraft_script-0.2.2.tar.gz
.
File metadata
- Download URL: minecraft_script-0.2.2.tar.gz
- Upload date:
- Size: 33.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 612d097b6a2f7dd6997425e95a5a04f5f66fb7a5e9b2b2f6229f971c4770550e |
|
MD5 | 7e0c5b4f1f40de2cf3588e60d37fbef0 |
|
BLAKE2b-256 | 510db979225bf87d0c10eac27b2b2916fb8e154ab46a937ff7a98f4124ab6939 |
File details
Details for the file minecraft_script-0.2.2-py3-none-any.whl
.
File metadata
- Download URL: minecraft_script-0.2.2-py3-none-any.whl
- Upload date:
- Size: 43.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 44fd2fdbc3383648b7bf20c9635b277ef407aa8ff1762cacb4c9c320410257c7 |
|
MD5 | c0bc6ba4090e9b5f5daa1871b09de05e |
|
BLAKE2b-256 | b18136c4fa69b99ace29bf11a2e18097937cdd263d5697deb572f34110e8a5d6 |