HomeJavaModsAusWeis
AusWeis

AusWeis — Cloudflare Turnstile Verification

AusWeis is a lightweight Bukkit/Paper plugin that integrates Cloudflare Turnstile to provide frictionless human verification before players enter your server. It effectively stops bot attacks while offering a smooth experience for real players.

I am not a native English speaker, so corrections are welcome if there are any mistakes.

Features

Installation

  1. Download the latest AusWeis-*.jar from the Releases page.
  2. Place the JAR file into your server's plugins/ folder.
  3. Restart your server (or use /reload – restart is recommended).
  4. The plugin will generate a default config.yml and a lang/ folder with language files.
  5. Edit plugins/AusWeis/config.yml to set your own backend API URL and verification page URL.
  6. Run /ausweis reload to apply the changes.

Config

# Language file to use (e.g., en, zh). Must correspond to a messages_<lang>.yml file in the lang folder.
language: "en"
# API URL to check player verification status
api-url: "https://your-server.com/api/check?user={player}"
# Verification page URL to show in kick message
verify-url: "https://your-server.com/verify?user={player}"
# HTTP request timeout in milliseconds
timeout: 5000
# Debug mode, enables more detailed logs
debug: false

Commands

Command Description Permission Default
/ausweis reload Reload the plugin configuration ausweis.reload op
/ausw reload Alias for the above same op
Permission Description Default
ausweis.reload Allows reloading config op
ausweis.bypass Bypass verification and always join false

API Specification

Your website must provide two endpoints:

1. Verification Status Query

2. Verification Page

Reference implementation: The companion web backend is open‑sourced by @ChineseLiyaoChineseLiyao/AusWeis. You can deploy it directly or use it as an example.

Languages

  1. Create a new file messages_<code>.yml in the plugins/AusWeis/lang/ folder (e.g., messages_fr.yml for French).
  2. Use the same keys as in the built‑in language files (kick-title, kick-message).
  3. Set language: "<code>" in config.yml and reload.

Building

If you prefer to compile the plugin yourself:

git clone https://github.com/Nskawa/AusWeisPlugin.git
cd AusWeis
mvn clean package

The compiled JAR will be in the target/ directory.

License

This project is licensed under the MIT License – see the LICENSE file for details.

Support

Happy Gaming! ```

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more