TheNewHEROBRINEX / Murder

A PocketMine-MP plugin for API 3.9.0 that adds the Murder minigame to your server
GNU Affero General Public License v3.0
39 stars 19 forks source link

Sword #42

Closed Matze997 closed 5 years ago

Matze997 commented 5 years ago

Really good Job but sometimes the Murder doesn't get his sword at the beginning

TheNewHEROBRINEX commented 5 years ago

Do you use PerWorldInventory?

Matze997 commented 5 years ago

No

TheNewHEROBRINEX notifications@github.com schrieb am Sa., 29. Juni 2019, 14:20:

Do you use PerWorldInventory?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/TheNewHEROBRINEX/Murder/issues/42?email_source=notifications&email_token=ALKL2EOD6ZWIZZFNC7XFAC3P45HSTA5CNFSM4H4J3ZNKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODY3X2PY#issuecomment-506953023, or mute the thread https://github.com/notifications/unsubscribe-auth/ALKL2EMIHHEDCABE62NVTS3P45HSTANCNFSM4H4J3ZNA .

Matze997 commented 5 years ago

But i think i've found the Error. It was because the Hotbar Plugin which clear the inventory on World changing

TheNewHEROBRINEX notifications@github.com schrieb am Sa., 29. Juni 2019, 14:20:

Do you use PerWorldInventory?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/TheNewHEROBRINEX/Murder/issues/42?email_source=notifications&email_token=ALKL2EOD6ZWIZZFNC7XFAC3P45HSTA5CNFSM4H4J3ZNKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODY3X2PY#issuecomment-506953023, or mute the thread https://github.com/notifications/unsubscribe-auth/ALKL2EMIHHEDCABE62NVTS3P45HSTANCNFSM4H4J3ZNA .

TheNewHEROBRINEX commented 5 years ago

Is that plugin public? If yes can you link it here?

Matze997 commented 5 years ago

it's on poggit an has the name Hotbar

TheNewHEROBRINEX notifications@github.com schrieb am Sa., 29. Juni 2019, 16:21:

Is that plugin public? If yes can you link it here?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/TheNewHEROBRINEX/Murder/issues/42?email_source=notifications&email_token=ALKL2EJI4KJUDHPB7FT66B3P45VYFA5CNFSM4H4J3ZNKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODY3ZU6Y#issuecomment-506960507, or mute the thread https://github.com/notifications/unsubscribe-auth/ALKL2EM6JZCDM3PCE2NRADDP45VYFANCNFSM4H4J3ZNA .

TheNewHEROBRINEX commented 5 years ago

The only solution I can think of is to raise the priority of the EntityLevelChangeEvent event handler in my plugin but I don't think it's worth it for only one plugin.

Matze997 commented 5 years ago

I will Code my own Hotbar so the Problem will not apear

TheNewHEROBRINEX notifications@github.com schrieb am So., 30. Juni 2019, 17:51:

The only solution I can think of is to raise the priority of the EntityLevelChangeEvent event handler in my plugin but I don't think it's worth for only one plugin.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/TheNewHEROBRINEX/Murder/issues/42?email_source=notifications&email_token=ALKL2EI4Z2ONCDLFXEFPY3LP5DI75A5CNFSM4H4J3ZNKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODY4OYAI#issuecomment-507046913, or mute the thread https://github.com/notifications/unsubscribe-auth/ALKL2ENFU2UOU7XNV7MFHW3P5DI75ANCNFSM4H4J3ZNA .

TheNewHEROBRINEX commented 5 years ago

Ok, thank you