HomeJavaModsSpaceVulcan
SpaceVulcan

Support me

🌌 SpaceVulcan

Advanced Punishment System for Vulcan Anti-Cheat

SpaceVulcan transforms how your server handles cheaters. Instead of instantly banning players for a single violation, SpaceVulcan works alongside Vulcan's kick system to create a Tiered Strike System.

⚠️ Requirements


⚡ The Problem

Standard anti-cheats often punish players immediately. If you configure Vulcan to only Kick players, they can simply reconnect and continue cheating. If you configure it to Ban, players might get falsely banned due to lag.

✅ The Solution

SpaceVulcan bridges the gap. It tracks how many times Vulcan has punished (e.g., Kicked) a player.

🔥 Key Features

⚙️ How it Works

  1. Vulcan Action: Vulcan detects a violation and executes a Kick (configured in config.yml).
  2. Tracking: SpaceVulcan listens to this event and records a Strike.
  3. Escalation: If the player reconnects and continues to get Kicked, accumulating strikes above your Threshold, SpaceVulcan executes a Ban.

Configuration Example (config.yml):

rules:
  # Rule 1: Short ban for repeated kicks
  light_ban:
    threshold: 4            # 4 Vulcan punishments (Kicks)
    window_seconds: 300     # within 5 minutes
    command: "tempban {player} 1h Suspicious activity"

  # Rule 2: Long ban for aggressive cheating
  heavy_ban:
    threshold: 12           # 12 Vulcan punishments
    window_seconds: 1200    # within 20 minutes
    command: "tempban {player} 7d Cheating detected"
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