Skip to main content

Function library for the Bolt scripting language.

Project description

lightning-rod

GitHub Actions

Function library for the Bolt scripting language.

Introduction

Minecraft version: 1.20.1

This library features an API for the minecraft commands, usually improved by adding dynamic support or even adding new abstract functions.

from lightning_rod:api import Bossbar, set_level, random

# example of OOP bossbars ^^
bb = Bossbar()

bb.name = 'gas prices'
bb.color = 'red'

bb.show()

# example of dynamic level setting at runtime ^^
set_level(random(5, 20))

Installation

pip install lightning_rod

Getting started

The library is designed to be used within any bolt script (either a .mcfunction or bolt file) inside a bolt enabled project.

require:
    - bolt
    - lightning_rod

pipeline:
    - mecha

Once you've required bolt and lightning_rod, you are able to import the package's api module directly inside your bolt script.

Most of the imports come from the lightning_rod:api module as shown below.

from lightning_rod:api import random, sqrt

Now you're free to use the API!

Documentation

Coming soon...


License - MIT

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

lightning_rod-1.0.0.tar.gz (7.1 kB view details)

Uploaded Source

Built Distribution

lightning_rod-1.0.0-py3-none-any.whl (10.3 kB view details)

Uploaded Python 3

File details

Details for the file lightning_rod-1.0.0.tar.gz.

File metadata

  • Download URL: lightning_rod-1.0.0.tar.gz
  • Upload date:
  • Size: 7.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/42.0 requests/2.31.0 requests-toolbelt/1.0.0 urllib3/2.1.0 tqdm/4.66.1 importlib-metadata/7.0.0 keyring/24.3.0 rfc3986/2.0.0 colorama/0.4.6 CPython/3.12.0

File hashes

Hashes for lightning_rod-1.0.0.tar.gz
Algorithm Hash digest
SHA256 a6248bce1e8d3ce266c8e2d4a9ddeefd7dea8b9d51989a4b12ef18eb5679f9bb
MD5 92beb98de9a8c5384d3305c7cbfa9fcd
BLAKE2b-256 247447e9037a71ebdcd79f89a53d22fa806ddb41ad054f160743d8c9e8857a97

See more details on using hashes here.

File details

Details for the file lightning_rod-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: lightning_rod-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 10.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/42.0 requests/2.31.0 requests-toolbelt/1.0.0 urllib3/2.1.0 tqdm/4.66.1 importlib-metadata/7.0.0 keyring/24.3.0 rfc3986/2.0.0 colorama/0.4.6 CPython/3.12.0

File hashes

Hashes for lightning_rod-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 00d8b1e18c8b162e0891195a9a0eba4a35ce9f209a789b672877765ab63b6e80
MD5 0bb333a244f0ea33a99b7c3c2c7c20d3
BLAKE2b-256 58c2b388d7bcbff1398c66454cc844c80fa4c8db95b521d00a63a9516a50f841

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