Open jamierocks opened 9 years ago
I suggest you add in a HelpTopic interface to allow other plugins that contain plugins (eg CanaryBukkit) to add HelpTopic's to the help screen. You could do this with a HelpNode but they require a CanaryCommand.
May I suggest taking a look at how ClassicLoader handles this?
@14mRh4X0r Thanks :) I'll see if I get CanaryBukkit working.
https://github.com/CanaryModTeam/CanaryLib/blob/master/src/main/java/net/canarymod/commandsys/DynamicCommandAnnotation.java may also help in this
I suggest you add in a HelpTopic interface to allow other plugins that contain plugins (eg CanaryBukkit) to add HelpTopic's to the help screen. You could do this with a HelpNode but they require a CanaryCommand.