File:LeafEssentials Logo.png
File:Leaf Logo
Installation Guide
This guide will walk you through installing Leaf Essentials on your Minecraft Bedrock world, Realm, or Server.
|
1. Download the Packs
Leaf Essentials consists of two parts. You must have both for the addon to function correctly:
- **Behavior Pack (BP):** Handles the logic, commands, and systems.
- **Resource Pack (RP):** Handles the menus, UI, and visual elements.
> [!IMPORTANT]
> Always ensure you are using matching versions of both the Behavior and Resource packs.
---
2. Enabling Experimental Toggles
Because Leaf Essentials uses advanced scripting features, you must enable the following experiments in your world settings:
- **Beta APIs** (Required for the script engine)
- **Holiday Creator Features** (Recommended)
To enable these:
- Go to your World Settings.
- Scroll down to the **Experiments** tab.
- Toggle **Beta APIs** to "On."
- Acknowledge the warning (Minecraft will create a copy of your world).
---
3. Applying the Packs
- In your World Settings, navigate to **Active Packs**.
- Under **Resource Packs**, find Leaf Essentials and click **Activate**.
- Under **Behavior Packs**, find Leaf Essentials and click **Activate**.
- Ensure Leaf Essentials is at the top of your load order if you have other addons installed.
---
4. Setting Up Admin Permissions
Once you load into the world, Leaf Essentials needs to know who the administrator is.
Run the following command in chat:
/tag @s add admin
Once added, you can access the main menu by typing:
/scriptevent leaf:open
(Or simply use the custom item provided in your inventory if enabled).
---
5. Installation on Realms & Servers
- **Realms:** Apply the packs to a local world first, ensure Experiments are on, and then upload that world to your Realm slot.
- **Servers (BDS):** # Extract the `.mcaddon` file.
- Place the BP in the `behavior_packs` folder and the RP in the `resource_packs` folder.
- Update your `world_behavior_packs.json` and `world_resource_packs.json` with the pack UUIDs.
---
|