https://github.com/sparklingcomet/configapi
Create custom config files for your bukkit plugins through this small API.
https://github.com/sparklingcomet/configapi
bukkit io java json spigot wrapper-api yaml yml
Last synced: 9 months ago
JSON representation
Create custom config files for your bukkit plugins through this small API.
- Host: GitHub
- URL: https://github.com/sparklingcomet/configapi
- Owner: SparklingComet
- License: apache-2.0
- Created: 2016-12-22T13:55:56.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T15:08:56.000Z (about 5 years ago)
- Last Synced: 2025-04-11T22:06:27.987Z (9 months ago)
- Topics: bukkit, io, java, json, spigot, wrapper-api, yaml, yml
- Language: Java
- Size: 62.5 KB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ConfigAPI
Create custom config files for your bukkit plugins through this small API.
Due to the insane amount of questions of the type "How do I create 'custom' configuration files?", I have decided to write a small class which you can easily embed in your own project, and which adds a small API which creates all the "custom" config files and directories you need. You are free to generate your own javadocs for it or download the HTML files from this repository for them.
To write/read from the config file, use ``YamlConfig.getConfig().set(String, Object)`` and ``YamlConfig.getConfig().get(String)``.
The original thread can be found on [SpigotMC](https://www.spigotmc.org/threads/api-multiple-configuration-files-and-directories.202492/) and the online api docs can either be downloaded [here](https://www.github.com/SparklingComet/ConfigAPI/tree/master/doc) or viewed online [on this page](https://SparklingComet.github.io/ConfigAPI/doc/).
*Current version:* ***2.0.1_2**