STRIKERPvP banner
STRIKERPvP icon

STRIKERPvP

Product Name ​Striker (Minecraft Fabric Mod) ​The Elevator Pitch ​StriBot is a server-side mod that introduces highly customizable, AI-driven PvP (Player vs....

00100 credits
fabricBoth1.21.11mod

STRIKERPvP - PvP Combat Training Mod

Overview

Striker is a Fabric mod that brings customizable, AI-driven PvP bots to your single-player Minecraft experience. Practice your combat skills against bots that mimic real player behavior—strafe, jump for critical hits, use different weapon metas, and more. No server required!

Features

Combat AI Mimicry

Bots don't just walk toward you—they fight like real players! They will:

  • Strafe and move dynamically during combat
  • Jump for critical hits
  • Sprint and manage their own health
  • Use proper attack cooldowns based on weapon type

Weapon Meta Support

Striker bots understand different PvP weapons:

  • Sword - Standard DPS, fast attacks
  • Axe - High damage, disables shields
  • Shield - Sword + shield combo for defense
  • Crossbow - Ranged combat with arrows

Customizable Difficulty

Adjust bot behavior to match your skill level:

  • Easy - Slow reactions, low accuracy, rare crits
  • Normal - Balanced combat partner
  • Hard - Fast reactions, high accuracy
  • Expert - Near-perfect aim and critical hits

Fine-Tuned Settings

Customize individual parameters:

  • Accuracy (hit chance percentage)
  • Reaction delay
  • Critical hit chance
  • Strafe speed
  • Maximum hit distance

How to Use

Spawning Bots

Use these commands to spawn a combat bot:

/striker spawnat sword     - Spawn sword bot at your location
/striker spawnat axe      - Spawn axe bot at your location
/striker spawnat shield   - Spawn shield bot at your location
/striker spawnat crossbow - Spawn crossbow bot at your location

Setting Difficulty

/striker difficulty easy
/striker difficulty normal
/striker difficulty hard
/striker difficulty expert

Customizing Settings

/striker config accuracy 0.9    - Set 90% hit accuracy
/striker config reaction 0.3   - Set 0.3 second reaction time
/striker config crit 0.5       - Set 50% critical hit chance

Other Commands

/striker help    - Show all commands
/striker reload  - Reload configuration

Tips & Tricks

  1. Start Easy: Begin with Easy difficulty to get comfortable with the bot's behavior
  2. Practice Movement: Try to hit the bot while it strafes to improve your aim
  3. Weapon Switching: Spawn different bot types to practice against various combat styles
  4. Critical Hits: Bots will jump for crits—time your attacks carefully!
  5. Build an Arena: Create a simple fighting arena for the best training experience

Known Limitations

  • Bots may have difficulty navigating complex terrain
  • Crossbow bots require you to provide them space to shoot
  • Some mods that modify entity AI may conflict with Striker bots
  • Single-player only—bots won't work on multiplayer servers without special setup

Configuration File

The mod creates a config file at config/striker.json with all settings. You can edit this file directly for more control:

{
  "difficulty": "normal",
  "reactionDelay": 0.5,
  "accuracy": 0.8,
  "critChance": 0.5,
  "strafeSpeed": 0.3,
  "maxHitDistance": 4.5,
  "usePathfinding": true,
  "aggressiveAI": true
}