Paper 1.21.x 19 module toggles Native flat-file punishments

The Last SMP Plugin You'll Ever Need.

SMP Essentials 10.7.4 is an all-in-one SMP plugin: the Staff OS, 19+ modules, Hunt & Crown Events, Discord Bridge, Supply Drops, Kits, Gear Loadouts. Native flat-file punishment system, no external database, fully self-supported.

Filed Command Set
40+ commands
Module Toggler
19 / 19 covered
Target Platform
Paper 1.21.x
Live Private Player Control Panel
Client-rendered · Your GPU, not the server's
Open Live Dashboard
Relay: outbound-only from the server Full staff toolkit
Staff OS

Full GUI Administration

No commands to memorize — everything, including Module/Toggle events, sits under one hub. Reachable via /staff, gated by real Paper permission nodes.

👤
Players & Moderation
  • Player lookup & profile browser, notes
  • Live punishments, reports, history
  • Inventory rollback — snapshotted, reversible
  • Death review — replay the 30s before a death
Punishments
  • Native flat-file ban / mute / kick / warn
  • Per-player report count, escalation ladder
  • Full history log per player, per staff actor
🏆
Events
  • Hunt Event — timed PvP with boss bar & cycle
  • Crown Event — holder tracking, prize claims
  • Supply Drops — beacon particles, loot tables
🧭
Teleport & Location
  • Homes, spawn, lobby, RTP with safe-location checks
  • TPA requests with combat-tag blocking
  • Direct staff spectate & teleport-to-player
🛡
Limiters & Caps
  • Tracked item & carry-limit enforcement
  • Potion caps, crafting/enchant restrictions
  • Ender pearl stasis-chamber prevention
Server Controls
  • Ground cleaner, mob disabler, showcase
  • /string, /anvil utility commands
  • Client fingerprinting & alt-account detection
🏷
Ranks & Tab
  • Native rank creation, weighted hierarchy
  • Tab header/footer, world-scoped colors
  • Ping-threshold display rules
💬
Discord Integrations
  • Real Discord Staff Panel — buttons, modals, selects
  • Account linking, permission-bridged via Vault
  • Shared bot token — one addon, one bot, ever
🎒
Kits & Loadouts
  • Create a kit from your current inventory
  • Per-kit cooldowns, staff-only kits
  • Member-facing claim menu, /kit command
Events Hub

Built for 100+ Events

Status directly off /hunt, /crown, and config.yml. Add new event configs without a plugin update.

Hunt Event
Active
Timed PvP, recurring cycle, pre-event warning & boss bar.
Crown Event
Inactive
Holder-tracked, claimable prize on end.
Supply Drops
Scheduled
Auto-interval beacon drops, configurable loot table.
+ Add New Event
(config.yml)
Kits & Core Loadouts

Member Claim Menu, Staff-Managed

Member-Facing Selection Menu
/kit — browse, cooldown shown per kit, click to claim.
Staff OS / KitManager Control
Create from held inventory, delete, give directly to a player — no commands required.
Grounded in Real 10.7.4 Source

Not Guessed

Every claim on this page traces to the actual decompiled/compiled source and its real permission nodes — not marketing copy.

EventsEnhanced.java — onDisable() crash fixFIXED
// deleted — redundant re-stop()+start() on an already-stopped
// manager during shutdown; start() during disable throws
// IllegalPluginAccessException on Paper
if (this.supplyDropManager != null) {
    this.supplyDropManager.stop();
    this.supplyDropManager.start(); // ← removed
}
plugin.yml — permission nodes (excerpt)
ee.kit.use:        default: true
ee.kit.admin:       default: op
ee.discord.staffcontrol: default: op
ee.punish.admin:    default: op
Primary Node Permissions Hierarchy
Permission NodeGrants
ee.kit.useClaim kits (default: true)
ee.kit.createCreate kits from held inventory
ee.kit.giveGive a kit directly to another player
ee.kit.adminStaff-only kits + Kits management menu
ee.punish.adminClear/manage punishment records
ee.discord.staffcontrolDiscord staff control panel