aikar / db

Aikar's Intuitive JDBC Database Wrapper - A clean and intuitive API for Java to remove JDBC boilerplate.
https://idb.emc.gs
MIT License
65 stars 20 forks source link

Restructure project to core/bukkit #1

Closed aikar closed 6 years ago

aikar commented 7 years ago

Remove all bukkit refs from core folder and move them into a bukkit module

Timings API needs a generic interface in core/ that implements same methods as minecraft-timings, then the bukkit binding passes in a timing provider or so.