Search results

  • 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. L

    Nickname Script

    Heres something I did for someone else. It'll save their nickname upon joining also. Options: # Basic Configuration MaxLength: 15 MinLength: 4 AllowColorNames: true ChangeTabName: true # Permission Section. ColorNickPermission: "CoolPermission.Coolness"...
  2. L

    I need a skript

    You can use the on first join method, and set their display name to &7 (Light-Gray) Then save that, and transfer it to the on join method.
  3. L

    Solved how to track how long someone has been idle for?

    Get their location, save it; if it hasn't changed in X amount of time, log that.
  4. L

    My %arg 1% comes back as <none>

    I've tried that, it still comes back as <none>
  5. L

    My %arg 1% comes back as <none>

    So.. I'm trying to create a Report GUI to be unique, and not generic like everyone else. You know, to make this mf pop! Here is my code : https://pastebin.com/SUn3G0En Here is the message that is comes out as : https://gyazo.com/40a9b99204b36cce5549af4ce6cd1625 There is no error in console, or...