[Feature Request] Party Integration with Heroes Plugin
Hi!
I wanted to request party integration with the Heroes plugin.
Maven POM Below
<repository>
<id>heroes-repo</id>
<url>https://nexus.hc.to/content/repositories/pub_releases/</url>
</repository>
<dependency>
<groupId>com.herocraftonline.heroes</groupId>
<artifactId>Heroes</artifactId>
<version>1.9.23-RELEASE</version>
<scope>provided</scope>
</dependency>```
You'd probably wanna use the HeroPartyJoinEvent and HeroPartyLeaveEvent. Theres also a PartyInviteEvent for when a player is invited if that's required. PartyChatEvent for the built-in Party chat in Heroes - best way to handle that would be to cancel the event but maybe redirect the chat message to Mythic Dungeon's own party chat system.
Heroes' parties work like any other party system. The party is created after a player invites another player and is automatically disbanded if there is only 1 player in the party.
If you have any questions or need help with our API feel free to ask!
Thanks,
Tommo