Trigary / Iodine

A Minecraft mod - server plugin pair that adds custom GUIs and overlays. No more inventory and chat menus!
GNU General Public License v3.0
24 stars 0 forks source link

Make the plugin side independent of Bukkit #15

Closed Trigary closed 4 years ago

Trigary commented 4 years ago

Currently, the plugin implementation is tightly coupled to Bukkit. Instead of this, a plugin and a bukkit subproject should exist just like how the client and forge-VERSION subprojects exist. This way multiple server types could easily be supported, eg. Sponge. The transition would be quite easy since only the concept of players (for which a wrapper already exist) and the plugin messaging channel are used.

Trigary commented 4 years ago

Fixed in 913d3947a25402fbbbfb6ade1e7fd471920605b0