A package for creating and modifying code templates for the DiamondFire Minecraft server.
Project description
pyre
A tool for creating and modifying code templates for the DiamondFire Minecraft server.
PyPi Link: https://pypi.org/project/dfpyre/
Features
- All codeblock types and actions
- All code items
- Direct sending to DF via CodeClient
- Fully documented and typed actions
- Automatic type conversion (
inttoNumber,strtoString) - Shorthand format for variables
- Convert existing templates into equivalent Python code
Quick Start
To get started with pyre, install the module with pip:
pip install dfpyre
I also highly recommend you install CodeClient and enable CodeClient API in its General config tab. This will allow you to quickly send your templates to DiamondFire. You can download it here on Modrinth.
Basic Template Example:
from dfpyre import *
PlayerEvent.Join(codeblocks=[
PlayerAction.SendMessage(Text('%default has joined!'), target=Target.ALL_PLAYERS),
PlayerAction.GiveItems([Item('diamond_sword'), Item('steak', 10)])
]).build_and_send()
For more information and examples, check out the Wiki on Github.
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 dfpyre-0.11.1.tar.gz.
File metadata
- Download URL: dfpyre-0.11.1.tar.gz
- Upload date:
- Size: 447.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a3356f80fb2ca2c1bb9fbb19efb324fd25c5d137b3e2aa0561d435e85e9287ad
|
|
| MD5 |
45f155e644db6b04587bd6fbedf60ccb
|
|
| BLAKE2b-256 |
d8da1f8fd787f20c69f5b494a37e2c27193f681044186b7dd5bd2b1a87436c21
|
File details
Details for the file dfpyre-0.11.1-py3-none-any.whl.
File metadata
- Download URL: dfpyre-0.11.1-py3-none-any.whl
- Upload date:
- Size: 465.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
71da87bdccf9daf351d0d8f6e4480e82230994260ba918cb83f001b6bf7884c3
|
|
| MD5 |
7a0a97ee40386490ccac77912a3af421
|
|
| BLAKE2b-256 |
69a35ac34deea6ad4d37c42a1b348fb4b232ecae3581d6628b7b946cc4b0969b
|