Placeholders don't work

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

MattiYT

Member
Jul 22, 2022
2
0
1
23
Code:
command /test:
    trigger:
        send "%vault_prefix%" to player

upload_2022-9-9_13-10-24.png


If I use
Code:
%%vault_prefix%%
,
it sends:
Code:
%vault_prefix%
(and not the placeholder).

I have the latest version of papi and installed the Vault extension and Luckpemrs

Help please!
 
try this:
  1. command /test:
  2. trigger:
  3. set {_placeholder} to placeholder "vault_prefix"
    send "%{_placeholder}%" to player


    this addon: https://forums.skunity.com/resources/skript-placeholders.909/
[doublepost=1662741173,1662740604][/doublepost]
try this:
  1. command /test:
  2. trigger:
  3. set {_placeholder} to placeholder "vault_prefix"
    send "%{_placeholder}%" to player


    this addon: https://forums.skunity.com/resources/skript-placeholders.909/
it doesn't work like this, but doing this works for me:


command /test:
trigger:
set {_rank} to player's prefix
send "%{_rank}%" to player
[doublepost=1662741220][/doublepost]
upload_2022-9-9_18-33-34.png
 
Status
Not open for further replies.