Suggestion Closed · Implemented

[Feature Request] Party Integration with Heroes Plugin

#3328 opened by Unknown 4 years ago

Unknownreported this suggestion

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
Unknowncommented

Hello! I've created most of the code for this, however I am at present unable to test it due to not owning a premium version of the plugin. Could you please DM me on Discord (I believe we spoke there already in the support channel) so I can coordinate some testing with you?

Unknowncommented

This will be available in the next dev build coming out later today. Thanks for the detail information and help testing!

Sign in to join the discussion.