AetherPotions - Lightweight Custom Potions icon

AetherPotions - Lightweight Custom Potions -----

Lightweight, easy to use custom potion plugin.



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
  • /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)
Resource Information
Author:
----------
Total Downloads: 1,742
First Release: Aug 18, 2020
Last Update: Aug 25, 2024
Category: ---------------
All-Time Rating:
9 ratings
Find more info at kardasland.gitbook.io...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings