== PlayerAPI == CURRENT VER: v0.5 NOW ABLE TO SET METADATA TO PLAYERS I'M SOON GONNA CLEAN UP THE CODE A LITTLE BIT!
=== Introduction ===
This is a plugin that stores info about players. You can call those methods in your plugins. It creates config for every player and uses UUID's to mark them in "PlayerAPI" folder (example c4f6ac84-h38d-43dy-asd0-af6363850df8.yml <- it's made up)
=== TODO === * Got to add a command to see player's UUID in-game, to ease searching for the right config.
=== Installation ===
This is just a drag/drop jar or you can edit the source. My default the plugin triggers a event when a player joins and then creates a YAML for them.
=== Methods ===
LOOK 'EM UP! They are annoying to type out.
Basically you can set / add / remove stuff from config files. You need player name, path and value. Now has option to set metadata to players.
=== Example === PlayerAPI.setConf(Notch, "Bank.Credit", 1000); | It set's Notch's config "Bank.Credit" value to 1000, it works only when he has been in the server.

