PREMIUM PLUGINS

High-performance, feature-rich plugins developed by Obsyrix to enhance your server experience.

🛡️

ChatModerator

Version Platform

A fast, API-powered profanity filtering plugin for Minecraft servers. Keep your community clean without the overhead of heavy local word-lists.

Key Features

  • Real-time API Moderation powered by ProfanityAPI.
  • Asynchronous Processing guarantees zero server lag.
  • Smart Sensitivity based on confidence scores.
  • Graceful Failover if the API is unreachable.
Download on Modrinth

Default Configuration

# ProfanityAPI Configuration
api-url: "https://vector.profanity.dev"

# Messages
profanity-blocked: "&cYour message was blocked because it contains profanity!"
api-error: "&eModeration service is currently unavailable. Allowing message."

# Minimum score to block (0.0 to 1.0)
# Lower is stricter.
min-block-score: 0.9
💀

HeadPlugin

Version Platform

A premium player head drop system. Dynamic heads with metadata, creating the ultimate trophy for PvP and Lifesteal servers.

Key Features

  • Dynamic Head Drops with victim's skin.
  • Metadata Tracking (Killer, Cause, Timestamp).
  • Smart Delivery (Ground or Inventory).
  • SQL Logging for administrative auditing.

Preview:

Head Preview Head Kill Preview
Download on Modrinth

Default Configuration

# HeadPlugin Configuration v1.0

# The percentage chance that a head will drop (0.0 to 100.0)
drop-chance: 100.0

# Where the head should appear:
# - GROUND: Drops items on the ground.
# - INVENTORY: Added directly to inventory.
spawn-location: INVENTORY

# Maximum number of heads a player can drop IN TOTAL (Lifetime limit).
max-heads: 1

# If true, only the victim's head is dropped.
victim-only: true

# Message sent to player when they receive a head
head-received-message: "&aYou have retrieved your head!"

# ==========================================
#              Head Customization
# ==========================================

# The display name of the head item.
head-name: "&d's Head"

# Lore (Item Description) Configuration
lore:
    # Date format (Java SimpleDateFormat)
    date-format: "dd/MM/yyyy HH:mm"

    # Line displayed when killed by player
    killer-line: "&cKilled by "
    
    # Line displayed when died from environment
    environment-line: "&cDied by "
    
    # Line displayed for the date
    date-line: "&cDate: "

# ==========================================
#                Broadcasts
# ==========================================

broadcast:
    # Whether to announce head drops in chat.
    enabled: true
    
    # Message to broadcast
    message: "&6 dropped their head!"

Need Help with Plugins?

Found a bug? Need configuration help? Please open a ticket in our Discord server for premium support.

Open Support Ticket