Potion Manager [1.8 ~ 1.14] ~ GUI Potion Management Plugin!
SpigotMCReceive permanent potion effects through command or GUI
2.8k downloads 4.6 rating
latest v3.1.2 SpigotMC
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.
- Enable and disable potion effects in game with commands or GUI.
- 100% Configurable.
- GUI for great organization.
- Enable and Disable other players potion effects.
- 17 pre-set potion effects
- 1.8-1.13 support
- Configurable power.
- Configurable GUI Item.
- Configurable GUI name.
- Configurable Item name.
- Configurable Item Lore.
- And a lot more!
- /Potions - Main command for the plugin
- /Potions Help - Shows all the commands for potions
- /Potions Reload - Reload the config
- /Potions List - Shows a list of all the available potion effects
- /Absorption <player> - Enable/ Disable absorption potion effect for you or another player.
- /Blindness <player> - Enable/ Disable blindness potion effect for you or another player.
- /Confusion <player> - Enable/ Disable confusion potion effect for you or another player.
- /Fireresistance [/Fire, /fr] <player> - Enable/ Disable fire resistance potion effect for you or another player.
- /Haste <player> - Enable/ Disable haste potion effect for you or another player.
- /HealthBoost [/hb] <player> - Enable/ Disable health boost potion effect to you or another player.
- /Invisibility [/Invis] <player> - Enable/ Disable Invisibility potion effect for you or another player.
- /JumpBoost [/Jump, /jb] <player> - Enable/ Disable jump boost potion effect for you or another player.
- /NightVision [/nv] <player> - Enable/ Disable night vision potion effect for you or another player.
- /Poison <player> - Enable/ Disable poison potion effect for you or another player.
- /Regeneration [/regen] <player> - Enable/ Disable regeneration potion effect for you or another player.
- /Resistance <player> - Enable/ Disable damage resistance for you or another player.
- /Run <player> - Enable/ Disable speed potion effect for you or another player.
- /Slowdown <player> - Enable/ Disable slowdown potion effect for you or another player.
- /Strength <player> - Enable/ Disable strength potion effect for you or another player.
- /WaterBreathing [/wb] <player> - Enable/ Disable water breathing potion effect for you or another player.
- /Weakness <player> - Enable/ Disable weakness potion effect for you or another player.
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
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
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"
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!
Comments 0
No comments yet. Be the first to share your thoughts.