outerearthinteractive / RubyCraft

Minecraft Server reverse engineering stuff. Coding gremlins frequent this location! NOTE: This project is hardly active and does not work due to a protocol issue.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Abstracted Configuration System

Arkaniad opened this issue · comments

A system needs to be implemented so that there can be multiple configuration backends (Database, Flatfile, Yaml etc)

Once implemented, configuration would look like this:

class YAMLConfiguration << ConfigurationPlugin
    # Everything else goes here
end