hsyyid / EssentialCmds

EssentialCmds adds useful commands to Minecraft
https://bit.ly/2HPQ9tR
MIT License
31 stars 21 forks source link

Make EssentialCmds modular #13

Closed kinggoesgaming closed 8 years ago

kinggoesgaming commented 8 years ago

Currently EssentialCmds is one big bunch of all the features bundled into one big bunch. It is much better if it is broken down into modules...

EssentialCmdsCore (API plugin)
+- Transportation (For tp, homes, warp, spawn and other transport stuff)
+- Communication (For any means of communication ie chat, /msg etc etc)
+- Punishment (Mutes, kicks, bans, etc)
...

This is what i came up with so would love to get feedback on it before I actually do it

hsyyid commented 8 years ago

I approve of this structure - it makes more sense as users may or may not want specific parts of the plugin rather than the whole thing.

kinggoesgaming commented 8 years ago

ok I just want some input from the users of the plugin too... linked them to here on forums

hsyyid commented 8 years ago

@kinggoesgaming Yep I saw :+1:

kinggoesgaming commented 8 years ago

add modules label to the issue

kinggoesgaming commented 8 years ago

Closing this as Nucleus does this now