PAPI - ConfigEase
🟠 Updated over a year agoPreview

🔍 Analysis
- 🏆 #153 of 1224 bukkit mods in this game by downloads
📋 About This Mod
ConfigEase is a PlaceholderAPI expansion that allows you to read YAML or JSON configuration files from other plugins using placeholders. *Please place this plugin in the plugins folder when installing.
`%
## YAML Example File: `plugins/Essentials/config.yml` ``` spawn: world: "world" location: x: 100 y: 64 z: 200 welcome_message: "Welcome, player!" ``` ### Placeholders: ``` %yamlConfig_Essentials_config.yml_spawn.world% → world %yamlConfig_essentials_config.yml_spawn.location.x% → 100 %yamlConfig_essentials_config.yml_welcome_message% → Welcome, player! ```
## JSON Example File: `plugins/test/data.json` ``` { "users": { "1234": { "name": "Pudding", "score": 99 } }, "settings": { "motd_message": "Welcome!", "features": ["a", "b", "c"] } } ``` ### Placeholders: ``` %jsonConfig_test_data.json_users. 1234.name% → Pudding %jsonConfig_test_data.json_settings.motd_message% → Welcome! %jsonConfig_test_data.json_settings.features. 1% → b ```
## Config ``` # Default root directory where plugin config files are located default_path: "plugins"
# Error messages shown when placeholder evaluation fails messages: invalid_format: "Invalid Format" file_not_found: "File Not Found" no_key: "No Key" error: "Error" ```
📊 Mod Details
- Game
- Minecraft Plugins
- Author
- PuddingKC
- Version
- 1.0.1
- Downloads
- 149
- Endorsements
- 1
- Category
- bukkit
- Created
- 7/11/2025
- Updated
- 7/4/2025
- Game Versions
- 1.18, 1.18.1, 1.18.2, 1.19, 1.19.1
- Tags
- management, utility
🔧 How to Install Minecraft Plugins Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Plugins →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Plugins versions does PAPI - ConfigEase support?
The author lists 1.18, 1.18.1, 1.18.2, 1.19, 1.19.1, 1.19.2. Other versions may work but are untested by the author.
What is the latest version of PAPI - ConfigEase?
Version 1.0.1, published 2025-07-04 with 149 downloads recorded at the source.
Keep browsing — more Minecraft Plugins mods await