Skip to content

Commands

Wiki Generator edited this page Mar 18, 2026 · 1 revision

Commands

OverWatch-ML provides a comprehensive command system with both GUI and command-line interfaces.

Main Command

Command Description Permission
/overwatch or /owml Main command - opens staff GUI owml.staff
/owml help Show help menu owml.use

Subcommands

General

Command Description Permission Aliases
/owml reload Reload plugin configuration owml.reload r
/owml staff Open staff menu owml.staff -
/owml player <name> Open player profile GUI owml.gui -

Alerts & Debug

Command Description Permission Aliases
/owml alert Toggle ore alerts on/off owml.togglealert notify
/owml debug Enable/disable debug mode owml.debug -

ML System

Command Description Permission
/owml ml Show ML commands help owml.ml
/owml ml train <player> <cheater|normal> Collect training data owml.ml.train
/owml ml analyze <player> Analyze player for x-ray patterns owml.ml.analyze
/owml ml report <player> View analysis report owml.ml.report
/owml ml enable Enable ML detection owml.ml
/owml ml disable Disable ML detection owml.ml
/owml ml status Check ML system status owml.ml.status
/owml ml autotrain [count] Auto-train on players owml.ml.train
/owml ml spawn <type> <count> Spawn training bots owml.ml.train
/owml ml bots <status|remove|auto> Manage training bots owml.ml.train

Bot Types for Spawn Command

  • NORMAL_MINER - Normal mining behavior
  • XRAY_CHEATER - X-ray cheating behavior
  • TUNNEL_MINER - Tunnel mining pattern
  • RANDOM_MINER - Random mining
  • EFFICIENT_MINER - Very efficient mining
  • SURFACE_MINER - Surface-only mining

Punishment

Command Description Permission
/owml punish set <player> <level> Set punishment level owml.punish
/owml punish remove <player> Remove punishment owml.punish
/owml punish check <player> Check punishment level owml.punish

World & Configuration

Command Description Permission
/owml world Toggle world protection -
/owml modify <player> <count> Modify suspicious count owml.modify
/owml commandhiding Toggle command hiding -

Other

Command Description Permission
/owml update Check for updates owml.autoupdate
/owml teleport Teleport to decoy ore owml.teleport
/owml appeal Open appeal GUI -

GUI Commands

The staff GUI can be opened with /owml or /owml staff. It provides:

  • Player profiles and stats
  • Suspicious player list
  • Configuration options
  • ML analysis results
  • Punishment management

Tab Completion

All commands support tab completion. Use Tab to autocomplete:

  • Subcommand names
  • Player names
  • Command arguments

Clone this wiki locally