ENgCPotions - This is a plugin for creating your own potions on the server.
With this plugin you can create your own potions with a custom name, description, effects and even color.
Plugin setup
Creating potions in config
Code (YAML):
potions:
speed_potion:
name
:
"&6Зелье Флеша"
description
:
-
""
-
"&fЭто зелье флеша,"
-
"&fвыпей и стань флешом!"
-
""
effects
:
- SPEED:600:2
color
:
"FF0000"
strength_potion:
name
:
"§cЗелье Силача"
description
:
-
""
-
"§fЭто зелье силача,"
-
"§fвыпей и стань силачом!"
-
""
effects
:
- INCREASE_DAMAGE:100:1
color
:
"00FF00"
healing_potion:
name
:
"B1D9ЗB7DCеBDE0лEC3E3ьCC9E6е DD5EDЛLDBF0еTE1F3к[E7F6а	FEDFAр&#ADF3FDя"
description
:
-
""
-
"&#BAD1D7Э&#B9D3D9т&#B8D5DCо &#B7DAE1з&#B6DCE3е&#B5DEE5л&#B4E0E8ь&#B4E2EAе &#B2E6EFл&#B1E8F1е&#B0EBF4к&#AFEDF6а&#AFEFF8р&#AEF1FBя&#ADF3FD,"
-
"&#BAD1D7в&#B5D0D7ы&#B0D0D7п&#ABCFD7е&#A7CFD7й 	DCED7и ]CDD7вECCD6ыYCBD6лTCBD6еPCAD6чBCAD6иLC9D6сGC9D6ьCC8D6!"
-
""
effects
:
- HEAL:1:1
color
:
"0000FF"
multi_potion:
name
:
"&dМульти зелье"
description
:
-
""
-
"&fЭто мульти зелье,"
-
"&fвыпей его и познай силу!"
-
""
effects
:
- SPEED:600:2
- INCREASE_DAMAGE:600:3
- REGENERATION:600:1
color
:
"FFFF00"
You can use any colors for the name, description, any vanilla effects and potion colors.
Customizing message design
Code (YAML):
messages:
help
:
-
""
-
"&f=== &6ENgCPotions Help &f==="
-
"&6/engcpotions give <player name> <potion name> <potion type> <amount> &7- &fGive potion to player"
-
"&6/engcpotions reload &7- &fReload plugin configuration"
-
"&6/engcpotions help &7- &fShow this message"
-
"&f=== &6ENgCPotions Help &f==="
-
""
usage
:
"&7[&6ENGcPotions&7] &fUnknown command! Use &6/engcpotions help"
player_not_found
:
"&7[&6ENGcPotions&7] &cPlayer not found."
invalid_amount
:
"&7[&6ENGcPotions&7] &cAmount must be a number."
potion_not_found
:
"&7[&6ENGcPotions&7] &cPotion not found in config"
give_success
:
"&7[&6ENGcPotions&7] &a{potion} given to {player} in amount of {amount} pcs."
no_permission
:
"&7[&6ENGcPotions&7] &cYou do not have permission to execute this command."
reload_success
:
"&7[&6ENGcPotions&7] &aPlugin configuration successfully reloaded."
The plugin supports colors.
buy a custom plugin - javaencog (discord)