![MatterLink](https://media.forgecdn.net/avatars/thumbnails/141/245/256/256/636540604549161691.png)
Build MatterLink as a Spigot/Bukkit plugin
Programie opened this issue ยท 5 comments
Currently, MatterLink is a mod for Forge. But would it be possible to extend it to also support building it as a plugin for Spigot/Bukkit?
Spigot supports plugins written in Kotlin, so I guess it should be easy to add the correct event handlers. But I don't know how to setup a project which supports Forge and Spigot/Bukkit from the same code base.
I have some knowledge in writing plugins using the Bukkit API, but I have no knowledge of Kotlin at all.
If you just need MatterBridge Support its quite easy to port to Bukkit. Between Nikky's code along with mine (in java), it should be easy to port. MatterLink SE Module
A few days ago, I started to write a Bukkit plugin with basic integration of MatterBridge (i.e. chat relay, advancement announcements to MatterBridge, etc.) but no advanced stuff like commands, formatting, etc.: https://github.com/Programie/MatterBukkit
I don't know whether it's better to have a different plugin for Bukkit or just extend MatterLink to also support Bukkit. Using the same plugin would have the advantage of reusing the code.
i am not maintaining matterlink past this and simple bugfixes, so a fork and a different codebase for bukkit seems fine