Quick Start
Install and Experience Zaphkiel
Guide
Install the plugin to the server
- After downloading the plugin, place its
Zaphkiel.jar
file into the server'splugins
folder - Restart the server to load the plugin
- Once the plugin is loaded, it will generate the default
Zaphkiel
configuration under theplugins
folder
Verify the plugin is loaded successfully
Check the generated folder structure
The following directory structure will be created automatically when the plugin starts:
config.yml [Main Configuration File]
data.db [SQLite File]
datasource.yml [Datasource Configuration]
def.yml [Default Sample Item]
def.yml [Default Display Template]
kether.yml [Kether Message Configuration]
Create your first item
Create a my_items.yml
file in the plugins/Zaphkiel/item/
directory:
Reload the configuration and test the item
After a successful reload, you will see output similar to the following:
Obtain and test your item
Join the server and use the following command to get the item:
Right-click the item to test the event function—you should see the following message displayed in the chat:
Next Steps
Congratulations! You have successfully created your first Zaphkiel item. Next, you can:
- Learn about Display Templates to create reusable display templates
- Check Item Configuration to learn more configuration options
- Learn about Item Groups to organize and manage your custom items
- Use the Metadata System to add special functions to items
- Study Data Mapping to use item data as variables
- Explore the Event System to add complex interaction behaviors to items
- Enable Internationalization Support to provide a multilingual experience for your items