Skip to content

Instantly share code, notes, and snippets.

@ewized
Last active August 29, 2015 14:08
Show Gist options
  • Save ewized/8f2046fef888a5eec427 to your computer and use it in GitHub Desktop.
Save ewized/8f2046fef888a5eec427 to your computer and use it in GitHub Desktop.
AntiCheat Settings
# AntiCheat configuration file
# Please report any bugs: https://github.com/gravitylow/AntiCheat/issues
xray:
# Should AntiCheat use calculations to try and find xrayers?
check-xray: false
# Should a warning be sent to admins when a person is found that could be xraying?
alert: false
# How often (in seconds) should AntiCheat check for xrayers if alert is true?
alert-interval: 60
# Should players in creative mode be tracked for possible xray usage?
check-creative: false
spam:
chat:
# Should AntiCheat block players spamming messages in chat?
block-speed: true
block-repetition: true
# Valid actions = NONE,KICK,BAN,COMMAND[command]
action-one: KICK
action-two: BAN
# Should AntiCheat block players spamming commands in chat?
command:
block-speed: true
block-repetition: true
# Valid actions = NONE,KICK,BAN,COMMAND[command]
action-one: KICK
action-two: BAN
system:
# Turning auto-update off is a _BAD_ idea. You will no longer be protected by the latest hacks/cheats if you do so, and will have to update manually.
auto-update: false
# Should AntiCheat log ALL failed checks to console?
log-to-console: true
# Should AntiCheat log to file?
log-to-file: true
# Should AntiCheat display extra debug information when starting?
verbose-startup: false
# If silent mode is on, players will not be stopped when they try to hack, and AntiCheat will do everything possible to keep them unaware of their rising hack level.
# However, alerts will still be sent to console and to admins online, and events will still take place.
silent-mode: false
# Should ops be exempt from all checks?
exempt-op: true
# Should AntiCheat track plugins in its own registered events?
event-chains: true
# Should Enterprise options be enabled? Only set this to true if you're an advanced user.
enterprise: false
# Use /anticheat check for a list of valid checks
disabled-checks:
- EXAMPLE_CHECK
disable-in:
- example-world
- example-world-2
# AntiCheat configuration file
# Please report any bugs: http://dev.bukkit.org/server-mods/anticheat/
# Documentation for these values is available at http://gravitydevelopment.net/docs/anticheat/net/gravitydevelopment/anticheat/config/providers/Magic.html
ANIMATION_INTERACT_MAX: 3
ANIMATION_MIN: 200
ASCENSION_COUNT_MAX: 8
BLOCK_BREAK_MIN: 0.1
BLOCK_MAX_DISTANCE: 6.2
BLOCK_MAX_DISTANCE_CREATIVE: 6.2
BLOCK_PLACE_MIN: 0.1
BLOCK_PUNCH_MIN: 5
BOW_ERROR: 0.50
CHAT_ACTION_ONE_LEVEL: 3
CHAT_ACTION_TWO_LEVEL: 5
CHAT_MIN: 100
CHAT_REPEAT_MIN: 260
CHAT_WARN_LEVEL: 7
COMMAND_ACTION_ONE_LEVEL: 3
COMMAND_ACTION_TWO_LEVEL: 5
COMMAND_MIN: 100
COMMAND_REPEAT_MIN: 260
DAMAGE_TIME: 3000
DROP_CHECK: 10
DROP_TIME_MIN: 800
DROPPED_ITEM_TIME: 100
EAT_TIME_MIN: 1000
ENTERED_EXITED_TIME: 1000
ENTITY_MAX_DISTANCE: 5.9
ENTITY_MAX_DISTANCE_CREATIVE: 6.5
EXIT_FLY_TIME: 2000
EXPLOSION_DAMAGE_TIME: 5000
FASTBREAK_LIMIT: 2
FASTBREAK_MAXVIOLATIONS: 4
FASTBREAK_MAXVIOLATIONS_CREATIVE: 5
FASTBREAK_MAXVIOLATIONTIME: 5000
FASTBREAK_TIMEMAX: 1500
FASTBREAK_TIMEMAX_CREATIVE: 100
FASTPLACE_MAXVIOLATIONS: 4
FASTPLACE_MAXVIOLATIONS_CREATIVE: 5
FASTPLACE_MAXVIOLATIONTIME: 5000
FASTPLACE_TIMEMIN: 10
FASTPLACE_ZEROLIMIT: 8
FLIGHT_BLOCK_LIMIT: 15.0
FLIGHT_LIMIT: 150
HEAL_TIME_MIN: 2000
INSTANT_BREAK_TIME: 2
INVENTORY_CHECK: 10
INVENTORY_TIMEMIN: 50
JOIN_TIME: 2000
KNOCKBACK_DAMAGE_TIME: 4000
LADDER_Y_MAX: 0.21761
LADDER_Y_MIN: 0.21759
NOFALL_LIMIT: 9
PROJECTILE_CHECK: 10
PROJECTILE_TIME_MIN: 1500
SNEAK_TIME: 250
SPEED_MAX: 3
SPRINT_FOOD_MIN: 6
SPRINT_MIN: 0.2
TELEPORT_MIN: 400
TELEPORT_TIME: 1000
TIMER_STEP_CHECK: 50
TIMER_TIMEMIN: 2000
VELOCITY_CHECKTIME: 2100
VELOCITY_MAXTIMES: 2
VELOCITY_PREVENT: 5000
VELOCITY_SCHETIME: 2
VELOCITY_TIME: 3
WATER_ASCENSION_VIOLATION_MAX: 13
WATER_CLIMB_MAX: 0.15
WATER_SPEED_VIOLATION_MAX: 4
XZ_SPEED_MAX: 0.5
XZ_SPEED_MAX_FLY: 1.56
XZ_SPEED_MAX_POTION: 0.7
XZ_SPEED_MAX_POTION_SPRINT: 0.95
XZ_SPEED_MAX_SNEAK: 0.15
XZ_SPEED_MAX_SOULSAND: 0.13
XZ_SPEED_MAX_SOULSAND_POTION: 0.16
XZ_SPEED_MAX_SOULSAND_SPRINT: 0.2
XZ_SPEED_MAX_SPRINT: 0.65
XZ_SPEED_MAX_WATER: 0.19
XZ_SPEED_MAX_WATER_SPRINT: 0.3
Y_MAXDIFF: 7.0
Y_MAXVIOLATIONS: 1
Y_MAXVIOTIME: 8000
Y_SPEED_MAX: 1.5
Y_TIME: 1000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment