New Command: /infomsg <identifier> [<playerName>]
We've avoided adding commands like /ai (which is part of a separate plugin that shows information about how to apply for super admin status) directly to TFM because they don't transfer well to other servers wanting to run TFM.
My suggestion is to add a command that can send a formatted block of text to a player. These blocks of text will have a textual identifier, and be stored in the config.yml file. For example, a user may type /infomsg admin, resulting in the "admin" text block being sent to them. Superadmins may also add a player name to have the text sent to someone else.
Doing this will allow us to reduce memory usage by getting rid of an extra running plugin.
I also suggest that we look in to how to add command aliases "on the fly". For example, an alias for /infomsg admin to be set dynamically in the config.yml as /ai.
Could I suggest not having it in the config.yml? And having it and the announcements in a separate yaml file, that way the config can be cleaned up a bit (as it is very long) and its easier to find what you need if your running it on your own server.
Agreed. This would be handled by whatever is implemented for #320.
So, the config is splitting up?
@AlexFreedomMod Please see the other issues that explain this.