Hello there! I'm trying to figure out how to change placeholders values from default true and false to something like 'enabled' and 'disabled'.
By default the code looks like this
PVP: <span style="font-weight:bold;">%pvp%</span> and the output is PVP: true or PVP: false.
I want to have PVP: Enabled and PVP: Disabled output but I have no idea how to do that because it uses html and also it doesn't support Placeholders from other addons. Is there a way to do that without changing the code of the plugin?
Thank you!
Hello there! I'm trying to figure out how to change placeholders values from default true and false to something like 'enabled' and 'disabled'. By default the code looks like this
PVP: <span style="font-weight:bold;">%pvp%</span>
and the output isPVP: true
orPVP: false
. I want to havePVP: Enabled
andPVP: Disabled
output but I have no idea how to do that because it uses html and also it doesn't support Placeholders from other addons. Is there a way to do that without changing the code of the plugin? Thank you!