Migrating from v8 placeholders
Hello, on this page i will let you know how to migrate from v8 placeholders. I know there is version V9.1 what still had these placeholders like {amount}, {sender} and more.. but don't worry.
Last updated
Hello, on this page i will let you know how to migrate from v8 placeholders. I know there is version V9.1 what still had these placeholders like {amount}, {sender} and more.. but don't worry.
Last updated
You should migrate because from V9.2 these placeholders are removed and won't be supported. From version V9.2 you can also use lot more placeholders.
All new placeholders are on this link . You can also use placeholders that are in other plugins, for example ChatColor+ you can use all these placeholders in Fine LifeSteal.
You can't use %player_placeholder% because not everywhere it is usable. If you need to use somewhere%player_placeholder% just send it on support on our discord server ().
Okay, this is simple and easy, there will be always string with new and old placeholders (something like that) old placeholder -> new placeholder
.
Instead of {player}, use %player_name%.
Instead of {sender}, use %player_name% (This bit different because there is example of alternative).
I know there is not {amount} and thats bit sad but you can use alternative placeholder %player_max_health%
so you can get player's max amount of heart. (This should print player's max health after change).
This is same for messages.hearts_sent, you can't use {amount} so use its alternative.
Instead of {target}, use %player_name% (This bit different because there is example of alternative).