* Use this FileConfig instead of the normal Bukkit Config
* Features:
* - Instant Update if used right
* - Very easy
* - Just like the normal yamlConfig
Example:
* Features:
* - Instant Update if used right
* - Very easy
* - Just like the normal yamlConfig
Example:
Code (Text):
FileConfig config = new FileConfig("MyPlugin", "config.yml");
config.set("MyPath.MyPlayer.Stats.maxhealth", 20);
int slots = config.getInt("MyPath.slots");
List<String> args = config.getStringList("MyPath.Stringlist");
config.SaveConfig();
config.set("MyPath.MyPlayer.Stats.maxhealth", 20);
int slots = config.getInt("MyPath.slots");
List<String> args = config.getStringList("MyPath.Stringlist");
config.SaveConfig();
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.7, 1.8, 1.9
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
FileConfig [Instant Update/\Source] is a free Minecraft Java mod. Compatible with Minecraft 1.7, 1.8, 1.9, 1.10 and newer. Downloaded 150 times (via Spigot). Download it and open it directly in the game.