-
Notifications
You must be signed in to change notification settings - Fork 9
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
1.9 update, new EnderDragon head!, and some missing heads. #4
Comments
Add Horse, SilverFish and bat to config. Rename Golem to IronGolem. #4
Add Horse, SilverFish and bat to config. Rename Golem to IronGolem. #4
Please test this version. https://h.cnaude.org/jenkins/job/TrophyHeads/28/ |
NOTE: Updated my spigot version to: git-Spigot-3104eb1-68b7277 (MC: 1.9) (Implementing API version 1.9-R0.1-SNAPSHOT)
build 28: (might have been fixed? can't check until drops are fixed // EDIT: not fixed in b31) 4 status on making the ender dragon drop it's minecraft: skull: 5 head? |
[[edited above comment for more clarifications, should be done testing this for the moment]] |
@4 enderdragon dropped it's head! (1.9 default minecraft head) 6 . wither skeleton mobs don't drop heads --all mobs tested-- |
If you can find skin accounts for all of the different horse types I will add them. |
well.. brilliant.. i still had playerheads installed when i tested those heads... EDIT: bat skin recommendation: bozzobrain |
Go ahead and try latest build. https://h.cnaude.org/jenkins/job/TrophyHeads/34/ |
@ 1 . not verified fixed |
The Elder Guardian should display correctly with latest build and setting the "skin: ElderGuardian". |
Latest build is https://h.cnaude.org/jenkins/job/TrophyHeads/37/ |
[Note: loaded from scratch, config regenerated] 5 . message printed twice !5b . assuming you also changed something to where it doesn't use the message in the config file (per head). a lot of the heads now say the username of the head instead of just ie:'bat' and they all have the same color name(biggest clue) (yellow) 5c . message works (double print) when sneaking both left and right click. (recommend removing sneak check if it's still in there) @ 6 . fixed, PS. whats the default drop rate of wither skeleton heads? 8 . recommend changing the config name of 'sneak-punch-info' and no break as it's now using right click event. 9 . any custom head (not using a username) causes an error on lookup in console. i'd prefer a message to be printed to the user saying 'That is a Custom head!' ..plus console errors are annoying and spammy. we use command-block-spawned-in heads on our server. IE commandblock:
Attached personnel recommended colors/names for mob messages (config file) Top notch support! |
5d . Guardians and Elder_Guardians are (right click) reported as 'Guardian' |
Removed left click info. (Right click now instead.) #4
I think build 42 is working very nicely. https://h.cnaude.org/jenkins/job/TrophyHeads/42/ |
@ 1 . fixed. minor config grammar fixes/changes: 1 . minor bug: not important to fix: when the head ropps, it doesn't take the new skin until picked up should be ready for release version :) |
1.8.8 testing for backwards compatability: PS. will the release version have the drop-rates pre-configured? (not all 100%) in 'death-types', what is a 'CUSTOM' death type? anything not covered in the list? [wiki shows 45 different death messages] |
git-Spigot-23e921f-8b69bdd (MC: 1.9) (Implementing API version 1.9-R0.1-SNAPSHOT) custom head message event fired twice. |
What's happening is when a player performs a right click the client sends the event to the server twice. The Spigot API then forwards the event to the plugin twice. I have some code that adds a cool down. It's probable that the cooldown was not long enough. I'll increase the cooldown. |
it was only the custom head though, none of the others |
been busy? |
Yup. I might have some free time later tonight. |
For the right click issue try https://h.cnaude.org/jenkins/job/TrophyHeads/44/ |
did you add the cooldown code to the null(custom/cmdblk) head message code? (i'd assume it's different from the rest of the heads, as it's more of an error than a ligit head) |
You are absolutely correct. The custom head check was bypassing the cooldown timer. |
i'm migrating to this plugin from playerheads because it isn't maintained anymore and has a minor bug that annoys me alot. found these missing heads by comparing configs. o.O
thanks, great plugin!
The text was updated successfully, but these errors were encountered: