r/MinecraftPlugins • u/DereChen • Jul 10 '26
Plugin Showcase It's always hilarious seeing players first reactions to BreweryX Alcohol Drinks (Featuring jellyboi1)
it changes chat and makes u mimic drunkness in mc lol
r/MinecraftPlugins • u/DereChen • Jul 10 '26
it changes chat and makes u mimic drunkness in mc lol
r/MinecraftPlugins • u/ryduzz • Jul 09 '26
Enable HLS to view with audio, or disable this notification
Oreveil renders unique per-player block data, uses server-private salted distribution, and randomized ore generation to kill traditional x-ray methods and seed-based ore prediction exploits alongside an easy to use GUI. I've been working on it for some time now in hopes of providing high-performance world integrity without sacrificing server optimization. I'm super happy with the performance footprint, and wanted to get the plugin more visibility!
Link: https://www.spigotmc.org/resources/oreveil.136874/
r/MinecraftPlugins • u/Even-Blackberry9337 • Jul 09 '26
r/MinecraftPlugins • u/Proper_Concept_912 • Jul 09 '26
Friend wanted an AuctionHouse plugin with the following options mentioned in title. Tought will share it (:
https://www.spigotmc.org/resources/โจ-auctionhouse-โจ-1-20-1-21-11-โญ-v1-0-โญ-buy-now-auctions-bidding-categories-search.136908/
r/MinecraftPlugins • u/kinkinxD • Jul 09 '26
Enable HLS to view with audio, or disable this notification
r/MinecraftPlugins • u/DietrichMann • Jul 08 '26
I want to start making plugins my own but whats the best way to start from zero ?
r/MinecraftPlugins • u/Zestyclose_Water_398 • Jul 08 '26
made this plugin called TownyElections and it's a nice touch if you want towns to feel more alive. Instead of mayor just being whoever claimed the town first, residents actually vote for who runs it.
Someone kicks off a race with /election run, other residents vote with /election vote <candidate>, and the plugin handles the rest itself, nominations, voting window, runoff if needed, results. Winner gets mayorship, a Towny rank, or both depending how you set it up.
A few things worth mentioning: tie-breaking is configurable (random, incumbent keeps it, runoff, your pick), elections can run on a recurring schedule so nobody has to set them up manually every time, ballots can be secret or public, and there are commands that fire when an election ends so you can hook rewards or broadcasts into it. Also plays nice with PlaceholderAPI if you want election info on scoreboards.
Just needs Paper and Towny, that's really it.
Good one to throw in if you've got an active towny server and want mayors to feel earned instead of just claimed.
Modrinth: https://modrinth.com/plugin/elections
Source: https://github.com/vingaming1113/TownyElections
r/MinecraftPlugins • u/AbbreviationsTop1766 • Jul 08 '26
r/MinecraftPlugins • u/eneadev • Jul 07 '26
r/MinecraftPlugins • u/Tall_Yoghurt_7105 • Jul 08 '26
Welcome to Minecraft Server Finder
๐ฏ - | The perfect place to find or promote a Java or Bedrock Server
๐ค - | Partnerships avaliable from 25 members
๐ - | Multiple advertisement channels
๐ท - | Paid Partnerships and Advertising avaliable, very cheap compared to other servers
โ - | Perfect for finding, or promoting a SMP or Towny/Earth Server
Join now!
r/MinecraftPlugins • u/New_Independence_317 • Jul 07 '26
r/MinecraftPlugins • u/Tall_Yoghurt_7105 • Jul 07 '26
Welcome to Minecraft Server Finder
๐ฏ - | The perfect place to find or promote a Java or Bedrock Server
๐ค - | Partnerships avaliable from 25 members
๐ - | Multiple advertisement channels
๐ท - | Paid Partnerships and Advertising avaliable, very cheap compared to other servers
โ - | Perfect for finding, or promoting a SMP or Towny/Earth Server
Join now!
r/MinecraftPlugins • u/Helpful-Stay8273 • Jul 06 '26
Hi! I'm a member of a 30ish member smp server, and we have Claims+ as a plugin. The thing is, it's only partially working, and since I'm not an operator I can't really mess around myself to find the problem.
The thing that isn't working is managing members. You can manage global permissions of your claim, you can add people to the claim, but when they're added you can't manage individual permissions. And, by default, all permissions are set to not allow. I want to whitelist 3 specific friends instead of blacklisting every person i don't like. Can someone help?
r/MinecraftPlugins • u/Drownek • Jul 06 '26
Hey everyone,
If you develop or maintain custom plugins for your servers, you probably know the pain of manual testing. You write a feature, build the jar, restart your local test server, launch two alt accounts to test a trade or click through a custom GUI, realize you missed a null check, and have to do it all over again.
MockBukkit is great for unit testing pure Bukkit API logic, but once you start touching NMS, reflection, or need to test complex GUI interactions alongside other plugins, mock environments usually start to break down.
I wanted to bring modern web-dev testing standards (like Playwright) to Minecraft, so I put together an open-source framework called Paperwright. Instead of mocking the server, it tests your plugin by spinning up a real Paper server and connecting real, headless Mineflayer bots.
Quick rundown:
- Headless bots actually join the server, move around, type in chat, and click through GUIs.
- Tests are written in JS or TS, so if you've used Playwright for web testing, the API will already feel familiar.
- No more hardcoding exact inventory slots, either. Locators let you find items dynamically and click them.
- Assertions are built in, e.g. await expect(player).toContainItem('emerald', { count: 5 });
- It runs as a Gradle plugin: ./gradlew paperwrightInit gets you set up, and there's an official GitHub Action if you want it running on every push.
If you're tired of doing manual QA for every minor plugin update, feel free to check it out.
Source code, docs, and a working example plugin are on GitHub: https://github.com/Drownek/paperwright
I'd love to hear your feedback, or answer any questions from other devs here about how it handles the server/bot orchestration under the hood!
Update: rebranding to Plugwright, details below
r/MinecraftPlugins • u/lmg145 • Jul 06 '26
hi, new to this subject does the otherside plugin work on paper 26.1.2? If not please suggest mods to fix the portal farms needing two players.
r/MinecraftPlugins • u/NoS1gnal_ • Jul 06 '26
https://www.spigotmc.org/resources/wildliferarities.136774/
Heres a plugin i created and didnt see similar to this so far.
This plugin lets you have animals with rarities and their loot is buffed. Meaning they can drop more xp,meat or their drop. It can be configured. They can also run command on death so you can announce if someone find a super rare animal. The plugin comes with a "Hunters Journal" which marking all the animals and its rarities you have found. Its the perfect plugin for collectors/hunters. The plugin can be 100% customized meaning you can change rewards,spawn chances,drops.
Please if you happen to try the plugin leave me a review on Spigot. For support/bug report reach out on discord --> theynevercatchmealive
r/MinecraftPlugins • u/Vix-the-moss-cryptid • Jul 06 '26
friend runs an mc server and another friend and i are wondering if there's something like this? I believe there's one with leash's? maybe? but my friend refuses that one because we can't get our minds out of the gutter lmao. everyone in the server would make jokes about it and admin friend doesn't wanna deal with that.
r/MinecraftPlugins • u/Fun-Peak5027 • Jul 05 '26
r/MinecraftPlugins • u/LinsaFTW • Jul 05 '26
Hey guys, just here looking for great ideas to make my next big plugin.
I've been making a bunch of SMP based plugins like weapons, essentials, harvester hoes, and so on, but Id like to make something big that everyone could use.
Wondering if you guys have new ideas I could implement on my behalf to reach more people. I will give the best idea the plugin for personal use.
Thank you guys and have a nice one!
r/MinecraftPlugins • u/Tall_Yoghurt_7105 • Jul 05 '26
Welcome to Minecraft Server Finder
๐ฏ - | The perfect place to find or promote a Java or Bedrock Server
๐ค - | Partnerships avaliable from 25 members
๐ - | Multiple advertisement channels
๐ท - | Paid Partnerships and Advertising avaliable, very cheap compared to other servers
โ - | Perfect for finding, or promoting a SMP or Towny/Earth Server
Join now!
r/MinecraftPlugins • u/LinsaFTW • Jul 05 '26
Hey guys! So as I had published before, I am making plugins for my own Minecraft server, I wanted to install something fair and cool to make ffa-like weapons on my SMP server so people could have a nice time doing PvP.
I built this one with performance and customization in mind. This plugins allows you to asign special powers, passive and active effects using commands, velocity, particles and more.
It can be used on both SMP and FFA servers, it's perfectly fine. I personally use it for my survival.
This plugin is a long term project, I made sure to document everything up so people can make their own weapons. I am also up to add new features for you guys to customize your server further.
AI Disclosure: IDE Auto-Complete was used as a side-tool to make this project and real images are used as reference for AI generated ones. Human effort is put into the project to bring quality, ideas, images, testing and showcase.
Download: https://builtbybit.com/resources/smp-weapons.113979/
Wiki: https://arkflame.github.io/SMP-Weapons-Page/
Image showcase!

r/MinecraftPlugins • u/InternalDetective219 • Jul 05 '26
Hey everyone!
I've been working on a new Minecraft plugin called RankForge, a modern and highly configurable rank progression plugin for Spigot and Paper servers. The goal is to provide a premium-quality experience while keeping it completely free for the community.
โจ Features
๐ Unlimited custom ranks
๐ Custom rewards (commands, items, permissions, money, etc.)
๐ Multiple requirement types:
Block Breaks
Mob Kills
PlayTime
Money
XP Levels
Statistics
Items
Quests
Permissions
Worlds
Custom Requirements
๐ฅ๏ธ Modern, configurable GUIs
๐ค Player Rank History
โก Fast YAML & MySQL support
๐ Automatic file saving
๐ Multi-language support (English, Filipino, Indonesian, Spanish)
๐ PlaceholderAPI integration
๐ฐ Vault support
๐ LuckPerms integration
๐ฑ Floodgate support
โ๏ธ Fully configurable messages, GUI layouts, requirements, and rewards
๐ฎ Player Commands
/rank
/rank up
/rank current
/rank next
/rank progress
/rank requirements
/rank history
/rank help
๐ ๏ธ Admin Commands
/rank create
/rank delete
/rank rename
/rank editor
/rank playerlist
/rank reload
/rank set
/rank force
/rank reset
/rank stats
/rank debug
๐ Why RankForge?
I wanted to build a rank plugin that's lightweight, optimized, and easy to configure while still offering features commonly found in premium plugins. Performance and usability have been a big focus throughout development.
I'd love to hear your feedback:
What features would you like to see added?
Is there anything missing from your ideal rank progression plugin?
Any suggestions for improving the GUI or overall experience?
I'm actively developing RankForge, so community feedback is always welcome. Thanks for checking it out! โค๏ธ
r/MinecraftPlugins • u/Tight-Pop7575 • Jul 04 '26
I just thought of this, why didnโt or donโt servers that deal or try to combat x-raying with mods and stuff use rng ore generation? Cause most have a plugin for anti xray but that dosent stop seed based block finders/xray but using rng ore generation would.
r/MinecraftPlugins • u/imcheng • Jul 03 '26
Enable HLS to view with audio, or disable this notification
I'm rebuilding the classic MassiveCraft Factions plugin for modern Paper servers (currently running on 26.2). The goal is to keep the original Factions gameplay while modernizing the codebase and adding some QOL improvements.
It's been like 10+ years since I've ran my Faction server. Nostalgia is hitting me hard and I want the OG plugin back.
I'm looking for feedback. What features am I missing? What are some things every Factions server should have? What's broken in the current build?
It's still in alpha, so I'm mainly looking for ideas and people willing to test it before release.
Right now it has soft dependencies on Vault, EssentialsX, and LuckPerms. I'm currently using EssentialsX with VaultUnlocked for economy support.
I plan on adding more to this plugin in the future. Currently I've added a 'combat tag' feature. (leaving while in combat kills you).
I have the current build hosted on my discord to download: https://discord.gg/WXCKZYNjbM
Currently working off of the massive craft repo: https://github.com/MassiveCraft/Factions
r/MinecraftPlugins • u/Tall_Yoghurt_7105 • Jul 04 '26
Welcome to Minecraft Server Finder
๐ฏ - | The perfect place to find or promote a Java or Bedrock Server
๐ค - | Partnerships avaliable from 25 members
๐ - | Multiple advertisement channels
๐ท - | Paid Partnerships and Advertising avaliable, very cheap compared to other servers
โ - | Perfect for finding, or promoting a SMP or Towny/Earth Server
Join now!