Skip to content

ImAMadDev/UltimateVote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UltimateVote

UltimateVote is a PocketMine-MP plugin for letting players claim their rewards from voting for your server.

Overview

  • All voting requests use a separate thread instead of asynchronous tasks, which improves performance.
  • All messages are editable in the configuration
  • Automatic vote claiming, when a player joins.
  • PlayerVoteEvent for plugin developers.
  • VotePartyReachEvent for plugin developers.

Note: Data is cached and updated every 5 minutes.

The plugin is still under development