FQWantedBounty.png
(0)

Merchant: sydefq
Price: $8.00
Framework: RocketMod
By purchasing this product you agree END-USER AGREEMENT

What This Plugin Does? This plugin allows players to add a bounty to other players' heads. If a player with a bounty is killed, the killer gets the bounty. In addition, bounties can have multipliers according to the murderer's permission group (Which can be configured in config).

Also Plugin uses MYSQL to store bounty data. Fully asynchronous when reading and writing data to the database.

Now supports UCONOMY & EXPERIENCE

Commands /wanted - Shows UI where wanted bounties are listed. Permission: wanted /bounty - Command to create a wanted bounty for a specified player. Permission: bounty

Group Bounty Config Example

  <groupBounties>
    <GroupBounty>
      <group>vip</group>
      <multiplier>1.5</multiplier>
    </GroupBounty>
  </groupBounties>

I can also custom design the UI for you for a fee. Discord: SydeFQ#0403

You can contact me on Discord at SydeFQ#0403.

```xml
<?xml version="1.0" encoding="utf-8"?>
<Config xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <effectId>45979</effectId>
  <dbAddress>127.0.0.1</dbAddress>
  <dbUsername>yourusername</dbUsername>
  <dbPassword>123</dbPassword>
  <dbName>dbname</dbName>
  <dbPort>3306</dbPort>
  <currencySymbol>$</currencySymbol>
  <iconUrl>your icon url</iconUrl>
  <minimumBounty>100</minimumBounty>
  <groupBounties>
    <GroupBounty>
      <group>vip</group>
      <multiplier>1.5</multiplier>
    </GroupBounty>
  </groupBounties>
</Config>
```
```xml
<?xml version="1.0" encoding="utf-8"?>
<Translations xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Translation Id="bounty_usage" Value="/bounty [player name] [amount]" />
  <Translation Id="player_not_found" Value="Player not found" />
  <Translation Id="cannot_bounty_self" Value="You cannot add wanted bounty to yourself" />
  <Translation Id="bounty_added" Value="Wanted bounty added successfully!" />
  <Translation Id="bounty_already_exists" Value="This player already has a bounty on his head" />
  <Translation Id="not_enough_money" Value="You dont have enought money to add wanted bounty" />
  <Translation Id="group_multiplier_bounty" Value="Since you are a {0}, your bounty reward got multiplied by {1}!" />
  <Translation Id="minimum_bounty" Value="Minimum bounty that can be put is {0}{1}!" />
  <Translation Id="player_killed" Value="{0} named killer got his bounty reward for killing {1}!" />
</Translations>
```

Not found

No reviews were found.