RobertHerhold / BLWarps

Sponge plugin for warping players
MIT License
6 stars 5 forks source link

Cleanup managers #19

Closed RobertHerhold closed 9 years ago

RobertHerhold commented 9 years ago

Using generic types with storage managers (REST and flatfile) since they are not specific to the object being saved. SQL storage is specific to the object being saved, but this saves a lot of time when adding a new object to be stored (like WarpRegion)