Skip to content
Puranode

Guide

How to Commission a Custom Minecraft Plugin

Before paying anyone to write a custom Minecraft plugin, search Hangar, Modrinth and SpigotMC, because what you want may already exist and be configurable. If it does not, the brief decides the price far more than the developer does: the exact server version, the behaviour step by step, the edge cases, permissions, configuration, what survives a restart and which plugins it must live alongside. This guide shows what a brief needs, writes one out in full for a Varo event, and covers what to insist on at handover and what an update costs.

Published

FAQ

Frequently asked

Is there already a Varo plugin I can use?

Several public ones exist, and at the time of writing at least one on Modrinth lists support up to Minecraft 26.2. Varo has no single official ruleset, though, so the real question is whether a plugin enforces your session length, your border, your strikes and your definition of a day. Compare its rules with yours line by line. If its config gets close enough, use it. If not, that is when a custom build earns its price.

Should I buy a paid plugin or commission a custom one?

Buy when your need is common and the author's rules suit you, because you share the maintenance cost with every other buyer. Commission when the rules are yours, or when you need the source. Whether a paid plugin ever comes with source is up to the seller, and if its author stops updating it you wait or replace it. A commission can make the source part of the deal, so a future update is a job any competent developer can quote.

Can Skript or a datapack do this instead of a plugin?

For small things, often. A datapack suits changes made entirely with vanilla mechanics, such as recipes, loot tables and advancements, and players install nothing. Skript suits short server-specific rules an admin wants to edit, though it requires Paper. A Varo event is beyond what a datapack does comfortably and at the edge of what Skript handles well, because timers, persistence, admin tools and edge cases add up to a program, and a program is easier to maintain as a Java plugin.

Will my plugin still work after the next Minecraft update?

Nobody honest will promise it. A plugin that sticks to the Paper API often needs little or nothing for a minor release, while one that reaches into server internals is more likely to break. Plugins it depends on must update first, and a new Java requirement can move the runtime under everything, as 26.1 did with Java 25. None of that is a defect, so it is new work rather than something the 30-day backing covers. If you need the plugin kept current, say so in the brief.

Can I sell a plugin I commissioned?

Only if your agreement gives you that right, so read what the quote says about ownership before you plan on it. Then check licences. Paper is GPLv3, how far that reaches into plugins built against its API is disputed, and every library bundled into the jar carries its own licence. Ask the developer which licence the code is delivered under and what is bundled, and take legal advice on your own plans before selling anything.

Projects referenced

This guide names other people’s work. These are their own pages, so you get the current documentation rather than our summary of it.

  • HangarNamed first among the repositories to search before commissioning anything: the PaperMC team's own plugin repository for Paper, Velocity and Waterfall.
  • ModrinthNamed as the repository that lists plugins alongside mods and data packs with platform and exact-version filters, and where the guide's Varo search was run.
  • SpigotMCNamed as the third catalogue to search, including its paid premium plugins.
  • PaperThe server software the worked brief targets, whose GPLv3 licence file, hard fork from Spigot and 1.20.5 switch to a Mojang-mapped runtime the guide describes.
  • Paper plugin.yml referenceThe source for the api-version, depend, softdepend and permission-default behaviour the brief and update sections rely on.
  • FoliaNamed in the brief section as the Paper fork whose own page warns that it breaks most public plugins.
  • SkriptNamed as the scripting route; its README states that it requires Paper and supports the last 18 months of Minecraft versions.
  • FabricNamed as one of the mod loaders that pin a mod to a loader and a Minecraft version on the server and every client.
  • NeoForgeNamed alongside Fabric in the comparison of who has to install and update what.
  • LuckPermsThe permissions plugin the worked Varo brief names as the one the event plugin must work alongside.
  • Gradle WrapperNamed in the handover section as the way a committed project pins its own Gradle version so anyone can reproduce the build.
  • GitNamed as the version control the handover should arrive in, with its history intact rather than as a zip of the final state.

Have a brief, or most of one?

Describe what you need in plain language and get a fixed quote. The source code is handed over with the build, the build is backed for 30 days, and prices start from €69.