Question Chunk loading not working (1.18.1)- Wither Mob Switch

  • After careful consideration and due to limited usage, we’ve made the decision to discontinue the PaperMC forums. Moving forward, we recommend using Hangar for plugin uploads, and for all other community discussions and support, please join us on Discord.

palashverma

New member
Feb 12, 2022
2
1
3
I made a chunk loader for a wither mob switch on Paper server Java 1.18.1, but mobs were still spawning. I changed the server to Vanilla and the mob switch started working.

I suspect there is something in the paper.yml file that is preventing chunk loading but I don't know what. The count-all-mobs-for-spawning is set to true to count withers in the mob cap (Paper default settings prevent that).

This is the design for the chunk loader and the mob switch:
This is the paper.yml section for chunk loading:
chunk-loading:
min-load-radius: 2
max-concurrent-sends: 2
autoconfig-send-distance: true
target-player-chunk-send-rate: 100.0
global-max-chunk-send-rate: -1.0
enable-frustum-priority: false
global-max-chunk-load-rate: -1.0
player-max-concurrent-loads: 4.0
global-max-concurrent-loads: 500.0
 

ElShala

New member
Nov 25, 2024
1
0
1
I got my mob switch to work on paper by changing

188 "per-player-mob-spawns" to false

146 "count-all-mobs-for-spawning" to true

Sorry for the delay of almost 3 years xD