CanaryModTeam / CanaryLib

The CanaryMod API Library
http://canarymod.net
28 stars 22 forks source link

Improve Help system #68

Open jamierocks opened 9 years ago

jamierocks commented 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.

14mRh4X0r commented 9 years ago

May I suggest taking a look at how ClassicLoader handles this?

jamierocks commented 9 years ago

@14mRh4X0r Thanks :) I'll see if I get CanaryBukkit working.

darkdiplomat commented 9 years ago

https://github.com/CanaryModTeam/CanaryLib/blob/master/src/main/java/net/canarymod/commandsys/DynamicCommandAnnotation.java may also help in this