SpaceVulcan
SpigotMCModrinthAddon for Vulcan Anti-Cheat
37 Downloads
neueste v1.1 SpigotMC
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+
⚡ 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
✅ 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
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 viaCode (Text):config.yml
⚙️ How It Works
- Vulcan Action
Vulcan detects a violation and executes a Kick - Tracking
SpaceVulcan listens to the event and records a strike - Escalation
If a player continues to receive kicks and exceeds the configured limits — SpaceVulcan executes a ban
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"
Kommentare 0
Noch keine Kommentare. Sei der Erste, der seine Meinung teilt.