MythicPapi
First of all, this plugin is a Fork from this plugin created by
narcissu14 years ago:
https://github.com/narcissu14/MythicPapi
It has been updated to be compatible with the new versions of PAPI and MythicMobs. In addition, I've removed all the custom conditions it contained to focus solely on the PAPI condition.
With it you will be able to use PlaceholderAPI's placeholder as MythicMobs skill condition!
Dependencies
Usage
You can use whatever Placeholder with it and should not have compatibility issue with anything.
- papi{pl = placeholder1;o = operator;pr = placeholder2}
- pl one of the placeholder/value you want to compare.
- o the operator you want to use. Valid operator:
- == (You can use "<&eq>" to replace "=")
- !=
- <=
- >=
- <
- >
NOTE You can only use "==" and "!=" to compare not numeric value. Or it will always return false.
For example:
❌-> papi{pl = %player_name%;o = >;pr = Narcissu14}
✅-> papi{pl = %player_level%;o = <=;pr = 16}
- pr another placeholder/value you want to compare.
Installation
Simply put the plugin in your "Plugin" folder and it will load automatically.
THANKS
- Thanks narcissu14 for the original Plugin !