Grounded in Real Source

Not Guessed

Every claim on the homepage traces to the actual compiled source and its real permission nodes — not marketing copy. A couple of real examples, pulled straight from the codebase.

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

💡 Got an idea?

Tell us what SMP Essentials should build next — sent straight to the dev.
Sign in to suggest a feature