promotional bannermobile promotional banner

MinerTrack

The Powerful Anti-Xray, help you auto catch X-rayers and punish them according to your configuration.

File Details

1.10.1.0 - Detection Improve

  • R
  • May 16, 2026
  • 2.04 MB
  • 22
  • 26.1.2+29

File Name

MinerTrack-1.10.1.0.jar

Supported Versions

  • 26.1.2
  • 26.1.1
  • 26.1
  • 1.21.11
  • 1.21.10
  • 1.21.9
  • 1.21.8
  • 1.21.7
  • 1.21.6
  • 1.21.5
  • 1.21.4
  • 1.21.3
  • 1.21.2
  • 1.21.1
  • 1.21
  • 1.20.6
  • 1.20.5
  • 1.20.4
  • 1.20.3
  • 1.20.2
  • 1.20.1
  • 1.20
  • 1.19.4
  • 1.19.3
  • 1.19.2
  • 1.19.1
  • 1.19
  • 1.18.2
  • 1.18.1
  • 1.18

1.10.1.0 - Detection Improve

Detection Improvement

  • Add option to ignore artificial air.

Code Clear Up

  • Completely removed the code related to air monitor.

Configuration Item Changed

Before:

cave:
  air-threshold: 14        # When the number of air blocks reaches several, the player is considered to be in a cave?
  CaveAirMultiplier: 5     # If cave air is found, regarded as how many ordinary air?
  detection-range: 3       # 3 = 7x7x7, 2 = 5x5x5
  check_skip_vl: true      # VL add of whether or not to skip natural behavior
  # Prevents players from manually creating air to bypass detection.
  air-monitor:
    enable: true              # Enable or disable
    min-path-length: 10       # Minimum digging path required to perform this detection.
    air-ratio-threshold: 0.3  # Air percentage threshold (e.g., 0.3 for 30%).
    violation-increase: 1     # The value of the increase in rating after each triggered violation.
    violation-threshold: 5    # The number of ratings reached should be flagged as suspicion of deliberate creation of artificial air.
    remove-time: 20           # How long to remove this record once (in minutes)

Now:

cave:
  air-threshold: 14               # When the number of air blocks reaches several, the player is considered to be in a cave?
  CaveAirMultiplier: 5            # If cave air is found, regarded as how many ordinary air?
  detection-range: 3              # 3 = 7x7x7, 2 = 5x5x5
  check_skip_vl: true             # VL add of whether or not to skip natural behavior
  ignore-artificial-air: true     # When true, ignore recently player-created air when checking for caves
  artificial-air-remove-time: 20  # Minutes to consider broken blocks as artificial air

Recommend update to this version.

Recommend to rebuild the config.yml


Happy using~