Discord Thread Hi, how can I make prefixes linked with luckperms in chat with skript

  • 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 community!

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

This thread came from the skUnity Discord. You can't reply to it here but if you join the skUnity Discord, you'll be able to post a reply there. The thread link is part of the thread's message.
Status
Not open for further replies.
ohhh ok do you think this should work?
on chat:
if "player's prefix%" is not "default":
set the chat format to "%player's prefix &7%player%&7: %messageXTM else:
set the chat format to "&7%player*%&7: %message"

code_language.skript:
on chat:
  if "%player's prefix%" is not "default":
    set the chat format to "%player's prefix% %player%: %message% 
  else:
    set the chat format to "%player%: %message%"

Posted by: filipinhehe from the skUnity Discord.
 
Status
Not open for further replies.