Language

SpaceVulcan

SpaceVulcan

SpigotMC

Addon for Vulcan Anti-Cheat

37 downloads
latest v1.1 SpigotMC
1.16 – 1.21
SpaceVulcan
SpaceVulcan completely changes how your server handles cheaters.
Instead of instantly banning players for a single violation, SpaceVulcan works alongside Vulcan’s kick system to create a multi-tier strike system.
[HR][/HR]
⚠️ Requirements
  • Vulcan Anti-Cheat (Premium Resource)
  • Java 17 or newer
  • Purpur / Paper 1.16 – 1.21+
[HR][/HR]
⚡ The Problem
Standard anti-cheats often punish players immediately.
  • If Vulcan is configured to only Kick — players can simply rejoin and continue cheating
  • If Vulcan is configured to Ban — false bans may occur due to lag
[HR][/HR]
✅ The Solution
SpaceVulcan solves this problem.
The plugin tracks how many times Vulcan has already punished a player (for example, via kicks).
  • 1 kick? → Just a warning / disconnect
  • Multiple kicks in a short time? → SpaceVulcan detects the pattern and executes a ban
[HR][/HR]
Key Features
  • Multi-Tier Punishments
    A flexible system of progressive rules
    Example: 4 kicks in 5 minutes → 1 hour ban
  • Time Windows (Decay)
    Strikes automatically expire — a single lag spike won’t result in a ban
  • High Performance
    Designed for high-load servers with zero impact on TPS
  • Smart Session Management
    Option to clear strikes when a player leaves the server
  • Full Control
    Customize thresholds, commands, and messages via
    Code (Text):
    config.yml
[HR][/HR]
⚙️ How It Works
  1. Vulcan Action
    Vulcan detects a violation and executes a Kick
  2. Tracking
    SpaceVulcan listens to the event and records a strike
  3. Escalation
    If a player continues to receive kicks and exceeds the configured limits — SpaceVulcan executes a ban
[HR][/HR]
Configuration Example (config.yml)
Code (YAML):

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"
 

Versions

Release
1.1
·
9
Release
1.0
·
9

Comments 0

No comments yet. Be the first to share your thoughts.

Download SpaceVulcan

Files are served directly from the original source. Modgrid does not host or modify them.