Skip to content

1.8.0 - Detection Improve & Multi-command Support

Choose a tag to compare

@At87668 At87668 released this 18 Oct 10:18
· 651 commits to main since this release

1.8.0 - Detection Improve & Multi-command Support

Detection Improvement

  • Significantly enhanced the detection capability for small mineral veins, and is now fully usable for ancient debris X-ray.
  • Enhanced some of the previously legacy detection code.

Multi-command Support

  • Now supports two command formats:

    • One VL, one command:

      2: 'minertrack notify &f%player% &7triggered &fX-Ray &7detection [&cVL: 2&7]'
    • One VL, multiple commands:

      5:
        - 'minertrack kick %player% X-Ray'
        - 'minertrack notify &f%player% &7was kicked for &fX-Ray'

    Full default config of command:

    # Commands executed at specified violation thresholds
      commands:
        2: 'minertrack notify &f%player% &7triggered &fX-Ray &7detection [&cVL: 2&7]'
        4: 'minertrack notify &f%player% &7triggered &fX-Ray &7detection [&cVL: 4&7]'
        5:
          - 'minertrack kick %player% X-Ray'
          - 'minertrack notify &f%player% &7was kicked for &fX-Ray'

    We recommend everyone update to this version.


    Happy using~