Skip to content

Server Configuration

Enable client integrity in config/paper-global.yml on your Papyrus server:

yaml
anticheat:
  client-integrity:
    enabled: true
    require-papyrus-client: true
    require-shield-mod: true
    response-timeout-seconds: 15
    download-url: https://docs.sushii.dev/papyrus-client/download
    banned-mod-ids:
      - meteor-client
      - wurst
      - aristois
    alerts:
      console: true
OptionDefaultDescription
enabledfalseMaster switch
require-papyrus-clienttrueRequire client: papyrus-client in the report
require-shield-modtrueRequire papyrus-shield handshake
response-timeout-seconds15Kick if no report received
download-urldocs linkShown to players who fail the check
banned-mod-idssee defaultsSubstring match against reported mod ids

Bypass permission: papyrus.client.bypass

When a player fails, they are disconnected with your download-url so they know where to get Papyrus Client.

MIT · Papyrus Client by SushiMC