[SPIGOT-7126] Vanilla Minecraft unknown command message is sent Created: 31/Jul/22 Updated: 25/Dec/24 Resolved: 15/Aug/22 |
|
Status: | Closed |
Project: | Spigot |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | Priority: | Minor |
Reporter: | Leon Robinson | Assignee: | Unassigned |
Resolution: | Won't Fix | Votes: | 0 |
Labels: | None | ||
Environment: |
Not specific to this issue |
Attachments: |
![]() |
||||||||
Issue Links: |
|
||||||||
Version: | This server is running CraftBukkit version 3558-Spigot-2183145-401f1ad (MC: 1.19.1) (Implementing API version 1.19.1-R0.1-SNAPSHOT) | ||||||||
Plugin: | None | ||||||||
Guidelines Read: | Yes |
Description |
Usually when a player sends an unknown command the Bukkit unknown command message is sent back to the player. But on this version, the vanilla "Unknown or incomplete command, see below for error" is sent back to the player. This only happens when a player executes an unknown command, this does not happen if the console sends an unknown command. |
Comments |
Comment by Parker Hawke [ 15/Aug/22 ] |
This is intentional. As of 1.19.1, some commands (such as /say) have signed arguments which Bukkit does not have the ability to handle. Therefore player commands are handled with Minecraft's command system so that those types of messages can still be signed correctly. |