GoodAntiXray is an advanced software for automatic analysis of player digs and xray search. GoodAntiXray combines simplicity and incredible efficiency. GoodAntiXray is able to automatically execute commands and warn moderators. GoodAntiXray is extremely difficult to bypass. This software has been used on our servers since 2018 and allowed us to block hundreds of cheaters without false positives, who, when appealing the blocking, confirmed that they used xray. 1.18 not supported. /gax reload Reload the configuration
/gax check Check Xray player level
/gax reset Reset Xray player level
/gax set Set Xray player level (for testing)
gax.use Allow admin to use commands
gax.evade Allow admin to bypass checks
gax.alerts Allow admin to receive notification of xray players
Code (Text):
# Plugin works with a "Xray Level".
# The more a player is suspected of using Xray, the more their Xray level value will increase.
# The defaults values in the default configuration have been tested on Minecraft Vanilla 1.13-1.17.
#
# Have a nice game!
Sanction:
850:
notify: true # For moderators with permission gax.alerts
commands:
- 'm %player% (ಠ_ಠ) Cheating will lead to blocking! 1/2'
1000:
notify: true
commands:
- 'm %player% (ಠ益ಠ) Cheating will lead to blocking! 2/2'
- 'broadcast %player% uses cheats!'
1200:
notify: true
commands:
- 'kick %player% Cheating will lead to blocking!'
- 'broadcast %player% was kicked for сheating!'
Prefix:
primaryColor: '&b'
secondaryColor: '&b&l'
Messages:
notify: '&b&l%player%&f&b is suspected of using Xray.' # Notify text for moderators with permission gax.alerts
check: '&bThe Xray level of &b&l%player%&f&b = %XrayLvl%.'
playerNotFound: '&bUnable to find this player O_o'
pluginReloaded: '&bSuccessfully reloaded!'
cmdUsage: '&bUsage: '
cmdPlayerOnly: '&bThis command is only for players O_o'
xrayLvlReset: '&bXray level of &b&l%player%&f&b reseted.'
xrayLvlSet: '&bXray level of &b&l%player%&f&b set to &b&l%value%&f&b.'