High-performance, feature-rich plugins developed by Obsyrix to enhance your server experience.
A fast, API-powered profanity filtering plugin for Minecraft servers. Keep your community clean without the overhead of heavy local word-lists.
# 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
A premium player head drop system. Dynamic heads with metadata, creating the ultimate trophy for PvP and Lifesteal servers.
Preview:
# 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!"
Found a bug? Need configuration help? Please open a ticket in our Discord server for premium support.
Open Support Ticket