For the complete documentation index, see llms.txt. This page is also available as Markdown.

🛡️ManticProtector

Mantic Development's Protector Minecraft Plugin

🔓Protector

Mantic Development's Protector Minecraft Plugin.

🛒 mantic.dev/product/manticprotector - $10.00 🔐 Requires ManticLib (free) and supports from 1.8 upwards

Protector Plugin Overview

Introducing ManticProtector, a plugin made to help server owners keep control of their Minecraft servers. It prevents anyone from gaining OP or other high-level permissions without your approval, and helps protect your server from hackers or griefers attempting to cause disruption. If you want a simple, reliable way to keep your server safe, ManticProtector has you covered.

Key features of ManticProtector

  • Full Server Protection

    • Automatically blocks unauthorised attempts to gain OP, administrator permissions, or dangerous permission nodes.

  • Protected Users System

    • Specify trusted players (developers, owners, admins) who are exempt from OP and permission checks.

  • Operator Checker

    • A background task that scans for unauthorised OPs and takes action instantly.

  • Command Monitoring

    • Detects suspicious or blocked commands used by players and executes custom punishment commands.

  • Console OP Protection

    • Prevents even the console from opping untrusted players—fully configurable.

  • Permission & Group Blacklists

    • Automatically detects and removes blacklisted permissions or groups when a player joins or triggers an event.

  • Discord Integration

    • Multiple configurable Discord webhook templates for: * Unauthorized OP detection * Blocked command alerts * Blacklisted permission logs * IP / Geo mismatches * Mass punishment alerts * LuckPerms-related changes

Developer Section (ProtectorAPI#)

Copy

🗓️Events

Event Class

Fired When...

Cancelling the event will...

UnauthorizedOpEvent

A player tries to run /op on someone who isn't whitelisted.

Allow the command to go through and prevent punishments.

UnauthorizedOpCheckEvent

The background task detects an unauthorized OP.

Temporarily allow the user to keep their OP status for that cycle.

IllegalItemInterceptEvent

A chunk-ban item, crash book, or illegal enchant is interacted with.

Allow the player to keep and use the item.

StaffCommandWatchEvent

A staff member uses a monitored command.

Prevent the discord webhook alert from being sent.

UnauthorizedGamemodeChangeEvent

An unauthorized player enters Creative mode.

Allow the player to remain in Creative mode.

TextFilterInterceptEvent

A player types a blocked word in chat, on a sign, or in a book.

Allow the text to be sent/placed without alerting staff.

BlacklistedPermissionJoinEvent

A player joins with a forbidden permission node (like *).

Prevent the plugin from punishing the player.

❓Plugin Example

Copy

Last updated 1 month ago

Last updated