NathanWolf / BukkitPlugins

My plugins for the Bukkit Minecraft server
mine.elmakers.com
14 stars 7 forks source link

YAML import / export #4

Closed NathanWolf closed 13 years ago

NathanWolf commented 13 years ago

I want the ability to import / export data from YAML files, since that is the chosen standard Bukkit file format.

Importing and exporting will be done via the console UI, and will by default use YML files dropped in the Persistence data folder. An import or export can specify a node path to only import a set of nodes.

NathanWolf commented 13 years ago

Doesn't seem like we'll actually need to do this.

Some sort of flatfile support will be needed, probably a good idea to mimic what they're using in the built-in Bukkit permissions.

So, yeah.

DEATH TO YAML!