Free & premium Minecraft plugins

Building the future
of Minecraft

Klyde Development crafts high-performance plugins and tools that power Minecraft servers worldwide. Free plugins are open source — premium ones keep the lights on.

Free & Paid
Plugin Tiers
Spigot / Paper
Supported
Active
Development
Scroll
About Us

What is Klyde Development?

Minecraft Focused

We specialize exclusively in Minecraft server development. From economy systems to utility plugins, every line of code is written with the Minecraft ecosystem in mind.

Free = Open Source

Every free plugin we release is fully open source on GitHub — inspect it, learn from it, contribute to it. Premium plugins help fund continued development and are closed source.

Performance Driven

Our plugins are optimized for minimal overhead. Efficient data structures, async operations where it matters, and thorough testing ensure your server runs smoothly.

Community Supported

Get help through our Discord server. Whether it's setup questions, bug reports, or feature requests — we're there to support our users every step of the way.

Our Projects

What we've built

Free plugins are open source on GitHub. Premium plugins offer extended features with dedicated support.

NextPay

Player Economy Plugin

A modern, feature-rich player economy plugin for Minecraft servers. NextPay provides a robust payment system with clean APIs, intuitive commands, and seamless integration capabilities for other plugins.

Economy Spigot Paper Free Open Source Active
NextPay.java
public class NextPay extends JavaPlugin {
// Economy API
public double getBalance(Player p) {
return economy.get(p);
}
public void deposit(Player p, double amt) {
economy.add(p, amt);
}
}
Premium

Premium Plugins in Development

We're working on premium plugins with extended features. Free plugins will always remain open source — premium ones help sustain the project.

Join Discord for updates
The Team

Meet the developer

m

myraclez

Founder & Lead Developer

Klyde Development

Full-stack Minecraft plugin developer with a passion for clean architecture and creating tools that server owners actually need.

Get Support

Need help? Join our Discord

Whether you need help setting up NextPay, found a bug, or want to know about upcoming premium releases — our Discord community is the place to be.