HomeJavaModsAetherPotions - Lightweight Custom Potions
AetherPotions - Lightweight Custom Potions
ModsJava

AetherPotions - Lightweight Custom Potions

⬇ Download on Spigot
Plugin Support Link
Plugin Wiki

[​IMG]

[​IMG]
Spoiler: potions.yml
Code (YAML):
potions :
  # Drinkable potion example
  # potion id. Needs to be unique.
  drink
:
    displayName
: "&cDrink"
    lore
:
     - "&5Drink potion attempt"
    # Will potion be splash or drinkable?
    isSplash
: false
    # If it is drinkable, will it delete the bottle?
    deleteBottle
: true
    data
:
      # Potion type. Things like Speed, Strength etc..
      # List: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/potion/PotionType.html
      potionType
: "STRENGTH"
    particle
:
      # Particle system.
      # List: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Particle.html
      enabled
: false
      type
: ""
      # Time in seconds.
      time
: 200
      # Particle amount per second. You have to try and test this setting.
      amount
: 20
    commands
:
      # If it is splash, you can remove this line.
      drinkingCommands
:
       - "msg %player% ae"
      # If it is drinkable, you can remove this line.
      splashCommands
:
       - ""
      afterEffect
:
        # After Effect feature.
        enabled
: true
        # Time in seconds.
        time
: 5
        commands
:
         - "give %player% diamond 5"
  # Splash potion example. Pretty much same.
  # You need to enable potion-splash flag on regions you want to enable splash potions!
  splash
:
    displayName
: "&cSplash Try"
    lore
:
     - "&5Trying splash feature"
    isSplash
: true
    deleteBottle
: false
    data
:
      potionType
: "STRENGTH"
    particle
:
      enabled
: true
      type
: "END_ROD"
      time
: 10
      amount
: 50
    commands
:
      drinkingCommands
:
       - ""
      splashCommands
:
       - "give %player% iron_ingot 5"
      afterEffect
:
        enabled
: true
        time
: 8
        commands
:
         - "msg %player% afterEffect"

Commands & Permissions

Commands

Plugin details

Read from the plugin's own plugin.yml.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

AetherPotions - Lightweight Custom Potions is a free Minecraft Java mod. Compatible with Minecraft 1.13, 1.14, 1.15, 1.16 and newer. Downloaded 2,832 times (via Spigot). Download it and open it directly in the game.

Explore more