HomeJavaModsPotion Manager [1.8 ~ 1.14] ~ GUI Potion Management Plugin!
Potion Manager [1.8 ~ 1.14] ~ GUI Potion Management Plugin!
ModsJava

Potion Manager [1.8 ~ 1.14] ~ GUI Potion Management Plugin!

⬇ Download on Spigot
Potions.png
Potions is a simple plugin that allows users to receive permanent potion effects until they die or leave the server! Potion effects can be enabled via command and disabled via command or GUI.

PotionsFeatures.png
PotionsCommands.png
PotionsPermissions.png

Code (Text):
permissions:
    PotionManager.Use:
        description: Permission to open the GUI
        default: op
    PotionManager.Reload:
        description: Permission to reload the config
        default: op
    PotionManager.Absorption:
        description: Permission to use the absorption potion effect
        default: op
    PotionManager.Absorption.Others:
        description: Permission to enable or disable other players absorption potion effect
        default: op
    PotionManager.Blindness:
        description: Permission to use the blindness potion effect
        default: op
    PotionManager.Blindness.Others:
        description: Permission to enable or disable other players blindness potion effect
        default: op
    PotionManager.Confusion:
        description: Permission to use the confusion potion effect
        default: op
    PotionManager.Confusion.Others:
        description: Permission to enable or disable other players confusion potion effect
        default: op
    PotionManager.FireResistance:
        description: Permission to use the fire resistance potion effect
        default: op
    PotionManager.FireResistance.Others:
        description: Permission to enable or disable other players fire resistance potion effect
        default: op
    PotionManager.Haste:
        description: Permission to use the haste potion effect
        default: op
    PotionManager.Haste.Others:
        description: Permission to enable or disable other players haste potion effect
        default: op
    PotionManager.HealthBoost:
        description: Permission to use the health boost potion effect
        default: op
    PotionManager.HealthBoost.Others:
        description: Permission to enable or disable other players health boost potion effect
        default: op
    PotionManager.Invisibility:
        description: Permission to use the invisibility potion effect
        default: op
    PotionManager.Invisibility.Others:
        description: Permission to enable or disable other players invisibility potion effect
        default: op
    PotionManager.JumpBoost:
        description: Permission to use the jump boost potion effect
        default: op
    PotionManager.JumpBoost.Others:
        description: Permission to enable or disable other players jump boost potion effect
        default: op
    PotionManager.NightVision:
        description: Permission to use the night vision potion effect
        default: op
    PotionManager.NightVision.Others:
        description: Permission to enable or disable other players night vision potion effect
        default: op
    PotionManager.Poison:
        description: Permission to use the poison potion effect
        default: op
    PotionManager.Poison.Others:
        description: Permission to enable or disable other players poison potion effect
        default: op
    PotionManager.Regeneration:
        description: Permission to use the regeneration potion effect
        default: op
    PotionManager.Regeneration.Others:
        description: Permission to enable or disable other players regeneration potion effect
        default: op
    PotionManager.Resistance:
        description: Permission to use the damage resistance potion effect
        default: op
    PotionManager.Resistance.Others:
        description: Permission to enable or disable other players damage resistance potion effect
        default: op
    PotionManager.Speed:
        description: Permission to use the speed boost potion effect
        default: op
    PotionManager.Speed.Others:
        description: Permission to enable or disable other players speed potion effect
        default: op
    PotionManager.Slowdown:
        description: Permission to use the slowdown potion effect
        default: op
    PotionManager.Slowdown.Others:
        description: Permission to enable or disable other players slowdown potion effect
        default: op
    PotionManager.Strength:
        description: Permission to use the strength potion effect
        default: op
    PotionManager.Strength.Others:
        description: Permission to enable or disable other players strength potion effect
        default: op
    PotionManager.WaterBreathing:
        description: Permission to the the water breathing potion effect
        default: op
    PotionManager.WaterBreathing.Others:
        description: Permission to enable or disable other players water breathing potion effect
        default: op
    PotionManager.Weaknesss:
        description: Permission to the the weakness potion effect
        default: op
    PotionManager.Weakness.Others:
        description: Permission to enable or disable other players weakness potion effect
        default: op
    PotionManager.Commands.All:
        description: Permission to use all the commands
        default: false
        children:
            PotionManager.Use: true
            PotionManager.Reload: true
    PotionManager.Potions.All:
        description: Permission to use all potion commands.
        default: false
        children:
            PotionManager.Absorption: true
            PotionManager.Blindness: true
            PotionManager.Confusion: true
            PotionManager.FireResistance: true
            PotionManager.Haste: true
            PotionManager.HealthBoost: true
            PotionManager.Invisibility: true
            PotionManager.Jumpboost: true
            PotionManager.NightVision: true
            PotionManager.Poison: true
            PotionManager.Regeneration: true
            PotionManager.Resistance: true
            PotionManager.Speed: true
            PotionManager.Slowness: true
            PotionManager.Strength: true
            PotionManager.WaterBreathing: true
            PotionManager.Weakness: true
    PotionManager.Others.All:
        description: Permission to enable or disable other players potion effect.
        default: false
        children:
            PotionManager.Absorption.Others: true
            PotionManager.Blindness.Others: true
            PotionManager.Confusion.Others: true
            PotionManager.FireResistance.Others: true
            PotionManager.Haste.Others: true
            PotionManager.HealthBoost.Others: true
            PotionManager.Invisibility.Others: true
            PotionManager.Jumpboost.Others: true
            PotionManager.NightVision.Others: true
            PotionManager.Poison.Others: true
            PotionManager.Regeneration.Others: true
            PotionManager.Resistance.Others: true
            PotionManager.Speed.Others: true
            PotionManager.Slowness.Others: true
            PotionManager.Strength.Others: true
            PotionManager.WaterBreathing.Others: true
            PotionManager.Weakness.Others: true
    PotionManager.*:
        description: Permission to have access to everything
        default: op
        children:
            PotionManager.Potions.All: true
            PotionManager.Others.All: true
            PotionManager.Commands.All: true
PotionsConfig.png
Code (Text):

#=================================================================================================#
#                                 Main Configuration of Potion Manager
#=================================================================================================#
#
#    If you need any plugin support, feel free to join our discord server
#    or private message me H1DD3NxN1NJA on Spigot.
#
#    Discord Link: https://discord.gg/n9A9xtA
#
#=================================================================================================#

Messages:
  Prefix: "&b[&aPotions&b]&r"
  No_Permission: "{Prefix} &cYou don't have the permissions to do this!"
  Player_Not_Found: "{Prefix} &cThe player &d{target} &ccan not be found!"
  Reload: "{Prefix} &aConfig Reloaded!"
 
Potion_Effect:
  Enabled: "{Prefix} &a{Effect} has been Enabled"
  Disabled: "{Prefix} &c{Effect} has been Disabled"
  Target_Enabled: "{Prefix} &a{Effect} has been Enabled for &d{target}&a!"
  Target_Disabled: "{Prefix} &c{Effect} has been Disabled for &d{target}&c!"

#Notifies operators if there is an update available
Update_Checker: true
 
Potion_GUI: #This isnt a ConfigurationSection, you cant add more potion effects!
  Enable: true #Enable/ Disable the GUI
  GUI_Name: "&8Potion Effects" #The name of the GUI
  GUI_Size: 18 #The size of the gui, can only be either 9, 18, 27, 36, 45, 54 NO MORE THAN 54 and NO LESS THAN 9!
  Potions:
    Absorption:
      In_GUI: true
      GUI_Slot: 0
      Item: Potion
      Data: 0
      Power: 0
      Name: "&eAbsorption"
      Lore:
      - "&7Enables/ Disables Absorption"
    Blindness:
      In_GUI: true
      GUI_Slot: 1
      Item: Potion
      Data: 0
      Power: 0
      Name: "&eBlindness"
      Lore:
      - "&7Enables/ Disables Blindness"
    Confusion:
      In_GUI: true
      GUI_Slot: 2
      Item: Potion
      Data: 0
      Power: 0
      Name: "&eConfusion"
      Lore:
      - "&7Enables/ Disables Confusion"
    Fire_Resistance:
      In_GUI: true
      GUI_Slot: 3
      Item: Potion
      Data: 8259
      Power: 0
      Name: "&eFire Resistance"
      Lore:
      - "&7Enables/ Disables Fire Resistance"
    Haste:
      In_GUI: true
      GUI_Slot: 4
      Item: Potion
      Data: 0
      Power: 0
      Name: "&eHaste"
      Lore:
      - "&7Enables/ Disables Haste"
    Health_Boost:
      In_GUI: true
      GUI_Slot: 5
      Item: Potion
      Data: 8261
      Power: 0
      Name: "&eHealth Boost"
      Lore:
      - "&7Enables/ Disables Health Boost"
    Invisibility:
      In_GUI: true
      GUI_Slot: 6
      Item: Potion
      Data: 8270
      Power: 0
      Name: "&eInvisibility"
      Lore:
      - "&7Enables/ Disables Invisibility"
    Jump_Boost:
      In_GUI: true
      GUI_Slot: 7
      Item: Potion
      Data: 0
      Power: 0
      Name: "&eJump Boost"
      Lore:
      - "&7Enables/ Disables Jump Boost"
    Night_Vision:
      In_GUI: true
      GUI_Slot: 8
      Item: Potion
      Data: 8262
      Power: 0
      Name: "&eNight Vision"
      Lore:
      - "&7Enables/ Disables Night Vision"
    Poison:
      In_GUI: true
      GUI_Slot: 9
      Item: Potion
      Data: 0
      Power: 0
      Name: "&ePoison"
      Lore:
      - "&7Enables/ Disables Poison"
    Regeneration:
      In_GUI: true
      GUI_Slot: 10
      Item: Potion
      Data: 8257
      Power: 0
      Name: "&eRegeneration"
      Lore:
      - "&7Enables/ Disables Regeneration"
    Damage_Resistance:
      In_GUI: true
      GUI_Slot: 11
      Item: Potion
      Data: 0
      Power: 0
      Name: "&eDamage Resistance"
      Lore:
      - "&7Enables/ Disables Damage Resistance"
    Speed:
      In_GUI: true
      GUI_Slot: 12
      Item: Potion
      Data: 8258
      Power: 0
      Name: "&eSpeed"
      Lore:
      - "&7Enables/ Disables Speed"
    Slowness:
      In_GUI: true
      GUI_Slot: 13
      Item: Potion
      Data: 0
      Power: 0
      Name: "&eSlowness"
      Lore:
      - "&7Enables/ Disables Slowness"
    Strength:
      In_GUI: true
      GUI_Slot: 14
      Item: Potion
      Data: 8265
      Power: 0
      Name: "&eStrength"
      Lore:
      - "&7Enables/ Disables Strength"
    Water_Breathing:
      In_GUI: true
      GUI_Slot: 15
      Item: Potion
      Data: 8269
      Power: 0
      Name: "&eWater Breathing"
      Lore:
      - "&7Enables/ Disables Water Breathing"
    Weakness:
      In_GUI: true
      GUI_Slot: 16
      Item: Potion
      Data: 0
      Power: 0
      Name: "&eWeakness"
      Lore:
      - "&7Enables/ Disables Weakness"
 
Pictures:
Screen Shot 2018-08-07 at 11.08.57 AM.png Screen Shot 2018-08-07 at 11.09.23 AM.png Screen Shot 2018-08-07 at 11.09.33 AM.png


Discord.png

If you have any questions, suggestions, concerns, or problems please don't use the reviews to report them, please PM me and ill get back to you as soon as I can!

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.

Potion Manager [1.8 ~ 1.14] ~ GUI Potion Management Plugin! is a free Minecraft Java mod. Compatible with Minecraft 1.8, 1.9, 1.10, 1.11 and newer. Downloaded 2,811 times (via Spigot). Download it and open it directly in the game.

Explore more