5 Replies
Thanks for asking your question!
Make sure to provide as much helpful information as possible such as logs/what you tried and what your exact issue is
Make sure to mark solved when issue is solved!!!
/close
!close
!solved
!answered
Requested by kihfas#0
[08:49:45 ERROR]: Couldn't place player in world
java.lang.IllegalArgumentException: arraySize cannot be negative but was: -1
at com.google.common.collect.CollectPreconditions.checkNonnegative(CollectPreconditions.java:40) ~[guava-31.1-jre.jar:?]
at com.google.common.collect.Lists.computeArrayListCapacity(Lists.java:152) ~[guava-31.1-jre.jar:?]
at com.google.common.collect.Lists.newArrayListWithExpectedSize(Lists.java:197) ~[guava-31.1-jre.jar:?]
at net.minecraft.server.players.PlayerList.placeNewPlayer(PlayerList.java:349) ~[purpur-1.19.4.jar:git-Purpur-1985]
at net.minecraft.server.network.ServerLoginPacketListenerImpl.placeNewPlayer(ServerLoginPacketListenerImpl.java:202) ~[?:?]
at net.minecraft.server.network.ServerLoginPacketListenerImpl.handleAcceptedLogin(ServerLoginPacketListenerImpl.java:183) ~[?:?]
at net.minecraft.server.network.ServerLoginPacketListenerImpl.tick(ServerLoginPacketListenerImpl.java:85) ~[?:?]
at net.minecraft.network.Connection.tick(Connection.java:604) ~[?:?]
at net.minecraft.server.network.ServerConnectionListener.tick(ServerConnectionListener.java:234) ~[?:?]
at net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1605) ~[purpur-1.19.4.jar:git-Purpur-1985]
at net.minecraft.server.dedicated.DedicatedServer.tickChildren(DedicatedServer.java:488) ~[purpur-1.19.4.jar:git-Purpur-1985]
at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1424) ~[purpur-1.19.4.jar:git-Purpur-1985]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1195) ~[purpur-1.19.4.jar:git-Purpur-1985]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:325) ~[purpur-1.19.4.jar:git-Purpur-1985]
at java.lang.Thread.run(Thread.java:833) ~[?:?]
full log
it happens when you join for the first time and spawns you in the wrong world
and essentials creates your account
but its still broken when i disable essentialsmy plugins
if i remove the playerdata and stats then it spawns me in the worng place
but /spawn is good
spawns:
default:
world: 9a919bfb-0c6f-4405-a99a-4d2961293608
world-name: Port
x: 322.5
y: 51.300686717904725
z: 306.5
pitch: -0.7827475070953369
yaw: 112.35906982421875
this is spawn.yml from essentials
and it spawns you instead of in Port it spawns you in world
okay i fixed it
i just had to change the world in server.properties
!solvedpost closed!
The post/thread has been closed!
Requested by kihfas#0