An open API service indexing awesome lists of open source software.

https://github.com/jaxkdev/bounty

A PMMP plugin that brings bountys to MCPE set a bounty on a player and kill them to get the specified amount of money,
https://github.com/jaxkdev/bounty

Last synced: 8 months ago
JSON representation

A PMMP plugin that brings bountys to MCPE set a bounty on a player and kill them to get the specified amount of money,

Awesome Lists containing this project

README

          

Discord server

# Bounty

A highly customized plugin to bring bounty's to PMMP (only pmmp, no forks/spoons)
Made by Jaxk (aka Jackthehack), thank you to the community in the above discord for providing soo many suggestions !

### Usage:
- /bounty help/ver/credits
- /bounty new/add name amount
- /bounty list page

### Events:
Only bother looking here if you know what your doing :)

All events are cancellable and extend BountyEvent.
- BountyAddEvent
- BountyClaimEvent
- BountyCreateEvent
- BountyRemoveEvent

### API:
API Functions:
- Main::getInstance()
- Main->hasBounty(string $name): bool
- Main->getBounty(string $nick): int
- *More coming soon.*