Oxalist

Placeholder API Skript Placerholders

Jan 3rd, 2019 (edited)
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. on placeholder request with prefix "atera":
  2. if the identifier is "balance":
  3. set the result to "%player's balance%"
  4. else if the identifier is "rank":
  5. set the result to "%{rank::%player%}%"
  6. else if the identifier is "level":
  7. set the result to "%{level::%player%}%"
  8. else if the identifier is "date":
  9. set the result to "%now%"
  10. else if the identifier is "exp":
  11. set the result to "%{exp::%player%}%"
  12. else if the identifier is "expn":
  13. set the result to "%{expn::%player%}%"
Add Comment
Please, Sign In to add comment