Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spigot signed command arguments breaks Bungeecord commands #3495

Open
3 of 4 tasks
Simonsator opened this issue Jul 31, 2023 · 1 comment
Open
3 of 4 tasks

Spigot signed command arguments breaks Bungeecord commands #3495

Simonsator opened this issue Jul 31, 2023 · 1 comment

Comments

@Simonsator
Copy link

Bungeecord version

git:BungeeCord-Bootstrap:1.20-R0.1-SNAPSHOT:2d6d89d:1721 by md_5

Server version

This server is running CraftBukkit version 3843-Spigot-b41c46d-4be756e (MC: 1.20.1) (Implementing API version 1.20.1-R0.1-SNAPSHOT)

Client version

1.20.1

Bungeecord plugins

A simple plugin which adds the command /msg to bungeecord

The bug

If a Bungeecord plugin adds a command with a name which is also used on the spigot server, which has signed command arguments (e.g. the second argument of /msg) and then the player types the command including the signed command arguments, then presses enter and then sends another normal message, then the player will be kicked with the message

disconnected with: Received chat packet with missing or invalid signature

Log output (links)

disconnected with: Received chat packet with missing or invalid signature.

Checking

  • I am using BungeeCord and not a fork. Issues with forks should not be reported here.
  • I think this is not an issue with a bungeecord plugin.
  • I have not read these checkboxes and therefore I just ticked them all.
  • This is not a question or plugin creation help request.
@Janmm14
Copy link
Contributor

Janmm14 commented Jul 31, 2023

A workaround could be to deny permissions to /msg command on spigot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants