StackableBrews
Allows players to stack Potions, Splash Potions, and Lingering Potions up to a configurable amount (1–99) with smart inventory handling.
StackableBrews
<div align="center"> <h1>StackableBrews </h1> </div>
A lightweight quality-of-life plugin that removes the native 1-potion-per-slot restriction in Minecraft. Great for survival servers or RPG themes, giving inventory space back to your players. This plugin handles the vanilla issues that come with stacked items automatically.
Features
* Combat Friendly: Change the maximum stack size for standard Potions, Splash Potions, and Lingering Potions in the configuration. * Combat Friendly: Built specifically for modern Minecraft item handling (supports stacks 1-99). * Combat Friendly: Prevents players from placing stacked potions into Brewing Stands, which would break the vanilla brewing process. Only allows 1 at a time in the brewing slot. * Combat Friendly: When players drink a potion from a stack, only one item is consumed, and the empty glass bottle is added to an open inventory slot (or dropped if full), preserving the remaining stack. * Combat Friendly: Throwing stacked Splash or Lingering potions correctly consumes only one item from the hand.
Commands
* `/potions reload` - Reloads the plugin configuration.
Permissions
* `potionstacks.admin` - Allows usage of the `/potions reload` command.
Configuration
The default `config.yml` is simple and straightforward:
```yaml
Set the maximum stack size for all potion types.
Vanilla Minecraft supports native stacking from 1 to 99.
max-potion-stack-size: 16 ```
<div align="center">
<div style=" max-width: 420px; padding: 20px; border-radius: 16px; background: rgba(88,101,242,0.08); border: 1px solid rgba(88,101,242,0.3); ">
<h2>🛠 Support & Bug Reports</h2>
<p style="opacity:0.85;"> Found a bug or need help setting up the plugin?<br> Report issues directly on Discord. </p>
<br>
<a href="https://discord.com/users/530425932947783692"> <img src="https://img.shields.io/badge/Report%20Bugs%20on%20Discord-5865F2?style=for-the-badge&logo=discord&logoColor=white"> </a>
</div>
</div>