Players get kicked upon using World Edit
I ran into a problem where, if the server has multiple people on, and I run a big world edit command with players inside of the selection, or nearby, they get kicked from the server. Here is the two errors that I've seen get sent in console.
18 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 kingordinary#0
Please use a paste service instead!
Paste services are more mobile friendly and easier to read than just posting a log file
message.txt
message.txt
Requested by kingordinary#0
It's been my experience that large world edits can kick all the players from a server until the world edit either finishes or crashes.
wrong version maybe?
Maybe using FAWE can fix it if you aren't already using it? https://github.com/IntellectualSites/FastAsyncWorldEdit
GitHub
GitHub - IntellectualSites/FastAsyncWorldEdit: Blazingly fast world...
Blazingly fast world manipulation for artists, builders and everyone else: https://www.spigotmc.org/resources/13932/ - GitHub - IntellectualSites/FastAsyncWorldEdit: Blazingly fast world manipulati...
yeah I'm already using it
I'm on version 1.19.4 and idk what version of world edit I have, I can check
it's weird cuz I never had this problem before
I need some sort of fix or smth because I run an event server
so we are constantly doing world edit as part of the event
I've gotten kicked, and other players have gotten kicked...
The number of blocks, or the complexity of the edit, can result with that. Limit the size of the edit in blocks, or use something like fast async world edit.
FAWE can run the edits asynchronous, and in sections, so you don’t have to manually do one part at a time. Edit the configuration settings to get a good size of each section. But of course, if it’s too large, it can kick people again.
I've run into this issue with pretty small sizes of world edit
I can check the FAWE config
I didn't know this was a thing
That probably means your server can’t handle the size.
that's weird
I never ran into this issue when I was running on 1.19.2 I think it was
with a less powerful server
Maybe it’s better to talk to the world edit devs then.
trueee actually
fawe devs|
if ur using fawe
Do you have protocol lib up to date
^^ latest dev version
Because that's what your error points to
I'll check