Skip to content

2.0.0

Latest

Choose a tag to compare

@BMathers35 BMathers35 released this 24 Jul 11:17
· 1 commit to master since this release

2.0.0 Released!

(Experimental) The plugin now handles the commands used

Mimics the server executing the command with the given player context.

I don't know if there is any risk in using the ExecuteClientCommandFromServer method, so don't forget to create an Issue on Github in you have any problems.

In some simple tests I've done, I haven't encountered any issues that would prevent it from working for the most part, but because we are emulating commands as if they were sent by the user, we are not capturing some of the messages from the commands.

In case you have any problems, you can use SilentChatTrigger ("/") to run the commands as needed.

The plugin still cannot handle quotation marks (").

Messages sent to the chat can now be logged on the server.

⚠️ Every message sent to the server will appear in the server console. Logs that are not cleaned regularly may cause extra disk usage on your server

Added Chat Ads with MySQL support

Todo

  • Create/delete advertisements with command

Other

  • The localize system is integrated into the plugin.
  • Fixed an issue where messages sent to team chat were visible to everyone.
  • All code has been optimized and unnecessary lines of code have been removed.
  • MuteManager and mute command removed.
  • The code editing the chat syntax has been removed and the old system has been restored. You can create tags just like any other plugin.

Full Changelog: 1.1.5...2.0.0