Mobs Spawn regardless of anything

Status
This thread has been locked.

Kevan

Premium
Feedback score
3
Posts
403
Reactions
177
Resources
0
* Posted originally on spigot, but as people on spigot know nothing, I came here. Just need help or advice if anyone else has experienced issues with this.

Title says it all.

Ive tried setting mob-spawning - deny in regions, mobs still spawn. Setting bukkit.yml spawn limits all to 0, mobs still spawn. Setting gamerule doMobSpawning to false, mobs still spawn. Its getting really frustrating.

All im trying to do is stop natural spawning. No plugins are conflicting, Ive already checked. Running TacoSpigot 1.8.8. Whats wrong?

Thanks.
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Kevan

Premium
Feedback score
3
Posts
403
Reactions
177
Resources
0
Change Difficult in server.properties if it doesnt work, try setting a global region, flagging __global__ as name.

[]'s
Already tried both. Thanks for the suggestion, though.

Edit: Just to be clear to everyone, I am only trying to prevent natural mobs from spawning, mobs from spawners and eggs should still be allowed. Already tried the deny-spawn flag too, no luck.
 

Eisenbahnn

Premium
Feedback score
55
Posts
1,182
Reactions
128
Resources
0
If you are using any multiworld plugin, try checking its config per world. I had a glitch with MW once, mobs werent spawning. The issue was that MW was handling some worlds as peaceful and i needed mobs.

Any other plugin that manages mobs?[DOUBLEPOST=1472950931][/DOUBLEPOST]Essentials should be able to handle it too.
Or even
monster-spawns: 33

at Bukkit.yml.
 

Buzzy

Supreme
Feedback score
7
Posts
82
Reactions
101
Resources
0
If I had to guess, it is probably multiverse if you have it. If not change server difficulty, sometimes that can happen. Can we have a full list of your plugins?
 

Kevan

Premium
Feedback score
3
Posts
403
Reactions
177
Resources
0
Code:
    spawning:
      ==: MVSpawnSettings
      animals:
        ==: MVSpawnSubSettings
        spawn: 'true'
        spawnrate: '-1'
        exceptions: []
      monsters:
        ==: MVSpawnSubSettings
        spawn: 'true'
        spawnrate: '-1'
        exceptions: []

I did find this after you all suggested it. However, if I set these values to false, mobs do not spawn naturally NOR through spawners or mob eggs. The 'exceptions' list only refers to allowing certain mobs to spawn, not certain spawn events, such as a spawner or egg.
 
Status
This thread has been locked.
Top