Mod for displaying data to users?
-
Let me start off by saying I’m not a coder, so forgive me if this is pretty simple. My users are complaining about the amount of information I display in server banners to the community. I used Cannon’s message.dll to display those. In that plugin, he also has a custom help (invoked with /help) that displays custom text from his ini.
I’m looking for a mod that I can define the command (or has a set of predefined commands), that can display custom text from a file. Commands such as /rules, /tips, etc.
I think Flak’s FLHOOK has a /rules command, but I’m using FLHOOK 1.6.0 plug-in version.
Thanks!
-
Go to “Freelancer\EXE\flhook_plugins\message.ini”
Remove the messages you do not want to show and change the rest. I am assuming this is what you want?
Additional commands such as /rules and /tips would have to be custom-coded. Essentially, the message plugin is good enough for what most people want.