Penguin AntiCheat
PluginLicenseRef-All-Rights-Reserved

Penguin AntiCheat

A Light Weight Bedrock/Geyser Only Anti-Cheat

222
Downloads
1
Followers
1 weeks ago
Updated
📦
13
Versions

📖About Penguin AntiCheat

Issues & Suggestions

Visit our Discord for any issues or suggestions!

Summary

Light weight bedrock/geyser anti cheat to help server owners combat against the rising use of bedrock cheat clients. Penguin will set off flags for users that are potentially using fly hacks or reach hacks with more more checks soon to come. It does NOT detect any java players but its 100% compatibale with all java and other bedrock anti cheats.

Features

  • Detects Reach & Flight from bedrock hackers
  • Alerts staff with permission penguin.alerts
  • Capture replays of potential hackers

Commands

  • /penguin reload - Reload Config
  • /penguin alerts - Enable/Disable Alerts

Permissions:

  • penguin.admin - Access to /penguin reload
  • penguin.alerts - Access to /penguin alerts

Dependancies:

  • Geyser/Floodgate
  • BetterReplay (Optional for replay support)

Config:

# ==========================================================
# PENGUIN ANTICHEAT
# AUTHOR: JAMPLIFIER
# SUPPORT: https://discord.gg/simplestudio
# ==========================================================


ALERTS:
  ENABLED: true

CHECKS:
  REACH:
    ENABLED: true
    BEDROCK-MAX-REACH: 3.3

  FLIGHT:
    ENABLED: true


WEBHOOKS:
  ENABLED: false

  URL: ""

  ALERTS:
    REACH: false
    FLIGHT: false


REPLAY:
  ENABLED: true

  # Violation level required before a replay starts.
  RECORD-ON-VL: 5
  RECORD-SECONDS: 120
  SESSION-NAME: "penguin-%player%-%check%-%time%"

  CHECKS:
    REACH: true
    FLIGHT: true

  WEBHOOK:
    ENABLED: true

    # Discord webhook URL for replay notifications.
    URL: ""

BSTATS:
  ENABLED: true


UPDATER:
  ENABLED: true