Yamler Plugin (1.21.4, 1.20.1) – Easy API For Saving And Interacting With YAML Configs
Yamler Plugin is a lightweight YAML parsing library, simplifying the configuration process for plugin developers. It offers features like annotations for effortless data mapping, streamlined file handling, and efficient parsing of complex YAML structures. Yamler ensures a more user-friendly experience for creating and managing plugin configurations.
![]()
Features:
- Simplifies working with YAML configurations for Spigot plugins.
- Utilizes annotations for effortless configuration mapping.
- Easily handles file creation, loading, and saving.
- Supports nested and complex YAML structures.
- Focused on efficient parsing without unnecessary overhead.
Screenshost:



How to use it:
1. Create a Class which extends net.cubespace.Yamler.Config.Config
2. Create Fields which are either public or private (not final or transient or static)
3. Create a Constructor and set the CONFIG_FILE and CONFIG_HEADER (CONFIG_HEADER is optional)
4. To tell the Config to load invoke Config.init()
How to Install:
New to Minecraft? Follow our step-by-step guide to install Plugins on your PC.View Guide
0
January 20, 2025
This post has no comments yet. Be the first — your comment will appear here.