Using Bukkit's Configuration API outside of Bukkit

Discussion in 'Plugin Development' started by ron975, Dec 1, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    ron975

    There really isn't a proper section for this question, so I think this is the one that fits the most, but only slightly.

    I want to use YAML configuration for a certain project, outside of plugin development, and after taking a look at SnakeYAML, I think the easiest way to do it is to use Bukkit's Config API, after all, that's what Open Source is about.

    My project will be open source, it's an emulator frontend, for Home Theater PCs, but that's beside the point.

    Would it be feasible to extract the org.bukkit.configuration package and use it with any other Java program? I like the abstraction it provides for SnakeYAML.
     
Thread Status:
Not open for further replies.

Share This Page