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,
- Host: GitHub
- URL: https://github.com/jaxkdev/bounty
- Owner: JaxkDev
- License: gpl-3.0
- Archived: true
- Created: 2018-08-03T19:51:03.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-08-08T08:15:36.000Z (almost 3 years ago)
- Last Synced: 2025-01-31T09:35:08.118Z (over 1 year ago)
- Language: PHP
- Homepage: https://tiny.cc/JaxksDC
- Size: 104 KB
- Stars: 5
- Watchers: 6
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.*
