THIS IS AN EXCLUSIVE PLUGIN, IT DOES NOT HAVE ANY DESCRIPTION.
config:
config:
enabled: true# Players with this permission are ignored by the anti-auto-fishing check.bypass-permission: "chocoantiautofishing.bypass"# Leave empty to protect every world.enabled-worlds: - worldsame-spot: # A player can cast this many times in the same spot. # The next cast in that spot is blocked until they move away. max-throws: 5 # Players must move this many blocks horizontally before fishing again. # Set to 2.0 if you want around 2 blocks instead of 3. required-move-distance: 2.0automation-block: # Blocks fishing from common AFK movement setups. enabled: true # Blocks water slides, AFK pools, bubble columns, and waterlogged blocks. water: false # Blocks fishing while riding minecarts, boats, and other vehicles. vehicles: true # Blocks rail-track setups even when the player is standing very near the rail. rails: true rail-check-radius: 1 # Blocks piston, slime, honey, tripwire, observer, dispenser, and redstone AFK lanes. contraptions: false contraption-check-radius: 4macro-detect: # Blocks repeated rod recasts that happen faster than normal player timing. enabled: true # If a player casts again faster than this after reeling/catching, it counts as suspicious. min-recast-delay-ms: 700 # This many fast recasts are allowed in a streak. The next fast recast is blocked. max-fast-recasts: 3messages: cast-blocked: "<#1aff00>Move <#FFFFFF>{distance} blocks<#1aff00> before fishing." automation-blocked: "<#1aff00>You cannot fish from AFK automation setups." macro-blocked: "<#1aff00>Slow down before casting your fishing rod again." can-fish-again: "<#1aff00>You can now fish again." reload-success: "<#7CFF8A>Configuration reloaded." reload-usage: "<#1aff00>Usage: /{command} reload" no-permission: "<#1aff00>You do not have permission."