Skip to content

🎯 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!

License

Notifications You must be signed in to change notification settings

Solo-Studio-Development/HuntMaster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

screenshot

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!


πŸš€ For Developers

Although the plugin is not officially listed as a library, you can still integrate it into your project by following these steps:

1️⃣ Create a libs/ folder in your project directory.

2️⃣ Add the latest JAR file to the folder.

3️⃣ Import the plugin like this:

πŸ“¦ Groovy Gradle:

dependencies {
    implementation files('libs/plugin.jar')
}

πŸ“¦ Kotlin Gradle:

implementation(files("libs/plugin.jar"))

πŸ“¦ Maven:

<dependencies>
    <dependency>
        <groupId>net.solostudio</groupId>
        <artifactId>huntmaster</artifactId>
        <version>{VERSION}</version>
        <scope>system</scope>
        <systemPath>${project.basedir}/libs/plugin.jar</systemPath>
    </dependency>
</dependencies>

πŸ“œ Commands

  • <> - 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.

πŸ”‘ Permissions

  • huntmaster.reload
  • huntmaster.streaktop
  • huntmaster.menu
  • huntmaster.set
  • huntmaster.remove
  • huntmaster.raise
  • huntmaster.takeoff
  • huntmaster.bountyfinder
  • huntmaster.admin

πŸ”Œ Placeholders

  • %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.

❓ What is bountyfinder?

  • The bountyfinder is an item that, when held by the player, displays the nearest bounty.

🀝 Contributing

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!


πŸ“œ License

This plugin is licensed under the Apache-2.0 License.

About

🎯 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!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages