KappaEssentials Extension Loader
🟠 Updated over a year agoPreview

🔍 Analysis
- 🏆 #1019 of 1224 bukkit mods in this game by downloads
📋 About This Mod
# KappaEssentials Extension Loader A **_lightweight_** and **_secure_** extension system for (https://modrinth.com/plugin/kappaessentials) > Supports Paper 1.21+ · Java 21 # What is it? KappaEssentials Extension Loader allows you to safely load modular .jar extensions for the KappaEssentials plugin. It's a separate plugin that reads .jar files from a specific folder and loads them only if they are explicitly allowed by their internal ID. # How it works - On startup, the loader looks inside: plugins/KappaEssentials/extensions/ - Each .jar must contain an extension.yml file with: - id: my-extension main: my.package.MyExtensionClass - The loader only enables .jar files with IDs that are hardcoded in its whitelist. - It loads the main class, initializes it, and calls onEnable() and onDisable() on shutdown. # Features - Modular, keep KappaEssentials clean and minimal - Simple API, just implement KappaExtension - Supports Paper 1.21+, built for modern servers - Open design, more extensions coming soon! # For Extension Developers Extensions must: - Be valid .jar files - Contain an extension.yml at root: ``` id: example-extension main: net.example.MyExampleExtension ``` **More dev tools, examples, and extension templates will follow.** # Currently Working Exteensions - (https://modrinth.com/plugin/kappaessentials-virtual-spawners) **_(in developement)_** - (https://modrinth.com/plugin/quest-manager) **_(in developement)_** - (https://modrinth.com/plugin/kappaessentials-combat-log) (coming soon) - (https://modrinth.com/plugin/kappaessentials-3x3pickaxe) (coming soon) # Requirements Java 21 Bukkit/Spiggot/Paper 1.21+ KappaEssentials (must be installed) # Coming Soon Dynamic extension whitelist via config Extension reload command Extension API registration system # Support & Feedback Join the (https://discord.gg/Df32nXXge6) or open an issue on GitHub to suggest features, report bugs, or showcase your custom extensions.
# KappaEssentials Extension Loader
A _lightweight_ and _secure_ extension system for (https://modrinth.com/plugin/kappaessentials) > Supports Paper 1. 21+ · Java 21 # What is it?
KappaEssentials Extension Loader allows you to safely load modular .jar extensions for the KappaEssentials plugin.
It's a separate plugin that reads .jar files from a specific folder and loads them only if they are explicitly allowed by their internal ID. # How it works
- On startup, the loader looks inside:
- plugins/KappaEssentials/extensions/
- Each .jar must contain an extension.yml file with:
- id: my-extension
- main: my.package. MyExtensionClass
- The loader only enables .jar files with IDs that are hardcoded in its whitelist.
- It loads the main class, initializes it, and calls onEnable() and onDisable() on shutdown.
- Modular, keep KappaEssentials clean and minimal
- Simple API, just implement KappaExtension
- Supports Paper 1. 21+, built for modern servers
- Open design, more extensions coming soon!
- # For Extension Developers
Extensions must:
- Be valid .jar files
- Contain an extension.yml at root:
- ```
- id: example-extension
- main: net.example. MyExampleExtension
- ```
More dev tools, examples, and extension templates will follow.
# Currently Working Exteensions
- (https://modrinth.com/plugin/kappaessentials-virtual-spawners) _(in developement)_
- (https://modrinth.com/plugin/quest-manager) _(in developement)_
- (https://modrinth.com/plugin/kappaessentials-combat-log) (coming soon)
- (https://modrinth.com/plugin/kappaessentials-3x3pickaxe) (coming soon)
# Requirements
Bukkit/Spiggot/Paper 1. 21+
KappaEssentials (must be installed)
# Coming Soon
Dynamic extension whitelist via config
Extension reload command
Extension API registration system
# Support & Feedback
Join the (https://discord.gg/Df32nXXge6) or open an issue on GitHub to suggest features, report bugs, or showcase your custom extensions.
📊 Mod Details
- Game
- Minecraft Plugins
- Author
- kappader4
- Version
- 1.2
- Downloads
- 89
- Endorsements
- 2
- Category
- bukkit
- Created
- 7/24/2025
- Updated
- 7/22/2025
- Game Versions
- 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4
- Tags
- management, storage, technology
🔧 How to Install Minecraft Plugins Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Plugins →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Plugins versions does KappaEssentials Extension Loader support?
The author lists 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5. Other versions may work but are untested by the author.
What is the latest version of KappaEssentials Extension Loader?
Version 1.2, published 2025-07-22 with 89 downloads recorded at the source.
Keep browsing — more Minecraft Plugins mods await