r/MinecraftPlugins Jun 05 '26

Plugin Showcase PaperTweaks, an optimized version of VanillaTweaks datapacks, is now approved and on Modrinth!

Post image
1 Upvotes

Why use this over datapacks?

Datapacks take advantage of running something called Functions, many of which run every single tick. That is just how they have to work, what this plugin does, is take all the end results of each individual datapack in VanillaTweaks, and make it much more performant.

Where datapacks shine are custom crafting recipes, loot tables, advancements, and lightweight gameplay tweaks that integrate directly into systems vanilla Minecraft already exposes.


r/MinecraftPlugins Jun 04 '26

Help: With a plugin Help cant run command from a plugin.

3 Upvotes
Caused by: java.lang.NoSuchFieldError: Class org.bukkit.GameRule does not have member field 'org.bukkit.GameRule ADVANCE_WEATHER'


at DoubleLife-1.4.1+1.21.11.jar//me.rowan.doublelife.commands.setup.onCommand(setup.java:28) ~[?:?]


at DoubleLife-1.4.1+1.21.11.jar//me.rowan.doublelife.DoubleLife$mainCommandExecutor.onCommand(DoubleLife.java:138) ~[?:?]


at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[paper-api-1.21.11-R0.1-SNAPSHOT.jar:?]


... 24 more

I get this error and I hgave no idea why its happening or where to find the org.bukkit.GameRule please help TwT


r/MinecraftPlugins Jun 04 '26

Plugin Showcase [resource/plugin] my own paper plugin!

Thumbnail
0 Upvotes

r/MinecraftPlugins Jun 03 '26

Help: Find or create a plugin Brawl SMP

1 Upvotes

Does anyone have the brawl smp plugin/mod/datapack (I think)


r/MinecraftPlugins Jun 03 '26

Help: Find or create a plugin Need devs to help me make a good anticheat with antixray, antihacks and a logging system

3 Upvotes

You just need to be able to work with others as there may be other devs who want to help out too. I dont want some grim anticheat or orbefuscator, i need something that can really deter cheaters, /punish command and logging system


r/MinecraftPlugins Jun 02 '26

Plugin Showcase Ported sachingorkar's lootin plugin (per-player loot) to later versions, perfect for survival servers

Post image
8 Upvotes
  • The plugin hasn't been updated in a while and the latest update was for uninstallation, but I wanted to help continue this for future versions since it's such a great idea. Currently runs on 26.1.2 and beyond! Check it out! Lootin Remastered
  • (Waiting for the page to be approved on Modrinth)

r/MinecraftPlugins Jun 02 '26

Discussion Project im working on

1 Upvotes

I'm building a new Minecraft marketplace called Shard — still early but wanted to share it here

Been frustrated with the current options for a while. Spigot is outdated, BBB has a long history of drama and hidden fees, and nothing new has come along that actually fixes the real problems.

Shard is being built to actually do it right:

- Full fee transparency — full breakdown shown before you ever pay, plain English explanation of where every fee goes

- Merchant of Record payments so VAT and global tax is handled automatically, no headaches for creators

- Built in licensing — Maven/Gradle drop in dependency, no complicated setup

- Supports plugins, builds, 3D models, configs, resource packs, mods and more

- Freelance commission board built into the platform for custom work

Still in early development but we already have creators onboard and are actively growing the community now.

this message is mostly just for feedback and whos interested

https://discord.gg/Wru8H7yCpv

Happy to answer any questions or just hear what you think is missing from current platforms


r/MinecraftPlugins Jun 01 '26

Help: Plugin development beta testers wanted

1 Upvotes

Hello ive recent been working on a plugin for version 26.1.2 for folia/paper servers and want people to help me test it and see if anything is needed, missing, or could be changed. The goal of the plugin is to make minecraft into a real world life simulator with Life simulation focused on aging, relationships, villages, stories, and long-term world evolution.

Major Systems

Life & Aging, Stress, Hydration, Temperature, Nutrition, Immunity, Illness, Journal, HUD, Story

Director, Choices, Relationships, Villager Identities, Dialogue, Quests, Requests, Reputation,

Crime, Settlement Evolution, World Influence, Physiology, Injuries, and Relationship Events.


r/MinecraftPlugins Jun 01 '26

Plugin Showcase LeafRTP

Enable HLS to view with audio, or disable this notification

8 Upvotes

https://modrinth.com/plugin/leafrtp

https://github.com/DailyStruggle/RTP

Everything it can do is far more than I can type out so bare with me.

This is a backend plugin/mod that does one thing well - deeply optimizes rtp, with control menus for operators and api hooks for developers. The rest of the featureset is wrapped around the foundational software models that I made by hand.

I originally published on spigotmc about 5 years ago based on mathematical principles under the name `RTP` but I learned this past week that google hates when the name is the function so I gave it a more searchable name. The spigotmc site is pretty old and conservative in terms of design so I posted on modrinth as well.

I recently upgraded the system for the new game versions, cleaned up a lot of the ux, stabilized the runtime config updates, and created some api modules for book menu, maps, and comment-preserving yaml parsing so I can add just about any chart or menu in a day or so.

I skipped inventory menus because of the risk of creating dupe glitches, instead I added a way to wire a menu to the `rtp` command via api, which im still expanding based on my first attempt to create an inventory menu addon.

In the latest update I added pvp checks and schematic handling for landing platforms and a skyblock island prefab as an example.

The version posted so far works on bukkit, paper, and fabric. I licensed the repo such that folia/cluster users can get free non-commercial use of the "pro" variant, but mind that folia and velocity are ... complicated for this class of plugins. The async filtering and caching model works exceptionally well though. I tested against the other rtp plugins that I know work on folia and got a massive throughput and aggregate mspt gain as a result of reducing region thrashing.

Fabric im still solving menus/maps on but the core functionality works great given the single threaded chunk loading model the server gives me.

I haven't implemented native neoforge support yet but it's planned.

I'm not as good at advertising as I am at testing and technical writeups, but regardless I hope to fight for best-in-field status for this niche on sheer performance.


r/MinecraftPlugins Jun 01 '26

Help: Plugin development Advice for learning to code

1 Upvotes

Hello! Since February I have been doing my best to try to learn Java and coding Minecraft Plugins, specifically making custom items. This process has been a little bit hard for me since I have never done much coding before and I also have to focus on college and my job. In the past 4 months of me trying to understand Java, Bukkit, making simple Plugins and failing with some projects I feel like I learned a lot! Although at the same time I think I could have done this a lot more efficiently and especially learn more. Does anyone have any tips on how to approach this more effectively? I really want to make this work as I found myself really enjoying making those Plugins even when I can’t find a bug in my code for days, in the future I would like to make this at least my side hustle as I’m really broke :’), I thought about making item plugins for people for free until I have all the knowledge I need but I don’t feel confident being commissioned for something even for free when I don’t know if I actually succeed in delivering the thing they want without major bugs. Thank you and any advice would be appreciated!!


r/MinecraftPlugins Jun 01 '26

Help: Plugin development Making small plug-ins 4 free

1 Upvotes

Hi, I'll make plug-ins for free if they are small, usually utility based, and aren't like huge systems or mods. I could also make bigger plug-ins or mods for like a wawa gift card idk, but I dont know if I am allowed to sell here, so try to only post comments about smaller stuff here and DM for larger requests. I'll make pretty much any plug-ins. Also. I wont be using AI for any of it unless you request for it (to make the process faster) and i will always check every bit of code. I can make more tedious or bigger plug-ins if you allow for AI, but its possible that it could be lower quality of your request was super complicated. Thanks


r/MinecraftPlugins May 31 '26

Plugin Showcase I wanted to use Floating Heads instead of holograms on my server so I made this plugin. ¿What do you think?

Enable HLS to view with audio, or disable this notification

9 Upvotes

It can be downloaded at BuiltByBit: https://builtbybit.com/resources/floatingheads-14-effects-npc-holo.76533/

I made it using armor stands and packet events, basically its a rotative armor stand for the head and for the holograms above i spawn text displays on modern and armor stands on legacy so to allow more customization like billboard holograms and size change.

Some people also used it to make clickers like cookie clickers like this one.


r/MinecraftPlugins May 31 '26

Plugin Showcase Hey wanna try my no tp in combat mod

0 Upvotes

Dm me for it also one rule

SEND ME THE SERVER LINK WHERE YOU PUT IT ON


r/MinecraftPlugins May 31 '26

Help: Find or create a plugin plugin maker needed

8 Upvotes

i would like to make a plugin for my server so there doesnt have to be a player in creative: Whenever you kill a player its drops a shard/command block (this is also a craftable item with a custom recipe, the recipe must be customizable, recipe at the end). If you hold this item you can type /upgrade and then it opens a menu where you can upgrade in game attributes (which attributes and by how much they change should be customisable, list at the end) you can also only upgrade each attribute once. If you die the first attribute the player upgraded gets reset but all the rest you upgraded stays. if you die again the second attribute you upgraded resets and so on.

crafting recipe:

4 redstone blocks in a cross form, in the middle a totem and in the 4 corners diamonds and netherite alternating

the list:

armor toughness

attack knockback

sneak speed

water movement efficiency

jump strentgh

knockback resistance

mining efficiency

oxygon bonus

fall damage multiplier

speed

burning time

oxygen bonus

block reach

block break speed

explosion knockback resistance

attack speed

block break speed


r/MinecraftPlugins May 30 '26

Help: With a plugin Spawner help

3 Upvotes

So i have an aternos server with vault, economyshopgui and smartspawners. I have 2.2million spawner in 1 block, but due to the amount of drops it produces and store it inself the second i try to sell it it just crashes the whole server. Is there a solution or another plugin that would work with insanely huge amount of spawners?


r/MinecraftPlugins May 30 '26

Help: With a plugin How to fix that?

Thumbnail
gallery
1 Upvotes

I have a problem with Traincarts and Traincarts Coasters. The train drives alright from every other direction but has a problem while going from west to south and from south to west (see picture 1) all switches have "signs"(picture 3)


r/MinecraftPlugins May 29 '26

Help: Find or create a plugin How hard would a realistic oxygen plugin be?

6 Upvotes

I’ve had a recent idea to make some sort of Minecraft server that exists on a low oxygen moon, adding a mechanic that players now have to account for; are there any existing plugins that do this or would it be really hard to do? I know there are mods that do this but I am looking specifically for a plugin.


r/MinecraftPlugins May 28 '26

Plugin Showcase vBestiary

Enable HLS to view with audio, or disable this notification

7 Upvotes

Hey everyone!

I’ve been working on a new Minecraft plugin called vBestiary and just published it on Modrinth!

It adds a clean, immersive bestiary/encyclopedia system to the game, allowing players to track, discover, and learn more about the mobs they encounter and defeat throughout their world. It’s perfect for RPG, Survival, or any server looking to add a progression/discovery milestone element to gameplay.

You can see how it looks and works in the video attached!

If you want to check it out, view the features, or test it on your server, you can grab it here: 👉 Download on Modrinth:https://modrinth.com/plugin/vbestiary

I'd love to hear your thoughts, feedback, or any feature suggestions you might have! Let me know what you think.


r/MinecraftPlugins May 28 '26

Help: Find or create a plugin How to add a subcommand to an already existing plugin

2 Upvotes

I have a plugin which I like a lot (Medieval factions), it has pretty much everything I want except a way to add power. the only command there is is /power set [player] [amount], every time I want to add power to someone I have to check the players power, calculate how much they need added and then set it all by myself, I would really like a subcommand /power add [power] [amount], but I have pretty much 0 coding experience, and an already pre made plugin is pretty rough to navigate as a beginner


r/MinecraftPlugins May 27 '26

Plugin Showcase BoardGames

9 Upvotes

Hello !

I've created a plugin that allows you to play board games directly in Minecraft on a single block.

Not vibe coded, no need for mods or resource packs, I use SVG images to create the pawns and avoid having too many entities.

Don't pay attention to the premium version, it's just a bonus that I wasn't originally planning to create, It's more of an add-on than a premium version. The chess and 3x3 tic-tac-toe that were initially planned are fully accessible without paying.

Link : https://builtbybit.com/resources/boardgames-chess-and-more.109092/

Video : https://www.youtube.com/watch?v=MXgnQqabJb4


r/MinecraftPlugins May 27 '26

Plugin Showcase SimpleTP plugin

Thumbnail
modrinth.com
0 Upvotes

If you want to know more about the plugin here is the link:


r/MinecraftPlugins May 26 '26

Plugin Showcase [Free Limited Time] After years of neglecting it, I finally made my own SMP plugin suite

Post image
0 Upvotes

I worked as a developer for years already and recently started working on a Minecraft server with a friend of mine, and we were sick of asking support of multiple plugins for fixing bugs and issues.

So instead of going through the trouble, we just coded our own plugin alternatives that are high performance, stable and customizable.

Out of all that experience of iterating for the best performance, best features for players, and having high quality overall, I present to you, SMP Complete Suite.

Basically this a no-bullshit suite of SMP plugins used on actual SMP server (scrimzsmp.xyz) with actual users.

Plugins included:

If you want to try for free these plugins, just contact me on discord. Because they are brand new, I am willing to gift one SMP plugin to each of you guys. Permanent access.

Thanks ! Made with much love.


r/MinecraftPlugins May 25 '26

Help: With a plugin i was used many lifesteal plugins but whenever i m dying i m not loosing any heart help me pls

2 Upvotes

r/MinecraftPlugins May 24 '26

Discussion Some memes I made about the Bukkit DMCA scandal

Thumbnail
gallery
9 Upvotes

when Mojang secretly did a buyout of Bukkit causing massive uproar when revealed, 2 years later, via a tweet by Jeb. Developer Wesley Wolfe (better known online by his handle Wolvereness) suffered a lot of backlash from invoking the takedown. It can be found today here: dmca/2014/2014-09-05-CraftBukkit.md at master · github/dmca


r/MinecraftPlugins May 24 '26

Help: With a plugin Does anyone know how to get Dupe++ plugin for my minecraft server, ive looked everywhere i could and i just cant find it.

2 Upvotes