Recent content by tuila

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

  1. tuila

    Essentials displayname expression not working? / Displayname expressions?

    It seems like the problem is either the chat plugin or Essentials. No matter what I use ("displayname of player", "%essentials nickname%", etc) it doesn't work. I'm using DeluxeChat, anyone know if there's any way to work around this? I have an idea, but I wanted to see if anyone else had any...
  2. tuila

    Essentials displayname expression not working? / Displayname expressions?

    Here's my skript: command /joinmessage [<text>]: permission: joinmessage.set trigger: set {joinmessage} to arg-1 on join: if {joinmessage} is set: set join message to "%player's display name% %{essentials nickname}% %name of player% %{joinmessage}%" else: set join message...