Ajneb97 / EasyCommandBlocker

MIT License
6 stars 4 forks source link

[FATAL] Velocity compatibility #6

Open CKATEPTb opened 2 years ago

CKATEPTb commented 2 years ago

When I use the command that EasyCommandBlocker is trying to block, I get the following error [06:23:32 FATAL]: A plugin tried to deny a command with signable component(s). This is not supported. Disconnecting player Username.

Velocity Details:

[06:26:32 INFO]: Velocity 3.1.2-SNAPSHOT (git-7d77bfb5-b184) [06:26:32 INFO]: Copyright 2018-2021 Velocity Contributors. Velocity is licensed under the terms of the GNU General Public License v3. [06:26:32 INFO]: velocitypowered.com - GitHub

config.yml:

tab:
  default:
    priority: 0
    commands: []
blocked_command_default_actions:
  - "message: &8&l〘&c&nCЕРВЕР&8&l〙&7Команда не найдена или у вас нету доступа для выполнения этой команды."
use_commands_as_whitelist: false
commands:
  - "/velocity"
  - "/server"
  - "/lpv"
custom_commands_actions:
  example:
    commands: []
    actions: []
Ajneb97 commented 2 years ago

I am not very familiar with the new chat system of 1.19 but it seems there should be an option on velocity for that, and prevent the signed chat.

CKATEPTb commented 2 years ago

Are you talking about being able to configure this inside velocity?

Maybe https://github.com/YouHaveTrouble/CommandWhitelist/blob/master/CommandWhitelistVelocity/src/main/java/eu/endermite/commandwhitelist/velocity/CommandWhitelistVelocity.java#L85 can help u