thekeenant / mczone

Minecraft plugins which powered MC Zone/Avicus back in 2013.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MC-Zone

Official repository of the MC Zone servers.

  • Use the "lib" folder as libraries for the plugins, and add any library necessary for new plugins.
  • The "MC Zone" plugin should be used as an external library in the MC Zone plugins. It contains helpful tools and APIs to make development easier.

MC Zone Plugin

  • Use Hive.getInstance() to access MC Zone's core functions.
  • Set player variables with Hive.getInstance().getGamer(player).setVariable(String key, Object value)
  • Query database with Hive.getInstance().getDatabase().query(string)

About

Minecraft plugins which powered MC Zone/Avicus back in 2013.

License:GNU Affero General Public License v3.0


Languages

Language:Java 100.0%