Any ideas i get this same code regular.... thanks in advance for any help.
Invalid Position: chicken.corpse[1825928] (28.7, -502.0, 1019.6) (destroying)
Invalid position chicken corpse
the error means that an entity is below -500 which is where the game auto destroys it, usually this happens when an entity with gravity spawns below the terrain as theres nothing stopping it from falling to -500
are you running a custom map or procedural map? if its a custom map i would check at those x & y coordinates to see if there might be something there letting things fall through
if not then you may want to check plugins (though im not sure any plugins spawn chicken corpses)
Thanks for your reply... im running custom. i willl check as you said
marc01
Thanks for your reply... im running custom. i willl check as you said
I am running a procedural map and get the same message on a regular basis.
Invalid Position: chicken.corpse[48403598] (-1288.4, -501.1, -424.0) (destroying)
Invalid Position: chicken.corpse[48445349] (-1227.0, -501.1, 232.6) (destroying)
I am going to us EntityReducer plugin to remove the chicken spawns and see if that works ,
if you don't have chickens you wont have chicken.corpses either... Kulltero answered your question. It is just entities clipping in the map and the game is destroying them. you can just ignore it or block the message in your client. or because it is a custom map goto those positions and look around maybe there is something wrong there?
ok buddy thanks i will do thatkiaCif you don't have chickens you wont have chicken.corpses either... Kulltero answered your question. It is just entities clipping in the map and the game is destroying them. you can just ignore it or block the message in your client. or because it is a custom map goto those positions and look around maybe there is something wrong there?