RichardsProjects / AutismChat3

A plugin for Bukkit/Spigot servers that adds an advanced chat-system into the game.
GNU Affero General Public License v3.0
4 stars 4 forks source link

command incompatibility with common plugins #31

Open fallerOfFalls opened 9 years ago

fallerOfFalls commented 9 years ago

Since autismchat was initially designed for a very vanilla server, I haven't been too careful about command conflicts.

I'm currently aware of one conflict: /gc is an essentials command that displays server usage information.

We probably don't need to fix this unless someone complains.

RichardB122 commented 9 years ago

How about we make /gc an option in the config (that by default would be false) and the default command would /globalchat. If a server doesn't use essentials they could then enable /gc.

fallerOfFalls commented 8 years ago

Yes, that's a good idea. But /gc should be enabled by default since the plugin is primarily intended for small, relatively vanilla servers.

fallerOfFalls commented 6 years ago

If we are changing "global chat" to "announce" in #58 then we should change /gc to something else. Or perhaps remove it entirely? I will need to think on this.