ZHorse

ZHorse

10.4k Downloads

Create an API

Zedd7 opened this issue ยท 0 comments

commented

Enhancement

Create an API in ZHorse for other plugins to hook up into.
The API should :

  • Register itself as a service to the Bukkit's Services API.
  • Only provide methods reading the database and never allow to write in it.
  • Be well documented.
  • Not use asynchronous methods.