Not sure what is happening, TONS of mobs spawning.

spark
spark is a performance profiler for Minecraft clients, servers, and proxies.
65 Replies
Admincraft Meta
Admincraft Meta3mo ago
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 guwad#0
GUWAD
GUWADOP3mo ago
http://host.killcha.in/u/ZdZCgs.mp4 i think they are duplicating?
GUWAD
GUWADOP3mo ago
bukkit.yml
settings:
allow-end: true
warn-on-overload: true
permissions-file: permissions.yml
update-folder: update
plugin-profiling: false
connection-throttle: 4000
query-plugins: true
deprecated-verbose: default
shutdown-message: Server closed
minimum-api: none
use-map-color-cache: true
spawn-limits:
monsters: 40
animals: 10
water-animals: 5
water-ambient: 15
water-underground-creature: 5
axolotls: 5
ambient: 15
chunk-gc:
period-in-ticks: 600
ticks-per:
animal-spawns: 400
monster-spawns: 2
water-spawns: 2
water-ambient-spawns: 2
water-underground-creature-spawns: 1
axolotl-spawns: 1
ambient-spawns: 1
autosave: 6000
aliases: now-in-commands.yml
settings:
allow-end: true
warn-on-overload: true
permissions-file: permissions.yml
update-folder: update
plugin-profiling: false
connection-throttle: 4000
query-plugins: true
deprecated-verbose: default
shutdown-message: Server closed
minimum-api: none
use-map-color-cache: true
spawn-limits:
monsters: 40
animals: 10
water-animals: 5
water-ambient: 15
water-underground-creature: 5
axolotls: 5
ambient: 15
chunk-gc:
period-in-ticks: 600
ticks-per:
animal-spawns: 400
monster-spawns: 2
water-spawns: 2
water-ambient-spawns: 2
water-underground-creature-spawns: 1
axolotl-spawns: 1
ambient-spawns: 1
autosave: 6000
aliases: now-in-commands.yml
SilentBot
SilentBot3mo ago
You have the following in your paper.yml
spawn-limits:
ambient: -1
axolotls: -1
creature: -1
monster: -1
underground_water_creature: -1
water_ambient: -1
water_creature: -1
spawn-limits:
ambient: -1
axolotls: -1
creature: -1
monster: -1
underground_water_creature: -1
water_ambient: -1
water_creature: -1
Unsure if paper overrides the bukkit limits
GUWAD
GUWADOP3mo ago
i'm using purpur i don't have these i don't think
SilentBot
SilentBot3mo ago
No description
SilentBot
SilentBot3mo ago
You'd check at that path As that's from your spark report
GUWAD
GUWADOP3mo ago
could it be due to something like this? also have autosave: -1, I'm using LinearRegionFileFormat
No description
SilentBot
SilentBot3mo ago
That wouldn't** affect mob spawning You also only ran your report for <2m
GUWAD
GUWADOP3mo ago
okay then thank you that's more than likely the problem
SilentBot
SilentBot3mo ago
You should be running it for at least 5 minutes
GUWAD
GUWADOP3mo ago
my bad i forgot i was running it and ran a restart this is the default paper world config though, i'm not sure what's causing all the mob spawns
ProGamingDk
ProGamingDk3mo ago
-1 = bukkit.yml values
SilentBot
SilentBot3mo ago
Ah, ty
GUWAD
GUWADOP3mo ago
spark
spark is a performance profiler for Minecraft clients, servers, and proxies.
GUWAD
GUWADOP3mo ago
idk why "end_crystal" is in entities
SilentBot
SilentBot3mo ago
It's a tile entity similar to minecarts
GUWAD
GUWADOP3mo ago
no but i mean i don't see why end crystals are being loaded this is a fresh vanilla world
SilentBot
SilentBot3mo ago
There's a bunch of them in the end
Shalostx
Shalostx3mo ago
The configs are fine I think, I'm more concerned about some plugins
SilentBot
SilentBot3mo ago
4 end crystals in each of the chunks:
0, 2 (4 entities)
-1, 2 (4 entities)
2, 0 (4 entities)
2, 1 (4 entities)
0, -3 (4 entities)
-1, -3 (4 entities)
-3, -1 (4 entities)
-3, -2 (4 entities)
2, -2 (4 entities)
0, 2 (4 entities)
-1, 2 (4 entities)
2, 0 (4 entities)
2, 1 (4 entities)
0, -3 (4 entities)
-1, -3 (4 entities)
-3, -1 (4 entities)
-3, -2 (4 entities)
2, -2 (4 entities)
GUWAD
GUWADOP3mo ago
yes but i have this on,
No description
Shalostx
Shalostx3mo ago
lol what
GUWAD
GUWADOP3mo ago
GitHub
GitHub - xymb-endcrystalme/LinearRegionFileFormatTools
Contribute to xymb-endcrystalme/LinearRegionFileFormatTools development by creating an account on GitHub.
Shalostx
Shalostx3mo ago
Open in main dir, config and then paper-world-defaults
GUWAD
GUWADOP3mo ago
i need keep-spawn-loaded false for it what do i need to change here?
Shalostx
Shalostx3mo ago
Nothing, spawn-limits are -1 which means Paper is using bukkit.yml settings bukkit.yml spawn-limits are fine too
GUWAD
GUWADOP3mo ago
so then what's up with the amount of spawns i'm getting
Shalostx
Shalostx3mo ago
A think the problem is more related with plugins
GUWAD
GUWADOP3mo ago
The only real like obtrusive plugin I have would be my chunk optimizer potentially
Shalostx
Shalostx3mo ago
I personally don't recommend using anything with the word “optimization” in the title
SilentBot
SilentBot3mo ago
Any skripts?
GUWAD
GUWADOP3mo ago
GitHub
GitHub - xymb-endcrystalme/LinearRegionFileFormatTools
Contribute to xymb-endcrystalme/LinearRegionFileFormatTools development by creating an account on GitHub.
GUWAD
GUWADOP3mo ago
no none
Shalostx
Shalostx3mo ago
le me check u have limited space or what?
GUWAD
GUWADOP3mo ago
anarchy server takes lots of space
Shalostx
Shalostx3mo ago
god damn Yes, it can cause these problems
ProGamingDk
ProGamingDk3mo ago
Linearregionformat v1 has memory leak issues, so make sure it uses "v2"
GUWAD
GUWADOP3mo ago
I believe I am, just not really sure how to configure it at all I wasn't the one who originally set it up
Shalostx
Shalostx3mo ago
No description
Shalostx
Shalostx3mo ago
I think u should run at least on supported server cores
GUWAD
GUWADOP3mo ago
wym? those are just ones that implement it
Shalostx
Shalostx3mo ago
Why wouldn't you want to switch to them?
GUWAD
GUWADOP3mo ago
I'm already running Purpur with the same file format, unless one of those would be better for some reason
Shalostx
Shalostx3mo ago
Have you tried LinearPaper? I see that it supports 1.21.1.
GUWAD
GUWADOP3mo ago
I am going to try it now
Shalostx
Shalostx3mo ago
I'm more than sure there won't be such a problem there
GUWAD
GUWADOP3mo ago
this fixed my problem
Shalostx
Shalostx3mo ago
😀
GUWAD
GUWADOP3mo ago
nevermind 😂😂
No description
GUWAD
GUWADOP3mo ago
i have no idea what's causing this it's like double or triple spawns or something
GUWAD
GUWADOP3mo ago
spark
spark is a performance profiler for Minecraft clients, servers, and proxies.
GUWAD
GUWADOP3mo ago
.
SilentBot
SilentBot3mo ago
Does it still occur on a fresh world with all plugins removed with the same config files? Does it still occur on a fresh world with all the same plugins, but the configs reset to fresh (e.g. just delete them)? If it doesn't occur with all plugins removed, binary search your plugins until you figure out which one is causing it If it does still occur with no plugins + old configs, try no plugins + new configs If it still occurs even with no plugins + new configs, I'm unsure what to say.
GUWAD
GUWADOP3mo ago
before i do this, one other thing i should mention is that i am using Pufferfish, and it has async mob spawning, could this be doing this?
No description
GUWAD
GUWADOP3mo ago
i guess it could be a multitude of things really actually just want to try some things before i do that hahaha
SilentBot
SilentBot3mo ago
That's the point, it could be a multitude of things I have no clue what it is The above narrows it down to either your configs, or plugins
GUWAD
GUWADOP3mo ago
yeah removed plugins and no longer have the problem so it wasn't Pufferfish, Paper etc
SilentBot
SilentBot3mo ago
Yeah, unfortunately at this point, you'll have to binary search your plugins
Carl-bot
Carl-bot3mo ago
Binary search your plugins
Remove half of your non-essential (ie not things like PAPI or LuckPerm) plugins and see if the problem is fixed. If it still persists, the cause is in the half still installed. Continue to halve the remaining plugins until you've narrowed it down to a single plugin. Congratulations, you found the culprit.
From An unknown user
Admincraft Canned Responses
GUWAD
GUWADOP3mo ago
nevermind actually, it's just hard to tell because initially it looks fine every time but i think it starts multiplying or something i have no idea
GUWAD
GUWADOP3mo ago
because this isn't normal right?
No description
GUWAD
GUWADOP3mo ago
its like 7 turtles
SilentBot
SilentBot3mo ago
Turtles normally spawn in groups And on beaches I've seen clusters of 6-7 on a fresh Paper server before
GUWAD
GUWADOP3mo ago
okay was just making sure, probably is a plugin then, im like tricking myself into thinking this is also messed up hahaha

Did you find this page helpful?