-Added compatibility with 1.21.4.
-Added
update_notify option in the config.
-Added compatibility with 1.21.3.
It is imperative that you update to the latest version as soon as possible.
-Fixed
important exploit when using the plugin on proxies (waterfall/velocity).
-Fixed some actions not being executed on velocity networks.
-Fixed issue with custom commands actions when
use_commands_as_whitelist option is enabled.
-Added compatibility with 1.21.1.
-Added compatibility with 1.21.
-Fixed HEX color codes in Waterfall.
-Added compatibility with 1.20.
-Fixed compatibility with Flamecord (and possibly other Waterfall forks).
-Fixed important tab completion permission bug on 1.8-1.12 versions.
-Added: Defining a command list for tab completion is now compatible with 1.8-1.12 servers.
-Added: You can now use all type of actions on the Velocity plugin.
-Fixed important bug with tab commands duplication.
-Fixed console error when tab completing player names on 1.8-1.12.
-Fixed bug with update message.
-Added
"extends" option for tab complete filter. Now you can set groups that inherit commands from another group.
-Modified: A lot of changes were made to the configuration system, if you find any bugs please tell me in the discussion.
-Added compatibility with
Velocity: Now you can block proxy commands and hide tab completion on Velocity. For now you can only use the message action.
This is my first time creating a velocity plugin, so if you find any issues please tell me in the discussion!
-Added compatibility with 1.19.
-Fixed error with bungeecord/waterfall channel name being too large in some Minecraft versions.
-Added: You can now use all type of actions from the Waterfall plugin.
-Added
custom_commands_actions option in the config. This allows you to define groups of commands that will execute certain actions instead of the default ones. Example:
Code (YAML):
custom_commands_actions:
example1:
commands
:
-
"/ver"
-
"/version"
-
"/about"
actions:
- "console_command
: kick
%player% You can't see the version of the server!"
-Added compatibility with
Waterfall: Now you can block bungee commands and hide tab completion on Waterfall. For now you can only use the message action.
-Fixed small error on player join when the plugin doesn't detect tab commands to send.
This is my first time creating a bungeecord/waterfall plugin, so if you find any issues please tell me in the discussion!
-Added
blocked_command_default_actions option in the config. Here you will be able to add different types of actions when a blocked command is executed. Current action:
message, title, playsound, console command, give potion effect.
-Modified:
blocked_command_message option is not used anymore since now you can add a message action in the previous option.
-Added API event: CommandBlockedEvent
-Fixed issue in 1.8-1.12 versions that was blocking the username tab autocomplete.
-Added update notification system.
-Added more commands to the default blocked commands list.