MMOItems custom skill damage placeholder will not read
Created by: Zacushka
Describe the bug The placeholder <mmoitems.skill.skillname.damage> does not translate in mythic mobs. This placeholder is listed on the wiki and is VERY important with making new skills.
To Reproduce Steps to reproduce the behavior:
- Enable option... shadowbolt:
Skills:
- jsonmessage{m="[{'text':'test <mmoitems.skill.shadowbolt.damage>'}]"} @Self
- message{m="test <mmoitems.skill.shadowbolt.damage>"} @Self
ALL REFERENCES TO THE SKILL HAVE BEEN COPIED AND PASTED SO THERE IS NO QUESTION OF NAME FORMAT.
I have also made sure to assign damage to the actual item casting the skill. I've gone through the discord support first before reporting.
I tested mmocore and it works fine with mmocore.skill.name.damage
Here is a reference to the MMOItems placeholder on your wiki https://github.com/Indyuce/mmoitems/wiki/Abilities
- Attack entity...
I this is just my debug action.
- See console log...
Expected behavior A clear and concise description of what you expected to happen.
I expect an integer return for the placeholder so I can use the same skill with progression.
Screenshots If applicable, add screenshots to help explain your problem.
Server info:
-
Spigot Build & Version paper-spigot 1.14.4 v243 (final build)
-
Plugin Version MMOItems 5.3 MMOlib 1.0.6 Mythic mobs 4.8.0
-
Potential plugins linked to the issue mythic mobs Additional context Add any other context about the problem here. Might just want to test it out yourself. Shouldn't be hard.