HuntMaster is a powerful and dynamic name that captures the essence of setting bounties, managing targets, and tracking players with expert-level features. Perfect for a plugin that turns bounty hunting into a thrilling and strategic experience on your server!
Although the plugin is not officially listed as a library, you can still integrate it into your project by following these steps:
dependencies {
implementation files('libs/plugin.jar')
}implementation(files("libs/plugin.jar"))<dependencies>
<dependency>
<groupId>net.solostudio</groupId>
<artifactId>huntmaster</artifactId>
<version>{VERSION}</version>
<scope>system</scope>
<systemPath>${project.basedir}/libs/plugin.jar</systemPath>
</dependency>
</dependencies>- <> - Required | () - Optional
/huntmaster reload- Reloads the plugin./huntmaster streaktop (value)- Retrieves the streak top list./huntmaster menu- Opens the huntmaster menu./huntmaster set <target> <reward type> <reward>- Puts a bounty on the target./huntmaster remove <target>- Removes the bounty from the target./huntmaster raise <target> <reward to increase by>- Increases the bounty./huntmaster takeoff <target>- Forcibly removes the bounty from the given player./huntmaster bountyfinder (target)- Gives the player a bountyfinder.
huntmaster.reloadhuntmaster.streaktophuntmaster.menuhuntmaster.sethuntmaster.removehuntmaster.raisehuntmaster.takeoffhuntmaster.bountyfinderhuntmaster.admin
%hm_isbounty%- Shows if you are a bounty.%hm_top_<value>%- Shows the top list.%hm_topstreak_<value>%- Shows the top streak list.%hm_price_<player>%- Shows the price of .%hm_price%- Shows the price of the player.%hm_rewardtype%- Shows the reward type of the player.%hm_sender%- Shows the sender of the player.
- The bountyfinder is an item that, when held by the player, displays the nearest bounty.
Contributions are always welcome! If you have ideas for improvements, feel free to join the Discord server and open a ticket. Let's build something awesome together!
This plugin is licensed under the Apache-2.0 License.
