PlayerBatch

MCDR Batch Bot Management Plugin

tool
management

Installation command

!!MCDR plugin install player_batch

Synced at

...

Last update

...

Latest version

Total downloads

38

Back to catalogue

PlayerBatch - MCDR Fake Player Batch Operation Plugin

🎮 A MCDReforged-based plugin providing powerful Carpet fake player batch operation capabilities

License MCDR

📦 Features

  • Batch Basic Operations: Control multiple fake players to execute commands simultaneously
  • Smart Arrangement Generation: Support linear/square formation generation
  • Initialization Sequence: Customized generation + action execution + automatic cleanup process
  • Multi-dimensional Configuration: Customizable naming rules and operation intervals
  • Permission Management: Control command permissions through config file

🛠️ Installation

  1. Ensure [MCDReforged] is installed
  2. Download latest PlayerBatch.pyz
  3. Place into MCDR's plugins directory
  4. Restart MCDR server

⚙️ Configuration

Path: config/player_batch.json

{
    "base_name": "bot_",
    "permission": 0,
    "interval": 1.0
}

🎯 Commands

Basic Commands

!!plb <name> <start> <end> <action>
!!playerbatch <name> <start> <end> <action>

Linear Generation

!!plb l <name> <start> <length> <direction> <interval>
!!playerbatch l <name> <start> <length> <direction> <interval>

Square Formation Generation

!!plb s <name> <start> <length> <width> <direction1> <direction2> <interval>
!!playerbatch s <name> <start> <length> <width> <direction1> <direction2> <interval>

Initialization Sequence

!!plb init <name> <start> <length> <interval1> <interval2> <x> <y> <z> <action>
!!playerbatch init <name> <start> <length> <interval1> <interval2> <x> <y> <z> <action>

⚠️ Notes

  1. Requires Carpet Mod with fake player functionality
  2. Interval settings affect server performance - configure reasonably
  3. Fake player name format: Prefix + Custom name + Sequence number

Introduction source: README_us.md