API
Developer Information for VoteParty.
Custom Event
VoteReceivedEvent
/**
* This event takes place when a hooked plugin receives a vote
* @param player The player that voted
*/
public VoteReceivedEvent(OfflinePlayer player Vote vote) {
this.player = player;
this.vote = vote;
}PrePartyEvent
/**
* This event takes place when a party is preparing to start
*/
public PrePartyEvent() {
}PartyStartEvent
PartyEndEvent
Last updated
Was this helpful?