Technical-Level Info
Activator Execution Properties
- Commands run first before variable update, causing items that spawn particles in one place to be impossible in the free version
- In some cases, activators run faster than commands so even if you used the action counter method and used SCore variables instead of item variables, it won't work.
How does YML Format Work Exactly
YAML (YAML Ain't Markup Language) is a human-readable data serialization format commonly used for configuration files and data exchange between programming languages.
How It Works
YAML uses indentation (spaces, not tabs) to represent structure and hierarchy, making it easy to read and write. Key features include: Basic Syntax:
- Key-value pairs: name: John
- Lists: Use hyphens for items
- Nesting: Indent with spaces to show relationships
- Comments: Start with #
Example:
# Application configuration
app:
name: MyApp
version: 1.0
features:
- user-authentication
- api-support
database:
host: localhost
port: 5432
YAML Validator
To check if your yaml is valid you can use : https://www.yamllint.com/
Try it now
Copy this into ExecutableItems and reload
Taken from this page. Paste it into a config, run the plugin's reload command, and you have a working starting point to edit.
# Application configuration
app:
name: MyApp
version: 1.0
features:
- user-authentication
- api-support
database:
host: localhost
port: 5432Plugin used on this page
ExecutableItemsCustom items with abilities, activators and commands — no code.
- 5.0/5 from 10 reviews
- 3.2K servers running it right now (bStats)
- 52 downloads on SPlugins
€19.99
one-time, lifetime updates
Created Oct 26, 2025Last updated Nov 17, 2025 by Ssomar
Edit this page on GitHub