[SPIGOT-7127] /say doesn't work on Spigot Server Created: 31/Jul/22  Updated: 25/Dec/24  Resolved: 01/Aug/22

Status: Resolved
Project: Spigot
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Bug Priority: Minor
Reporter: Gabe Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: /say, 1.19.1, server, spigot
Environment:

Linux

Ubuntu 20.04.3 


Issue Links:
Duplicate
is duplicated by SPIGOT-7134 Running "say Anything" from console o... Closed
Version: 3558-Spigot-2183145-401f1ad (MC: 1.19.1)
Guidelines Read: Yes

 Description   

So I upgraded to 1.19.1, and then my /say stopped working. When I want to say hi thru the console, it gives me this error:

>say hi
[14:05:17] [Async Chat Thread - #2/ERROR]: Task failed
java.util.concurrent.CompletionException: java.lang.NullPointerException: Cannot invoke "net.minecraft.server.level.EntityPlayer.getBukkitEntity()" because "<parameter1>" is null
        at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) ~[?:?]
        at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) [?:?]
        at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1770) [?:?]
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) [?:?]
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) [?:?]
        at java.lang.Thread.run(Thread.java:833) [?:?]
Caused by: java.lang.NullPointerException: Cannot invoke "net.minecraft.server.level.EntityPlayer.getBukkitEntity()" because "<parameter1>" is null
        at net.minecraft.server.MinecraftServer.lambda$42(MinecraftServer.java:2303) ~[spigot-1.19.1-R0.1-SNAPSHOT.jar:3558-Spigot-2183145-401f1ad]
        at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]
        ... 3 more
 

 

 


Generated at Tue Apr 08 01:38:25 UTC 2025 using Jira 10.3.3#10030003-sha1:d220e3fefc8dfc6d47f522d3b9a20c1455e12b7b.