WillowChat / Thump

💬 A simple, highly configurable Minecraft chat multiplexer with built in IRC support
ISC License
8 stars 2 forks source link

Plugin system #24

Closed lopcode closed 8 years ago

lopcode commented 9 years ago

Do something like JEI - use ASMDataTable from init to find @ThumpPlugin annotations, verify the decorated class implements IThumpPlugin and then plugin.register(context).

lopcode commented 8 years ago

Done.