Crates.io | allay |
lib.rs | allay |
version | 0.1.0 |
source | src |
created_at | 2023-08-11 16:14:38.184636 |
updated_at | 2024-05-20 20:56:07.988189 |
description | Your Personal Creator Assistant |
homepage | https://allay-mc.github.io |
repository | https://github.com/allay-mc/allay |
max_upload_size | |
id | 942077 |
size | 973,956 |
Your Personal Creator Assistant
📖 Read the Manual
📦 Crate
# intialize new project
mkdir my-project
cd my-project
allay init
# populate add-on
$EDITOR src/BP/hello.json
# build add-on
allay build
Feature | Flag | Description | Enabled by default |
---|
share command | share
| Shares add-ons over HTTP | yes
export command | export
| Exports add-ons to Minecraft | yes
git | git
| Handles git
| no
shell completions | shell-completions
| Generates shell completions | yes
schema command | config-schema
| JSON schema for config file | no
watch command | watch
| Rebuild add-ons on file changes | yes
manual command | manual
| Opens the manual | yes
To enable features that are not active by default, use -F <feature name>
when installing/building
Allay (for example: cargo install -F config-schema allay
). To disable all default features, use the
--no-default-features
(for example: cargo install --no-default-features -F git allay
).
Allay adheres to Semantic Versioning. The changelog is documented here.