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"
# 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
- /aetherpotions -> Displays help menu. (aetherpotions.help)
- /aetherpotions give <player> <potionid> [amount] -> gives player a potion. (aetherpotions.give)
- /aetherpotions info <potionid> [detailed(true/false)] -> Gives information and config errors about the potion. (aetherpotions.info)
- /aetherpotions list-> Reloads plugin. (aetherpotions.list)
- /aetherpotions reload -> Reloads plugin. (aetherpotions.reload)
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.13, 1.14, 1.15
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
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.