Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
MythicDungeons MythicDungeons
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 87
    • Issues 87
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • MythicCraft
  • MythicDungeonsMythicDungeons
  • Issues
  • #92

Closed
Open
Created Aug 10, 2022 by RAVINGAR@RAVINGAR

[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
Assignee
Assign to
1.1.0 - Compatibility Update
Milestone
1.1.0 - Compatibility Update
Assign milestone
Time tracking