Flow control library for the Bolt scripting language.
from crankshaft:api import event
@event
def load():
tellraw @a "Hello, World!"
@event
def player_join():
tellraw @s {"text": "A diamond for you!", "color": "aqua"}
give @s diamondAvailable over at Crankshaft Documentation
Contributions are welcome. Make sure to first open an issue discussing a problem or a new feature before creating a pull request. This project uses poetry.
poetry installYou can run the tests with poetry run pytest -v.
poetry run pytest -vLicense - MIT