Skip to content

Fixes, Gradle migration, new commands, and more

Compare
Choose a tag to compare
@4drian3d 4drian3d released this 16 Oct 22:01
· 394 commits to main since this release

In this update there are several changes to the plugin operation, I recommend you check https://github.com/4drian3d/ChatRegulator/wiki for more information.

New Commands

Help Command

The /chatregulator help commands have been added along with their subcommands.
When executing the command, it will give you a guide with the functions of the commands available in the plugin.

Clear Command

The /chatregulator clear <server|player> <argument> command has been added with which you can clear the chat of any player, server or your entire network.

New Check

Command Blacklist Check

A new check for blocked commands has been added, now you can block the commands you don't want to be executed in the blacklist.yml file.

New Messages Configuration

Now messages can be configured in a separate file (messages.yml) from the main configuration.

Fixes

  • Fixed compatibility with java versions 11-15
  • Fixed a formatting bug when entering commands without arguments. #7 Removed the formatting of commands due to the fact that there can be an infinite number of argument types and problems as a result.

What's Changed

Full Changelog: 1.3.0...1.4.0