nickname

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

    examination nick

    how to check for the person executing the command, that is, if he enters his nickname, he will write to him in the chat that he cannot be himself, pls help
  2. S

    Nickname skript

    Skript Version: 2.6 Game Version: 1.17.1 Addons: SkQuery Full code (Example): command /sknick: permission: op trigger: set player's display name to "NickTest" set player's tab list name to "NickTest" send "&aNicked" Errors: <none> Problem: When i use /sknick, my name doesn't change in...
  3. E

    Solved Cant change players display name

    so im trying to change players display name but the command wont show ingame and when im removing the line "set player's display name to "name" " it shows up (Version 1.16.4) command /test: trigger: if player has permission "admin.user": set player's display name to...
  4. C

    Solved Nick command chat listener

    Hi i want to make a nick command that ask in the chat for an answer. so like: /nick Type your wanted username Type 'reset' to reset your username Type 'cancel' to cancel > &cCas and than it takes the &cCas and set's is as my Username. and if it is possible that nobody else sees the message
  5. D

    Nick Skript

    Suggested name: Nick Spigot/Skript Version: 2.5 What I want: A skript that opens up a book GUI like hypixel's nick system. It allows you to change your rank and name. It changes your /list name and tab name along with kill message. I use pex so I think the commands could be /pex user %name%...
  6. T

    Change player's skin

    Hey, I was wondering if it's possible to change player's skin, I'm working on a Nickname skript, and I want to change their skin to something. Thanks in advance, Tully.
  7. T

    Solved Nickname

    Hey, I've been making a skript command, although when I nick myself, this happens (See Picture) It shows twice the nicked username. on chat: if {Name.%UUID of player%} is {Name.%UUID of player%}: broadcast "&9%{Name.%UUID of player%}% &8» &f%message%" else: #This one is...
  8. T

    Nickname - Help

    Skript Version: Skript 2.2 Skript Author: TullyMastully Minecraft Version: 1.8 --- Full Code: command /nick [<text>]: permission: tullycore.nick permission message: &a&lTULLYCORE &cYou can't execute this command, You need to be the VIP rank or higher! trigger: if arg...
  9. T

    Nickname Problem

    Hey, I made a nick command in my server, but every time I nick myself and type something in chat, this happens: (See Picture) And I've also added the code (See Picture). If someone can help me, I'll appreciate it. Thanks in advance.