MultiPack Feature
How it works
Configuration
templates:
my_template:
required: false # Always sent to all players, cannot be toggled
default: true # Enabled by default for new players
conflicts_with: # Disables these templates when this one is enabled
- other_template
path: "" # Optional: custom path to the pack folder or zip
# Defaults to plugins/Nexo/pack/template_packs/<id>
other_template:
required: false
default: false
conflicts_with: my_template # Can also be a single string
menu:
# See the GUI / Menu section belowTemplate options
Option
Type
Default
Description
Pack folder structure
GUI / Menu
Opening the menu
Menu configuration
Slot options
Option
Type
Default
Description
Action types
TOGGLE
CYCLING
Item definition
Commands
Open GUI
List templates
Toggle a template
Debug
Examples
Toggling on/off a larger Music/SoundFX Pack | 2D/3D Tools
Full GUI example
Last updated