-
-
Notifications
You must be signed in to change notification settings - Fork 374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for some 1.9+ mobs seems bugged #110
Comments
Not to mention ShulkerBullets too. Its as if they weren't added to the entity alias list, I cant do simple things like: |
Hmm. Probably a bug. |
I can confirm that the code for strays does generally work ( |
Also stuff like |
@bensku Do you expect this to be fixed in the next release? I have a fun script idea that relies on polar bears being supported 😊 |
I managed to fix shulkers and their bullets, but for some reason Skript refuses to parse polar bear as entity type even after I have verified that it is registered. Why? Well, due to too much spaghetti code, but I don't know exactly why. For exact same reason why it took me 4 hours to figure out why Skript didn't spawn any entities in certain conditions, it is kinda hard to fix issues like these. |
I guess on the bright side that means for now we can check Glad shulkers are working at least! Hope you're able to find the rest of the problem eventually. |
I'm still having this issue with all 1.9+ mobs and variants (save strays) in dev18b, am trying here. Running this version of Spigot. Very strange! For now I'm able to detect the difference between shulkers and polar bears via SkStuff by checking if the mob has the Shulker-unique tags, so this isn't personaly a massively huge priority or anything, but should probably be addressed in the near future. |
Scratch my last comment, I had an extra SkQuery API jar lying around that was causing the issue. I have more info now :)
So in summary, the current issues left for full 1.10 entity support are:
|
Some of what you meantioned are indeed bugs... But other things do work for me. I need to debug more :) |
This is finally fixed in next release. |
Thank you :) |
Support for shulkers and polar bears in dev17 seems to be broken. They both also return "creature" as their entity type when doing something like
send "%player's target%"
. Tested both on my public server (7 versions behind) and on my test server with the newest Spigot build.The text was updated successfully, but these errors were encountered: