HomeJavaModsBetterPotionsExtended
ModsJava

BetterPotionsExtended

An advanced utility plugin to easily override, extend, and visually configure custom potion durations in Minecraft.

⬇ Download on Modrinth
BetterPotionsExtended — screenshot 1BetterPotionsExtended — screenshot 2BetterPotionsExtended — screenshot 3

🧪 BetterPotionsExtended

Version Platform Minecraft

An advanced, high-performance sandbox utility engine designed to seamlessly override, extend, and visually display custom potion mechanics across all configurations. Fully supports Minecraft 1.21+ Trial Chamber variants (like Weaving) via real-time, interactive in-game UI controls!


🚀 Key Features


🔧 Commands

All subcommands feature intelligent, deep Tab-Completion that dynamically populates online player names, valid potion keys, and item forms as you type.

Command Description Permission
/bpe potions Opens the interactive visual GUI configuration editor. betterpotionsextended.admin
/bpe give <player> <potion> [type] Instantly spawns a custom potion stack into a player's inventory. betterpotionsextended.admin
/bpe reload Reloads the config.yml settings live into the server memory. betterpotionsextended.admin

Examples


📦 Installation

  1. Download the compiled plugin jar from our versions tab.
  2. Stop your server and place the jar file into your server's /plugins/ folder.
  3. Start the server to generate the default configuration folder.
  4. If you use a permission manager (like LuckPerms), grant your admin group the following permission node: betterpotionsextended.admin

⚙️ Configuration

You can edit times via the /bpe potions game menu, or modify the plugins/BetterPotionsExtended/config.yml file directly. All values are set in seconds:

# BetterPotionsExtended Configuration
# All durations are defined in seconds. Set a value to -1 to fall back to vanilla defaults.

potions:
  STRENGTH:
    tier_1:
      normal_duration: 360       # Standard drinkable potion duration
      extended_duration: 480     # Redstone-extended potion duration
      splash_duration: 270       # Splash potion duration
      lingering_duration: 90     # Lingering cloud effect duration
  SPEED:
    tier_1:
      normal_duration: 360
      extended_duration: 480
      splash_duration: 270
      lingering_duration: 90
  WEAVING:
    tier_1:
      normal_duration: 180
      splash_duration: 135
      lingering_duration: 45
Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more