Awzaw / Parkour

Parkour Plugin for PocketMine with rewards and top scores
http://www.jdcraft.net
16 stars 5 forks source link

feature requests #9

Closed Tolo0 closed 7 years ago

Tolo0 commented 7 years ago

Hi any chance you could add multiple commands to the start sign? so like for money rewards and so i can make it disable the hud when they start. the BasicHUD plugin clashes with the parkour timer.

Awzaw commented 7 years ago

I'll think about adding multiple rewards. As for BasicHUD, you'll have this problem whenever you use two plugins that use popups; for now you could try setting the BasicHUD tick config set to a higher setting instead of the default which is every 10 ticks.

Tolo0 commented 7 years ago

if commands could be added i was going to add the command to disable the hud when clicking the sign 😊

Awzaw commented 7 years ago

Without changing BasicHUD I think the only solution is to give players -basichud.user permission when they start Parkour, and remove it when they finish. Not pretty, but I'll test.

Awzaw commented 7 years ago

Try this: https://poggit.pmmp.io/ci/Awzaw/Parkour/Parkour/Dev:16

To ensure that players don't keep -basichud.user perm if the server stops while playing Parkour this means that you can not use the negative -basichud.user permission when basichud-compatibility is enabled in the config

Tolo0 commented 7 years ago

wow nice work it works perfectly thanks for that 😊