You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using command config in the console or as a player and having a non even amount of " or ' in the command, an error would occur and the player would not get an error message, just that he used the command wrong.
Expected behavior
Sending the Player a message, that explains what he/she has done wrong.
Steps to reproduce
Download the latest release.
Start the server with the plugin enabled.
execute the command:
config set test "foo " bar"
in the console, or the following as a player
/config set test "foo "bar"
Environment
Linux 5.111.13
OpenJDK Runtime Environment (build 15.0.2+7)
Minecraft version 1.16.5
Paper version 582
The text was updated successfully, but these errors were encountered:
Description
When using command
config
in the console or as a player and having a non even amount of"
or'
in the command, an error would occur and the player would not get an error message, just that he used the command wrong.Expected behavior
Sending the Player a message, that explains what he/she has done wrong.
Steps to reproduce
in the console, or the following as a player
Environment
The text was updated successfully, but these errors were encountered: