
Config API [Fabric/Forge/NeoForge/Quilt] - CurseForge
This is a Config API for Fabric, Forge, NeoForge and Quilt. It has a Config Screen, which is automatically added, if the specific mod uses this as config system.
Cloth Config API (Fabric/Forge/NeoForge) - CurseForge
Cloth Config API is a config screen api. Developers Wiki. https://shedaniel.gitbook.io/cloth-config/ Need a server to play with friends? Or don't know how to setup one? Just rent a server that is already configured!
Forge Config API Port - Minecraft Mods - CurseForge
Forge Config API Port is a modding library for mod developers that provides both NeoForge's & Forge's whole config system to other modding ecosystems. Allows developers to use NeoForge configs on Fabric & Forge and Forge configs on Fabric & NeoForge.
Config API - Minecraft Mod - Modrinth
A Config API for Fabric, Forge, NeoForge and Quilt - Download the Minecraft Mod Config API by Craftjakob on Modrinth
Forge Config API Port - Minecraft Mod - Modrinth
Discover and publish projects on Modrinth with a modern, easy to use interface and API.
A Config API for Forge, NeoForge, Fabric and Quilt. - GitHub
Register your Config Class with ConfigRegister in your Main class. You can choose the config type between CLIENT, COMMON and SERVER. ... public static void init() { ConfigRegister.get().registerConfig(ConfigRegister.ConfigType.COMMON, ExampleConfig::new, MOD_ID); ... Client is loaded, when the client setup, of the specific mod loader is loaded.
Config API | SpigotMC - High Performance Minecraft Community
May 18, 2017 · The first and last amazing API for making configs. This won't help you if you don't have a plugin that utilizes it! Go to the wiki for information on how to use this plugin in your code! Join my discord! Give me a spare dollar to keep me making great plugins! Please don't rate it bad due to a bug, talk to me about it first! Big updates! Mar 9, 2018
Config API for Bukkit 1.8 - 1.20 based on Dynamic Proxies
private static TestConfig testConfig; @Override public void onEnable () { testConfig = ConfigAPI. init ( TestConfig. class, // Class of config's interface NameStyle. UNDERSCORE, // Style of fields' name in YAML file CommentStyle.
Config-API/README.md at main · Craftjakob/Config-API - GitHub
Register your Config Class with ConfigRegister in your Main class. You can choose the config type between CLIENT, COMMON and SERVER. ... public static void init() { ConfigRegister.get().registerConfig(ConfigRegister.ConfigType.COMMON, ExampleConfig::new, MOD_ID); ... Client is loaded, when the client setup, of the specific mod loader is loaded.
Creating an API config | API Gateway Documentation - Google …
Mar 21, 2025 · To create an API config: Change directory to the directory containing your API definition. For more on creating the OpenAPI spec for your API definition, see OpenAPI overview and Quickstart:...
- Some results have been removed