TF-EssentialsX/Essentials
MD 3351092c79
Add "amplifier" potion meta attribute (#3614)
Adds an `amplifier:<value>` potion meta attribute to MetaItemStack that applies a raw amplifier value, instead of translating inputs between 1 and 3 to match their vanilla names like `power:<value>` does. This matches the Mojang `/effect` command, which doesn't translate any potion effect amplifiers, and allows for creation of level IV potions (using `amplifier:3` instead of a `power` value) through EssentialsX without breaking existing usages of `power:<value>`.

More context for this commit can be found at https://github.com/EssentialsX/Essentials/pull/3592#issuecomment-678656107.

Closes #3592 and fixes #3589.
2020-08-22 17:40:40 +01:00
..
src Add "amplifier" potion meta attribute (#3614) 2020-08-22 17:40:40 +01:00
test/com/earth2me/essentials Add sign text tab completion in editsign command (#3497) 2020-07-28 13:12:07 -07:00
pom.xml Release 2.18.0 2020-07-09 20:15:30 +01:00