Potion Armor
SpigotMCModrinthThis adds the possibility to add put potion effects on your armor and items
This is a plugin that my friends I work with say they cannot find online without a ridiculous amount of bugs.
Potion Armor --about
The main purpose of this is to make it where you, the server administration can have items, with whatever lore you like, to give potion effects to you, your staff team, or players.
I made it a point to make this plugin as customizable as much as I thought I could, from the lore to the Level of the enchant. There are no messages that send.
Config
This is similar to how the config looks like
This turns on and off the armor part of this plugin, so no effects will happen if you equip any item in the armour slots to player
Config: 1
Effects:
SATURATION:
Enable: true
List:
CE Saturation I*:
Level: 1
...
Trail:
MyFirstTrail*:
Enable: true
ID: 1
Weight: 1
Mode: 0
This is how each of the effects section looks
So let us start with how to read it. I went off of the bukkit effect names found
here.
Enable part enables that effect to be used, so if you don't ever want Speed, just set that to false.
The list is a list of possible lores for the plugin to give the effect to.
And the
Level section after it is the level. If you don't add a level, it should default to level 1 effects.
On the list
you CAN have the same one on multiple effects. So if you want a ninja to have speed and jumpboost, you add it to both with their respective level you want.
I personally use
Epic Rename to add the lore needed
Trails
ID and mode best explained by the
API. The API seems to be missing one of the modes 6, Helix
Weight can be any number. No decimals
And the weight is so you can add priorities, so there is a hard priority and a soft one, Hard one is defined in the config by weight, and the soft, is defined in the config by the order number if two have the same weight it should go by order in the config.
Коментарі 0
Поки немає коментарів. Будь першим, хто поділиться думкою.