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

Whenever chat is cancelled, the player chats a weird string #385

Closed
TheQKnight opened this issue Jun 18, 2022 · 6 comments
Closed

Whenever chat is cancelled, the player chats a weird string #385

TheQKnight opened this issue Jun 18, 2022 · 6 comments
Labels
1.19 This issue applies to Minecraft 1.19. bug Something isn't working mod issue This is an issue with something else using our mod, rather than the project itself. priority: high This needs to be worked on and reviewed ASAP

Comments

@TheQKnight
Copy link

Minecraft Version

1.19

KubeJS Version

kubejs-fabric-1900.5.5-build.12.jar

Rhino Version

rhino-fabric-1802.1.14-build.182.jar

Architectury Version

architectury-5.7.27-fabric.jar

Forge/Fabric Version

0.14.7

Describe your issue

Using a simple script to cancel user chat like so
onEvent('player.chat', (event) => { event.cancel() })

results in making the user say the following string every time chat is entered

image

Crash report/logs

No response

@TheQKnight TheQKnight added the bug Something isn't working label Jun 18, 2022
@ChiefArug
Copy link
Contributor

This probably has something to do with Mojang now signing chat messages (as part of the ability to now report people).

@MaxNeedsSnacks
Copy link
Member

lmao @shedaniel nice internal string you got here :p

@shedaniel
Copy link
Contributor

shit

@MaxNeedsSnacks MaxNeedsSnacks added priority: high This needs to be worked on and reviewed ASAP mod issue This is an issue with something else using our mod, rather than the project itself. 1.19 This issue applies to Minecraft 1.19. labels Jun 19, 2022
@MaxNeedsSnacks
Copy link
Member

We.. should probably see if we can redo the chat event somehow I'm guessing? :P

@MaxNeedsSnacks
Copy link
Member

Seeing as this is an Architectury issue, I'm going to be closing this on our end; a fix on their side should be coming soon

@ChiefArug
Copy link
Contributor

Relevant PR in Arch: architectury/architectury-api#299 (pretty sure)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.19 This issue applies to Minecraft 1.19. bug Something isn't working mod issue This is an issue with something else using our mod, rather than the project itself. priority: high This needs to be worked on and reviewed ASAP
Projects
None yet
Development

No branches or pull requests

4 participants