You can... but doing so defeats the whole point of software architecture based on plugins, which is modularity (cf 'separation of concerns' , and 'single responsibility principle'). If you mash together multiple plugins and a bug (or an API update) breaks one of them, then your entire server goes down. Why would you want to risk losing world protection just because the factions chat display has a problem, for example?