[SPIGOT-6927] No zombies spawning at all Created: 07/Feb/22 Updated: 07/Feb/22 Resolved: 07/Feb/22 |
|
Status: | Resolved |
Project: | Spigot |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | Priority: | Major |
Reporter: | Craft Frame | Assignee: | Doc |
Resolution: | Fixed | Votes: | 0 |
Labels: | None | ||
Environment: |
Centos 7, nogui, openjdk version 17.0.1. CraftBukkit version 3426-Spigot-6edb62f-febaa1c (MC: 1.18.1) (Implementing API version 1.18.1-R0.1-SNAPSHOT). |
Version: | 1.18.1 |
Guidelines Read: | Yes |
Description |
(Survival game) In night, no zombies spawning at all. (+Zombies, creepers, spiders). When I changed 1.18.1 spigot jar file to vanilla 1.18.1 jar file, zombies start spawning. |
Comments |
Comment by Doc [ 07/Feb/22 ] |
Ok confirmed the issue... in my commit https://hub.spigotmc.org/stash/projects/SPIGOT/repos/craftbukkit/commits/febaa1c6f5f854a7759f82e6a57c971581e3da1d i miss the inheritance of World from Server...
PR for fix this: https://hub.spigotmc.org/stash/projects/SPIGOT/repos/craftbukkit/pull-requests/1007/overview A workarround can be make a plugin and set the spawn-limits for every world (but better wait for push the fix or use a previous version) |