Multiverse-Core

Multiverse-Core

6M Downloads

[Bug]:

VimaMT opened this issue ยท 2 comments

commented

/mv version -p output

https://paste.gg/10d6f9aa33544bc59f10b011250d824a

Server logs

https://gist.github.com/VimaMT/5fcceee9e87fdf76d2c2a75233fb1c0f

Server Version

Current Purpur Version: 1.21.4-2408-5d1df70 (MC: 1.21.4)*

Bug Description

I have created a Multiverse resources world. Through Multiverse I've set it to Difficulty=EASY. I have disabled mob spawning through Multiverse. I added an exception in the Multiverse config file to allow wardens to spawn. This works great! I tried to add a similar exception to allow creekings to spawn. This does not work. Here is my config for that world.

resources:
==: MVWorld
hidden: 'false'
alias: resources
color: WHITE
style: NORMAL
pvp: 'false'
scale: '1.0'
respawnWorld: ''
allowWeather: 'true'
difficulty: EASY
spawning:
==: MVSpawnSettings
animals:
==: MVSpawnSubSettings
spawn: 'false'
spawnrate: '-1'
exceptions:
- axolotl
monsters:
==: MVSpawnSubSettings
spawn: 'false'
spawnrate: '-1'
exceptions:
- creeking
- warden
entryfee:
==: MVEntryFee
amount: '0.0'
hunger: 'true'
autoHeal: 'true'
adjustSpawn: 'true'
portalForm: ALL
gameMode: SURVIVAL
keepSpawnInMemory: 'true'
spawnLocation:
==: MVSpawnLocation
x: 100.41584431582322
y: 125.0
z: 80.28630219365957
pitch: 13.500005
yaw: 132.75026
autoLoad: 'true'
bedRespawn: 'true'
worldBlacklist: []
environment: NORMAL
seed: '7391744484234345793'
generator: 'null'
playerLimit: '-1'
allowFlight: 'true'

Steps to reproduce

  1. Create world called resources using Multiverse
  2. Disable monster spawning with /mvm set monsters false
  3. Shut down server
  4. Modify Multiverse Config file to add exceptions for creekings and wardens
  5. Restart server
  6. Verify that spiders, skeletins, etc, will not spawn in world
  7. Verify that wardens do spawn in world
  8. Verify that I am in this world, that it is night-time, that there is a creeking heart with pale oak logs above and below, that I am in survival mode, that I am not in god mode
  9. See if creekings spawn in that world. They do not.
  10. Verify that creekings do spawn in other worlds. They do.

Agreements

  • I have searched for and ensured there isn't already an open or resolved issue(s) regarding this.
  • I was able to reproduce my issue on a freshly setup and up-to-date server with the latest version of Multiverse plugins with no other plugins and with no kinds of other server or client mods.
commented

I am going to try one more thing. I got the spelling for "creeking" from the Internet. However, I see that items related to it ingame are spelled with "creaking." I'm going to change my config and try again.

commented

Closing ticket. It was dumb user error. Should be spelled "creaking" and not "creeking."