[Discountinued] Oxa AntiCheat [1.12 - 1.20] icon

[Discountinued] Oxa AntiCheat [1.12 - 1.20] -----

Oxa anticheat is an anti cheat for your Minecraft server from 1.12.2 !



[​IMG]

⚠️DISCOUTINUED⚠️

Oxa AntiCheat is a tested and updated free anti cheat. This will allow you to keep a good atmosphere on your server, keep cheaters away and avoid causing lag on your server ;)!

join the discord now!

[​IMG]

⚠️ Make sure to install ProtocolLib ⚠️
⚠️NO SUPPORT FOR VERSIONS LESS THAN 1.3.0⚠️
Compatible with BungeeCord


Blocked cheats

[​IMG]
[​IMG]
[​IMG]
[​IMG]
[​IMG]
[​IMG]
[​IMG]
[​IMG]

and more !

Code (Text):
Version 1.3.6 <
1. Anti Speed
2. Anti Fly
3. Anti Kill Aura
4. Anti Spider
5. Anti Reach Hack
6. Anti Jesus (walk on the water)
7. Anti Walk On The Lava
8. Anti Headroll
9. Anti Fast Bow
10. Anti Fast Eat
11. Anti Aim Assist
12. Anti Anti Fall
13. Anti Anti KnockBack
14. Anti AntiPotion
15. Anti Auto Clicker

Orders available
Code (Text):
v1.3.6 and more, the commands are different if you have a version earlier than 1.3.6.
/oxa help | list of orders | oxa-anticheat.main.help
/oxa reload | reload anti-cheat | oxa-anticheat.main.reload
/oxa banip <ip> | ban an IP address | oxa-anticheat.main.banip
/oxa unbanip <ip> | delete an IP address | oxa-anticheat.main.unbanip
/oxa openinv <player> | open any player's inventory | oxa-anticheat.main.openinv
/oxa enabled-check | verificate enabled or disabled anti cheat | oxa-anticheat.main.enabled-check
/oxa whitelist add <pseudo> | add a player to the white list | oxa-anticheat.main.whitelist
/oxa whitelist remove <player> | remove a player to the white list | oxa-anticheat.main.whitelist
/oxa freeze <player> <duration> | freeze a player | oxa-anticheat.main.freeze
/oxa statistics | inspect the statistics | oxa-anticheat.main.statistics

config.yml
Code (YAML):
# ------------------------- [OXA ANTI-CHEAT] -------------------------
# ----------------------------- [v1.3.6] -----------------------------
# ---------------------------- [Bye Aorux] ---------------------------

# Thank you for installing Oxa AntiCheat! We hope that it will help
# you as much as possible and that it will suit you. Please use the
# sign “§” instead of “&” (for example replaced &6 by §6 !).

# --------------------------------------------------------------------
# CONFIGURATION
# --------------------------------------------------------------------
config
:
  # Configuration language.
  # en_GB : British English | en_US : American English | fr : Français | es : Español | de : Deutsch | it : Italiano
  lang
: en_GB
 
  # Configuration for messages errors
  errors
:

    no-permission
: You do not have permission to use this command.
    no-permission-or-error-command-enter
: You do not have permission to use this command
      or did you order the wrong thing?
    no-permission-white-list
: You do not have permission to whitelist players.
 
    incorrect-use-command
:
      oxa-enabled-check
: 'Incorrect use. Use : /oxa enabled-check'
      oxa-unbanip
: 'Incorrect use. Use : /oxa unbanip <ip>'
      oxa-banip
: 'Incorrect use. Use : /oxa banip <ip>'
      oxa-freeze
: 'Incorrect usage. Use : /oxa freeze <player> <duration>'
      oxa-reload
: 'Incorrect use. Use : /oxa reload'
      oxa-help
: 'Incorrect use. Use : /oxa help'
      oxa-statistics
: 'Incorrect use. Use : /oxa statistics'
      oxa-openinv
: 'Incorrect use. Use : /oxa openinv <player>'
 
  # Configuration for command
  commands
:

    help
:
      openinv
: §l§d/oxa openinv <pseudo>§r§l - open any player's inventory
      banip
: §l§d/oxa banip <ip>§r§l - to ban an ip
      unbanip
: §l§d/oxa unbanip <ip>§r§l - to disban an ip
      reload
: §l§d/oxa reload§r§l - reloading the anti cheat
      help
: §l§d/oxa help§r§l - list of orders
      enabled-check
: §l§d/oxa enabled-check§r§l - view the cheat blocked
      whitelist-add
: §l§d/oxa whitelist add <pseudo>§r§l - add a player in the white
        list
      whitelist-remove
: §l§d/oxa whitelist remove <pseudo>§r§l - remove a player in
        the white list
      freeze
: §l§d/oxa freeze <player> <duration>§r§l - freeze a player
      statistics
: §l§d/oxa statistics§r§l - inspect the statistics
 
  openinv
:
    # Here's what you can use here:
    # %player-username% = will be replaced with the player's name
    open-inventory
: open %player-username% inventory.
 
    # Here's what you can use here:
    # %player-username% = will be replaced with the player's name
    not-online
: the %player-username% player is not online
 
  whitelist
:
    add
:
      # Here's what you can use here:
      # %player-username% = will be replaced with the player's name
      player-added-white-list
: The %player-username% player has been added to the
        whitelist.
   
      # Here's what you can use here:
      # %player-username% = will be replaced with the player's name
      player-already-present
: The %player-username% player is already present.
    remove
:
      # Here's what you can use here:
      # %player-username% = will be replaced with the player's name
      player-removed-white-list
: The %player-username% player has been removed to
        the whitelist.
   
      # Here's what you can use here:
      # %player-username% = will be replaced with the player's name
      player-does-not-exist
: The %player-username% player does not exist.
 
  reload
:
    successfully
: Configuration reloaded successfully.
 
  freeze
:
    is-frozen
: The player is frozen.
 
    # Here's what you can use here:
    # %duration% = will be replaced by seconds
    your-frozen-time
: You are frozen for %duration% seconds.
 
    no-longer-frozen
: The player is no longer frozen
    invalid-duration
: Invalid duration. Please enter a valid number.
    player-not-found
: Player not found.
 
  ban-ip
:
    ip-banned-reason
: IP banned for cheating.
 
    # Here's what you can use here:
    # %ip% = will be replaced by the ip
    ip-banned-successfully
: IP %ip% successfully banned.
 
    # Here's what you can use here:
    # %ip% = will be replaced by the ip
    ip-disbanned-successfully
: IP %ip% was successfully unbanned.

# --------------------------------------------------------------------
# WHITE LIST CONFIGURATION
# --------------------------------------------------------------------
white-list
:

  # its players will not be punished if they use cheats.
  player
:
 - Player1
  - Player2
  - Player3

# --------------------------------------------------------------------
# DISCORD WEBHOOK CONFIGURATION
# --------------------------------------------------------------------
webhook
:
  # Discord webhook setup for reporting.
  alerts
:
    enabled
: false
 
    webhook-url
: URL
 
    title
: Oxa Anti-Cheat
 
    # Here's what you can use here:
    # %player-username% = will be replaced with the player's name
    # %cheat_name% = will be replaced by the name of the cheat used by the cheater
    description
: 'The %player_username% player is using the following cheat : %cheat_name%.'
 
  # Discord webhook setup for punishments. (kill, ban...)
  punishments
:
    enabled
: false
 
    webhook-url
: URL
 
    title
: Oxa Anti-Cheat
 
    kick
:
      # Here's what you can use here:
      # %player-username% = will be replaced with the player's name
      # %cheat_name% = will be replaced by the name of the cheat used by the cheater
      description
: 'The %player_username% player was kicked for using the following
        cheat
: %cheat_name%.'
    ban
:
      # Here's what you can use here:
      # %player-username% = will be replaced with the player's name
      # %cheat_name% = will be replaced by the name of the cheat used by the cheater
      description
: 'The %player_username% player has been banned for using the following
        cheat
: %cheat_name%.'

# --------------------------------------------------------------------
# ANTI CHEAT CONFIGURATION
# --------------------------------------------------------------------

# The configuration of check detection

# --------------------------------------------------------------------
# ANTI SNEAK AND SPRINT
# --------------------------------------------------------------------
anti-sneak-sprint
:
  # enable or disable
  enabled
: true
 
  speed-max
: 2.5
 
  max-violations
: 10
 
  time-ban-enabled
: true
 
  time-ban
: 24 # hours (example : 48 = 48 hours = 2 days...)
 
  report
: It looks like you are using a cheat that allows you to sprint and sneak.
    You will be a kicker and report to the staff.
  broadcast
: ' is using a cheat sprint and sneak.'
  kick-message
: You were kicked for cheat.
  ban-message
: You have been banned for Cheat.

# --------------------------------------------------------------------
# ANTI DISABLED POTION EFFECT
# --------------------------------------------------------------------
verification-potion
:
  # enable or disable.
  enabled
: true
 
  # maximum number of kicks before banning.
  max-violations
: 10
 
  # banned for life or for a certain time ?
  time-ban-enabled
: true
 
  # last of the ban.
  time-ban
: 24 # hours (example : 48 = 48 hours = 2 days...)
 
  report
: It looks like you are using a cheat that allows you to invalid Packet. You
    will be a kicker and report to the staff.
  broadcast
: ' is using a invalid packet.'
  kick-message
: You were kicked for cheat.
  ban-message
: You have been banned for Cheat.

# --------------------------------------------------------------------
# ANTI AUTO CLICKER
# --------------------------------------------------------------------
anti-auto-click
:
  # enable or disable.
  enabled
: true
 
  # maximum number of kicks before banning.
  max-violations
: 10
 
  # banned for life or for a certain time ?
  time-ban-enabled
: true
 
  # last of the ban.
  time-ban
: 24 # hours (example : 48 = 48 hours = 2 days...)
 
  report
: It looks like you are using a cheat that allows you to invalid Packet. You
    will be a kicker and report to the staff.
  broadcast
: ' is using a invalid packet.'
  kick-message
: You were kicked for cheat.
  ban-message
: You have been banned for Cheat.

# --------------------------------------------------------------------
# ANTI FALL DAMAGE
# --------------------------------------------------------------------
verification-fall
:
  # enable or disable.
  enabled
: true
 
  # maximum number of kicks before banning.
  max-violations
: 10
 
  # banned for life or for a certain time ?
  time-ban-enabled
: true
 
  # last of the ban.
  time-ban
: 24 # hours (example : 48 = 48 hours = 2 days...)
 
  report
: It looks like you are using a cheat that allows you to antifall. You will
    be a kicker and report to the staff.
  broadcast
: ' is using a cheat to AntiFall'
  kick-message
: You were kicked for cheat.
  ban-message
: You have been banned for Cheat.

# --------------------------------------------------------------------
# ANTI DISABLED KNOCKBACK
# --------------------------------------------------------------------
verification-knockback
:
  # enable or disable.
  enabled
: true
 
  # maximum number of kicks before banning.
  max-violations
: 10
 
  # banned for life or for a certain time ?
  time-ban-enabled
: true
 
  # last of the ban.
  time-ban
: 24 # hours (example : 48 = 48 hours = 2 days...)
 
  report
: It looks like you are using a cheat that allows you to anti knockback. You
    will be a kicker and report to the staff.
  broadcast
: ' is using a cheat to KnockBack'
  kick-message
: You were kicked for cheat.
  ban-message
: You have been banned for Cheat.

# --------------------------------------------------------------------
# ANTI KILLAURA
# --------------------------------------------------------------------
anti-killaura
:
  # enable or disable.
  enabled
: true
 
  # maximum number of kicks before banning.
  max-violations
: 10
 
  # banned for life or for a certain time ?
  time-ban-enabled
: true
 
  # last of the ban.
  time-ban
: 24 # hours (example : 48 = 48 hours = 2 days...)
 
  broadcast
: is using a cheat to KillAura
  report
: It looks like you are using a cheat that allows you to kill aura. You will
    be a kicker and report to the staff.
  kick-message
: ' You were kicked for cheat.'
  ban-message
: You have been banned for Cheat.

# --------------------------------------------------------------------
# ANTI AIMASSIST
# --------------------------------------------------------------------
anti-aimassist
:
  # enable or disable.
  enabled
: true
 
  # maximum number of kicks before banning.
  max-violations
: 10
 
  # banned for life or for a certain time ?
  time-ban-enabled
: true
 
  # last of the ban.
  time-ban
: 24 # hours (example : 48 = 48 hours = 2 days...)
 
  broadcast
: ' is using a cheat to AimAssist'
  kick-message
: You were kicked for cheat.
  report
: It looks like you are using a cheat that allows you to AimAssist. You will
    be a kicker and report to the staff.
  ban-message
: You have been banned for Cheat.


# --------------------------------------------------------------------
# ANTI SPEED
# --------------------------------------------------------------------
anti-speed
:
  # enable or disable.
  enabled
: true
 
  # maximum number of kicks before banning.
  max-violations
: 10
 
  # banned for life or for a certain time ?
  time-ban-enabled
: true
 
  # last of the ban.
  time-ban
: 24 # hours (example : 48 = 48 hours = 2 days...)
 
  # speed max.
  speed-max
: 1.85
 
  # speed max sprint.
  speed-max-sprint
: 3.25
 
  # speed max sprint and jump.
  speed-max-sprint-and-jump
: 4.35
 
  # speed max on the ice.
  speed-max-on-ice
: 4.0
 
  broadcast
: ' is using a cheat to Speed'
  report
: It looks like you are using a cheat that allows you to speed. You will be
    a kicker and report to the staff.
  kick-message
: You were kicked for cheat.
  ban-message
: You have been banned for Cheat.


# --------------------------------------------------------------------
# ANTI JESUS
# --------------------------------------------------------------------
anti-jesus
:
  # enable or disable.
  enabled
: true
 
  # maximum number of kicks before banning.
  max-violations
: 10
 
  # banned for life or for a certain time ?
  time-ban-enabled
: true
 
  # last of the ban.
  time-ban
: 24 # hours (example : 48 = 48 hours = 2 days...)
 
  broadcast
: ' is using a cheat to Jesus'
  report
: It looks like you are using a cheat that allows you to jesus. You will be
    a kicker and report to the staff.
  kick-message
: You were kicked for cheat.
  ban-message
: You have been banned for Cheat.

# --------------------------------------------------------------------
# ANTI WALK ON THE LAVA
# --------------------------------------------------------------------
anti-walk-lava
:
  # enable or disable.
  enabled
: true
 
  # maximum number of kicks before banning.
  max-violations
: 10
 
  # banned for life or for a certain time ?
  time-ban-enabled
: true
 
  # last of the ban.
  time-ban
: 24 # hours (example : 48 = 48 hours = 2 days...)
 
  broadcast
: ' is using a cheat to walk on the lava'
  report
: It looks like you are using a cheat that allows you to walk on the lava.
    You will be a kicker and report to the staff.
  kick-message
: You were kicked for cheat.
  ban-message
: You have been banned for Cheat.

# --------------------------------------------------------------------
# ANTI FAST EAT
# --------------------------------------------------------------------
anti-fast-eat
:
  # enable or disable.
  enabled
: true
 
  # maximum number of kicks before banning.
  max-violations
: 10
 
  # banned for life or for a certain time ?
  time-ban-enabled
: true
 
  # last of the ban.
  time-ban
: 24 # hours (example : 48 = 48 hours = 2 days...)
 
  broadcast
: ' is using a cheat to fastEat'
  report
: It looks like you are using a cheat that allows you to fast-eat. You will
    be a kicker and report to the staff.
  kick-message
: You were kicked for cheat.
  ban-message
: You have been banned for Cheat.

# --------------------------------------------------------------------
# ANTI FAST BOW
# --------------------------------------------------------------------
anti-fast-bow
:
  # enable or disable.
  enabled
: true
 
  # maximum number of kicks before banning.
  max-violations
: 10
 
  # banned for life or for a certain time ?
  time-ban-enabled
: true
 
  # last of the ban.
  time-ban
: 24 # hours (example : 48 = 48 hours = 2 days...)
 
  broadcast
: ' is using a cheat to FastBow'
  report
: It looks like you are using a cheat that allows you to fast-bow. You will
    be a kicker and report to the staff.
  kick-message
: You were kicked for cheat.
  ban-message
: You have been banned for Cheat.

# --------------------------------------------------------------------
# ANTI FLY
# --------------------------------------------------------------------
anti-fly
:
  # enable or disable.
  enabled
: true
 
  # maximum number of kicks before banning.
  max-violations
: 10
 
  # banned for life or for a certain time ?
  time-ban-enabled
: true
 
  # last of the ban.
  time-ban
: 24 # hours (example : 48 = 48 hours = 2 days...)
 
  broadcast
: ' is using a cheat to Fly'
  report
: It looks like you are using a cheat that allows you to fly. You will be
    a kicker and report to the staff.
  kick-message
: You were kicked for cheating.
  ban-message
: You have been banned for Cheat.

# --------------------------------------------------------------------
# ANTI SPIDER
# --------------------------------------------------------------------
anti-spider
:
  # enable or disable.
  enabled
: true
 
  # maximum number of kicks before banning.
  max-violations
: 10
 
  # banned for life or for a certain time ?
  time-ban-enabled
: true
 
  # last of the ban.
  time-ban
: 24 # hours (example : 48 = 48 hours = 2 days...)
 
  broadcast
: ' is using a cheat to Fly'
  report
: It looks like you are using a cheat that allows you to fly. You will be
    a kicker and report to the staff.
  kick-message
: You were kicked for cheating.
  ban-message
: You have been banned for Cheat.

# --------------------------------------------------------------------
# ANTI HEADROLL
# --------------------------------------------------------------------
anti-headroll
:
  # enable or disable.
  enabled
: true
 
  # maximum number of kicks before banning.
  max-violations
: 10
 
  # banned for life or for a certain time ?
  time-ban-enabled
: true
 
  # last of the ban.
  time-ban
: 24 # hours (example : 48 = 48 hours = 2 days...)
 
  broadcast
: ' is using a cheat to headroll'
  report
: It looks like you are using a cheat that allows you to headroll. You will
    be a kicker and report to the staff.
  kick-message
: You were kicked for cheat.
  ban-message
: You have been banned for Cheat.

# --------------------------------------------------------------------
# PACKET CHEACKER
# --------------------------------------------------------------------
phasing-monitor
:
  # enable or disable
  enabled
: true

# --------------------------------------------------------------------
# ANTI REACH HACK
# --------------------------------------------------------------------
reach-hack
:
  # enable or disable.
  enabled
: true
 
  # maximum number of kicks before banning.
  max-violations
: 10
 
  # banned for life or for a certain time ?
  time-ban-enabled
: true
 
  # last of the ban.
  time-ban
: 24 # hours (example : 48 = 48 hours = 2 days...)
 
  # max reach
  max-reach
: 5.0
 
  broadcast
: ' is using a cheat to reach hack'
  report
: It looks like you are using a cheat that allows you to reach hack. You will
    be a kicker and report to the staff.
  kick-message
: You were kicked for cheat.
  ban-message
: You have been banned for Cheat.

# --------------------------------------------------------------------
# STOCKAGE : NOT TOUCHED
# --------------------------------------------------------------------
player-kick-count
: { }
langage
: en_GB
total_ban
:
  fly
: 0
  spider
: 0
  killaura
: 0
  reachhack
: 0
  jesus
: 0
  walklava
: 0
  headroll
: 0
  fastbow
: 0
  fasteat
: 0
  aimassist
: 0
  verificationfall
: 0
  autoclicker
: 0
  antiknockback
: 0
 
NO SUPPORT FOR VERSIONS LESS THAN 1.3.0

my other plugins

Thank you for using Oxa AntiCheat, if you encounter any problems please let us know ;)!!!

https://discord.gg/WqwVzEYcc9
Resource Information
Author:
----------
Total Downloads: 5,001
First Release: Dec 5, 2023
Last Update: Jan 10, 2024
Category: ---------------
All-Time Rating:
15 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings