"Tag Removed" spam
djmixman opened this issue ยท 2 comments
My server logs are constantly being spammed with this. Is this something that needs to be addressed? Is there a way to cut down on these messages?
[21:36:25] [Server thread/INFO] [Draconic Evolution]: Tag Removed From EntityPigZombie['Zombie Pigman'/53977, l='world', x=3219.70, y=128.58, z=415.30]
[21:36:27] [Server thread/INFO] [Draconic Evolution]: Tag Removed From EntityPigZombie['Zombie Pigman'/54169, l='world', x=3218.45, y=130.74, z=419.70]
[21:36:27] [Server thread/INFO] [Draconic Evolution]: Tag Removed From EntityPigZombie['Zombie Pigman'/54174, l='world', x=3218.75, y=130.52, z=416.79]
[21:36:27] [Server thread/INFO] [Draconic Evolution]: Tag Removed From EntityWisp['Wisp'/54195, l='world', x=3298.55, y=52.50, z=432.55]
[21:36:29] [Server thread/INFO] [Draconic Evolution]: Tag Removed From EntityPigZombie['Zombie Pigman'/54400, l='world', x=3219.70, y=128.27, z=415.30]
[21:36:29] [Server thread/INFO] [Draconic Evolution]: Tag Removed From EntityPigZombie['Zombie Pigman'/54401, l='world', x=3216.69, y=128.40, z=418.40]
[21:36:30] [Server thread/INFO] [Draconic Evolution]: Tag Removed From EntityWisp['Wisp'/54749, l='world', x=3291.53, y=52.47, z=429.59]
[21:36:31] [Server thread/INFO] [Draconic Evolution]: Tag Removed From EntityPigZombie['Zombie Pigman'/54863, l='world', x=3219.69, y=128.44, z=419.68]
[21:36:31] [Server thread/INFO] [Draconic Evolution]: Tag Removed From EntityZombie['Zombie'/54913, l='world', x=3215.31, y=130.24, z=416.68]
[21:36:33] [Server thread/INFO] [Draconic Evolution]: Tag Removed From EntityPigZombie['Zombie Pigman'/55342, l='world', x=3217.44, y=130.23, z=417.20]
[21:36:33] [Server thread/INFO] [Draconic Evolution]: Tag Removed From EntityPigZombie['Zombie Pigman'/55345, l='world', x=3217.53, y=129.63, z=415.93]
[21:36:37] [Server thread/INFO] [Draconic Evolution]: Tag Removed From EntityZombie['Zombie'/56152, l='world', x=3215.41, y=128.09, z=419.70]
[21:36:37] [Server thread/INFO] [Draconic Evolution]: Tag Removed From EntityZombie['Zombie'/56157, l='world', x=3218.19, y=129.34, z=419.70]
[21:36:39] [Server thread/INFO] [Draconic Evolution]: Tag Removed From EntityPigZombie['Zombie Pigman'/56564, l='world', x=3216.90, y=128.28, z=419.70]
[21:36:40] [Server thread/INFO] [Draconic Evolution]: Tag Removed From EntityZombie['Zombie'/56713, l='world', x=3215.30, y=129.24, z=417.78]
[21:36:42] [Server thread/INFO] [Draconic Evolution]: Tag Removed From EntityZombie['Zombie'/57559, l='world', x=3219.21, y=130.35, z=416.26]
[21:36:42] [Server thread/INFO] [Draconic Evolution]: Tag Removed From EntityWisp['Wisp'/57644, l='world', x=3296.38, y=49.16, z=426.33]
[21:36:43] [Server thread/INFO] [Draconic Evolution]: Tag Removed From EntityPigZombie['Zombie Pigman'/57849, l='world', x=3215.30, y=128.12, z=415.30]
Oh sorry about that it liiks like i left some debug code in the custom spawner. It will be gone in the snapshot 8 bugfix.
If your wondering what that is Entities spawned by my spawner are made persistent for 30 seconds so they dont instantly despawn if there is no player around. That message was showing when en entity has been alive for more then 30 seconds and its persistence is removed.