Class BasicBukkitConfig

All Implemented Interfaces:
CreatableConfig<String>, CRUDOperations<String>, DeletableConfig<String>, ReadableConfig<String>, UpdatableConfig<String>
Direct Known Subclasses:
AutoReadBukkitConfig

public class BasicBukkitConfig extends BukkitConfig<String>
A standard implementation of BukkitConfig specifically designed for YAML files.

This class bridges the gap between Bukkit's YamlConfiguration and the Moxie memory system. It implements the lifecycle hooks from BaseConfig to dispatch events through the ConfigAPI.

Since:
0.1
Author:
a8kj7sea