gamerule spawnChunkRadius resetting at each server restart

I've set the spawnChunkRadius to 10 on my server but it keeps resetting to 2 at each restart. The server is on version 1.21.1 with paper - 1.21.1 - 13
Solution:
I couldn't find anything in any config file of bukkit spiggot or paper, neither in the multiverse core file, and the command mvmodify set spawnChunkRadius don't work. So i decided to brute force it, I've installed the plugin ajStartCommand and set gamerule spawnChunkRadius 10 to be launched at every server start and it seems to work. Clearly not the pretiest solution but without any other solution it will work for now...
Jump to solution
15 Replies
lavaking46
lavaking463w ago
!logs
Carl-bot
Carl-bot3w ago
Please check your server log for errors from your plugins.
If you need further help understanding the errors, please send us the whole log file. Where can I find the server log? Logs are stored in <server_directory>/logs/. Search for a file explorer in your server's management interface and navigate to that directory. Once you've opened that up, search for the latest.log file. Some providers have a separate page for logs and may hide the "logs" folder. On Aternos: • Go to https://aternos.org/log/. On Minehut and server.pro: • Go to the "files" tab in the left menu. • Navigate to the root directory of your server. • From there navigate to /logs/latest.log. What should I do with the log? • First of all, read it! I mean, that's what you do all the time when you run a server, isn't it? Try to locate any errors that have anything to do with the issue you are facing. • If you got the latest.log file or created a .txt file with the necessary errors you can upload these directly to the channel, but we prefer if you upload them to https://mclo.gs/. • If you have trouble downloading the log file, copy/paste the text to a paste service (like mclogs). Copy the link that it gives you and send it to us. (Don't worry, McLogs hides your users' IPs.)
Admincraft Canned Responses
lavaking46
lavaking463w ago
You also probably should verify their isn't a config value that affects that, especially if your not using vanilla.
Phobos
PhobosOP2w ago
sorry for not responding, I was on holliday for a few days, here are the latest log but I can't find anything on the spawnChunkRadius gamerule
Phobos
PhobosOP2w ago
in the paper config, or on all different plugin config I use ?
lavaking46
lavaking462w ago
likely paper/spigot/bukkit config
Lunaiskey
Lunaiskey2w ago
isnt that radius also set in the server.properties file? alao if your using multiverse you could try mvmodify to change specific properties that norally the server config would do
Solution
Phobos
Phobos2w ago
I couldn't find anything in any config file of bukkit spiggot or paper, neither in the multiverse core file, and the command mvmodify set spawnChunkRadius don't work. So i decided to brute force it, I've installed the plugin ajStartCommand and set gamerule spawnChunkRadius 10 to be launched at every server start and it seems to work. Clearly not the pretiest solution but without any other solution it will work for now
Lunaiskey
Lunaiskey2w ago
whats your spawn-protection set in server.properties
Phobos
PhobosOP7d ago
spawn-protection=0
Arthurmeade12
Arthurmeade127d ago
Try going through the multiverse data config (it should be much bigger) and set the spawn radius with a text editor
Phobos
PhobosOP6d ago
do you know where this file is situated
Sytex
Sytex6d ago
Pretty sure its an issue with multiverse cores keepSpawnInMemory option, you should probably try uninstalling mvc and test again
Phobos
PhobosOP6d ago
Yes, that's what I thought too but I can't really remove it, we use to go on a creative test world. For now my solution work so it will do the trick
Sytex
Sytex6d ago
Should be an pretty simple fix then, no?

Did you find this page helpful?