AzHuntMan

โญ โ€” (0 endorsements) ๐Ÿ“ฅ 87 downloads ๐Ÿ“Œ v1.0 ๐Ÿ“… 7/26/2025
๐ŸŸ  Updated over a year ago

By HuzaiDev ยท bukkit

โฌ‡ Download Mod Source: Modrinth โ†— ๐Ÿ“… Updated: 7/15/2025 ๐Ÿ“… Created: 7/26/2025

๐Ÿ” Analysis

  • ๐Ÿ† #1044 of 1224 bukkit mods in this game by downloads

๐Ÿ“‹ About This Mod

# ๐Ÿงฑ AzHuntMan - Hunter vs Runner Plugin Transform your server into an adrenaline-pumping battleground where hunters track down runners in the ultimate survival game! --- ## โœจ Features ๐ŸŽฏ **Role-Based Gameplay** - Choose between Hunter, Runner, or Spectator ๐Ÿงญ **Compass Tracking** - Hunters get tracking compasses to find their prey โœจ **Glow Effects** - Hunters glow with unique colors for easy identification ๐Ÿ‘‘ **Admin Control Panel** - Complete game management through intuitive GUIs ๐Ÿšซ **PvP Protection** - Prevents hunter-vs-hunter combat for fair gameplay โ„๏ธ **Hunter Freeze** - 30-second head start for runners to escape ๐Ÿ“Š **Dynamic Scoreboards** - Real-time game status and player information ๐ŸŽจ **Full Customization** - Every message, color, and setting is configurable ๐Ÿ“ก **PlaceholderAPI** - Integration for external plugin compatibility โšก **Auto-Start Games** - Automatic game initiation when minimum players join --- ## ๐Ÿ“‹ Commands & Permissions <details> <summary><b>๐Ÿ”ง Commands</b></summary> | Command | Description | Permission | |---------|-------------|------------| | `/huntman` or `/hm` | Open main role selection GUI | `huntman.use` | | `/huntman admin` | Access admin control panel | `huntman.admin` | | `/huntman force <player> <role>` | Force assign player roles | `huntman.admin.force` | | `/huntman reload` | Reload plugin configurations | `huntman.admin.reload` | | `/huntman start` | Start the game manually | `huntman.admin.game` | | `/huntman stop` | Stop the current game | `huntman.admin.game` | | `/huntman finish` | End game with runners winning | `huntman.admin.game` | | `/huntman leave` | Leave game and remove items | `huntman.use` | </details> <details> <summary><b>๐Ÿ” Permissions</b></summary> | Permission | Description | Default | |------------|-------------|---------| | `huntman.use` | Basic plugin usage | `true` | | `huntman.admin` | Admin GUI access | `op` | | `huntman.admin.force` | Force assign roles | `op` | | `huntman.admin.reload` | Reload configurations | `op` | | `huntman.admin.game` | Start/stop games | `op` | </details> --- ## ๐ŸŽฎ In-Game Messages Messages support Minecraft color codes and emojis: ```yaml # Example messages with colors and emojis game: started: "&8 &aโ–ถ The hunt has begun! Hunters vs Runners!" hunter-freeze-started: "&8 &e๐ŸงŠ Hunters are frozen for {time} seconds!" hunting-phase-started: "&8 &c๐Ÿน Hunting phase has begun!" role: selected: hunter: "&8 &c๐Ÿน You are now a Hunter!" runner: "&8 &b๐Ÿƒ You are now a Runner!" ``` --- ## โš™๏ธ Requirements - **Minecraft Version:** 1.20 - 1.21.7+ - **Server Software:** Spigot/Paper/Bukkit - **Java Version:** 17+ - **Dependencies:** PlaceholderAPI (optional) --- ## ๐Ÿ“ Configuration <details> <summary><b>๐ŸŽ›๏ธ config.yml Example</b></summary> ```yaml # ๐ŸŽฏ AzHuntMan Configuration ๐Ÿš€ game: max-hunters: 3 # Maximum hunters (-1 = unlimited) max-runners: -1 # Maximum runners (-1 = unlimited) auto-start: true # Auto-start when min players join min-players: 2 # Minimum players to start hunter-freeze-time: 30 # Hunter freeze duration (seconds) features: compass-tracking: true # Enable hunter tracking compasses glow-effect: true # Add glow effects to hunters runner-tracking: true # Allow runners to track each other no-hunter-pvp: true # Prevent hunter vs hunter combat gui: use-small-font: true # Use Minecraft small font styling refresh-interval: 20 # GUI refresh rate (ticks) placeholders: enabled: true # Enable PlaceholderAPI integration debug: enabled: false # Enable debug console messages ``` </details> <details> <summary><b>๐Ÿ’ฌ messages.yml Example</b></summary> ```yaml # Customize every message with colors and emojis prefix: "&8 " role-prefix: hunter: "&c &f" runner: "&b &f" game: started: "{prefix}&aโ–ถ The hunt has begun! Hunters vs Runners!" countdown-starting: "{prefix}&eโฐ Game starting in 10 seconds!" hunter-freeze-started: "{prefix}&e๐ŸงŠ Hunters frozen for {time} seconds!" ``` </details> --- ## ๐Ÿš€ Installation 1. Download the latest `AzHuntMan-1.0.0.jar` from releases 2. Place in your server's `plugins/` folder 3. Restart your server 4. Configure `config.yml` and `messages.yml` to your liking 5. Use `/huntman reload` to apply changes without restart --- ## ๐ŸŽฏ PlaceholderAPI Support Available placeholders for external plugins: - `%azhuntman_role%` - Player's current role - `%azhuntman_hunters%` - Number of hunters - `%azhuntman_runners%` - Number of runners - `%azhuntman_game_status%` - Current game state --- ## ๐ŸŽช Discord Community Join our community for support, updates, and discussions: **Discord:** `https://discord.gg/R4XmFc9qCq` --- ## ๐Ÿ“œ License & Credits **Version:** 1.0.0 **API Version:** 1.20+ **License:**

# ๐Ÿงฑ AzHuntMan - Hunter vs Runner Plugin

Transform your server into an adrenaline-pumping battleground where hunters track down runners in the ultimate survival game!

## โœจ Features

๐ŸŽฏ Role-Based Gameplay - Choose between Hunter, Runner, or Spectator ๐Ÿงญ Compass Tracking - Hunters get tracking compasses to find their prey โœจ Glow Effects - Hunters glow with unique colors for easy identification ๐Ÿ‘‘ Admin Control Panel - Complete game management through intuitive GUIs ๐Ÿšซ PvP Protection - Prevents hunter-vs-hunter combat for fair gameplay โ„๏ธ Hunter Freeze - 30-second head start for runners to escape ๐Ÿ“Š Dynamic Scoreboards - Real-time game status and player information ๐ŸŽจ Full Customization - Every message, color, and setting is configurable ๐Ÿ“ก PlaceholderAPI - Integration for external plugin compatibility โšก Auto-Start Games - Automatic game initiation when minimum players join

## ๐Ÿ“‹ Commands & Permissions

๐Ÿ”ง Commands

| Command | Description | Permission | |---------|-------------|------------| | `/huntman` or `/hm` | Open main role selection GUI | `huntman.use` | | `/huntman admin` | Access admin control panel | `huntman.admin` | | `/huntman force ` | Force assign player roles | `huntman.admin.force` | | `/huntman reload` | Reload plugin configurations | `huntman.admin.reload` | | `/huntman start` | Start the game manually | `huntman.admin.game` | | `/huntman stop` | Stop the current game | `huntman.admin.game` | | `/huntman finish` | End game with runners winning | `huntman.admin.game` | | `/huntman leave` | Leave game and remove items | `huntman.use` |

๐Ÿ” Permissions

| Permission | Description | Default | |------------|-------------|---------| | `huntman.use` | Basic plugin usage | `true` | | `huntman.admin` | Admin GUI access | `op` | | `huntman.admin.force` | Force assign roles | `op` | | `huntman.admin.reload` | Reload configurations | `op` | | `huntman.admin.game` | Start/stop games | `op` |

## ๐ŸŽฎ In-Game Messages

Messages support Minecraft color codes and emojis:

```yaml # Example messages with colors and emojis game: started: "&8[&6๐ŸŽฏ &bแด€แดขสœแดœษดแด›แดแด€ษด&8] &aโ–ถ The hunt has begun! Hunters vs Runners!" hunter-freeze-started: "&8[&6๐ŸŽฏ &bแด€แดขสœแดœษดแด›แดแด€ษด&8] &e๐ŸงŠ Hunters are frozen for {time} seconds!" hunting-phase-started: "&8[&6๐ŸŽฏ &bแด€แดขสœแดœษดแด›แดแด€ษด&8] &c๐Ÿน Hunting phase has begun!"

role: selected: hunter: "&8[&6๐ŸŽฏ &bแด€แดขสœแดœษดแด›แดแด€ษด&8] &c๐Ÿน You are now a Hunter!" runner: "&8[&6๐ŸŽฏ &bแด€แดขสœแดœษดแด›แดแด€ษด&8] &b๐Ÿƒ You are now a Runner!" ```

## โš™๏ธ Requirements

  • Minecraft Version: 1. 20 - 1. 21. 7+
  • Server Software: Spigot/Paper/Bukkit
  • Java Version: 17+
  • Dependencies: PlaceholderAPI (optional)

## ๐Ÿ“ Configuration

๐ŸŽ›๏ธ config.yml Example

```yaml # ๐ŸŽฏ AzHuntMan Configuration ๐Ÿš€ game: max-hunters: 3 # Maximum hunters (-1 = unlimited) max-runners: -1 # Maximum runners (-1 = unlimited) auto-start: true # Auto-start when min players join min-players: 2 # Minimum players to start hunter-freeze-time: 30 # Hunter freeze duration (seconds)

features: compass-tracking: true # Enable hunter tracking compasses glow-effect: true # Add glow effects to hunters runner-tracking: true # Allow runners to track each other no-hunter-pvp: true # Prevent hunter vs hunter combat

gui: use-small-font: true # Use Minecraft small font styling refresh-interval: 20 # GUI refresh rate (ticks)

placeholders: enabled: true # Enable PlaceholderAPI integration

debug: enabled: false # Enable debug console messages ```

๐Ÿ’ฌ messages.yml Example

```yaml # Customize every message with colors and emojis prefix: "&8[&6๐ŸŽฏ &bแด€แดขสœแดœษดแด›แดแด€ษด&8] "

role-prefix: hunter: "&c[๐Ÿน สœแดœษดแด›แด‡ส€] &f" runner: "&b[๐Ÿƒ ส€แดœษดษดแด‡ส€] &f"

game: started: "{prefix}&aโ–ถ The hunt has begun! Hunters vs Runners!" countdown-starting: "{prefix}&eโฐ Game starting in 10 seconds!" hunter-freeze-started: "{prefix}&e๐ŸงŠ Hunters frozen for {time} seconds!" ```

## ๐Ÿš€ Installation

1. Download the latest `AzHuntMan-1. 0. 0.jar` from releases 2. Place in your server's `plugins/` folder 3. Restart your server 4. Configure `config.yml` and `messages.yml` to your liking 5. Use `/huntman reload` to apply changes without restart

## ๐ŸŽฏ PlaceholderAPI Support

Available placeholders for external plugins:

  • `%azhuntman_role%` - Player's current role
  • `%azhuntman_hunters%` - Number of hunters
  • `%azhuntman_runners%` - Number of runners
  • `%azhuntman_game_status%` - Current game state

## ๐ŸŽช Discord Community

Join our community for support, updates, and discussions: Discord: `https://discord.gg/R4XmFc9qCq`

## ๐Ÿ“œ License & Credits

Version: 1. 0. 0 API Version: 1. 20+ License:

๐Ÿค– AI-enhanced โ€” based on mod data

๐Ÿ“Š Mod Details

Game
Minecraft Plugins
Author
HuzaiDev
Version
1.0
Downloads
87
Endorsements
0
Category
bukkit
Created
7/26/2025
Updated
7/15/2025
Game Versions
1.2.1, 1.2.2, 1.2.3, 1.2.4, 1.2.5
Tags
equipment, minigame

๐Ÿ”ง How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

๐Ÿ“– Full step-by-step install guide for Minecraft Plugins โ†’

Visit the official mod page for specific installation instructions for this mod.

๐ŸŽฎ Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

โ“ Frequently Asked Questions

Which Minecraft Plugins versions does AzHuntMan support?

The author lists 1.2.1, 1.2.2, 1.2.3, 1.2.4, 1.2.5, 1.20. Other versions may work but are untested by the author.

What is the latest version of AzHuntMan?

Version 1.0, published 2025-07-15 with 87 downloads recorded at the source.

Keep browsing โ€” more Minecraft Plugins mods await

๐Ÿ“‹ All Minecraft Plugins Mods ๐Ÿ† Top 25 ๐Ÿ“‚ More bukkit ๐Ÿ‘ค More by HuzaiDev ๐Ÿ”Ž Similar Mods ๐ŸŒ Best bukkit (All Games) ๐Ÿ”€ Check Compatibility โš–๏ธ Compare Mods ๐Ÿ†• New Mods