UltimateVote is a PocketMine-MP plugin for letting players claim their rewards from voting for your server.
- All voting requests uses AsyncTask 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.
- Now requests are with
AsyncTask
instead ofThreads
- A license has been added
- Update Readme
- Save votes
The plugin is still under development