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. X

    Verify permissions of an offline player

    SPANISH Verificar permisos de un jugador offline Hola! He venido aqui porque soy nuevo con el tema de skript-mirror... Quiero verificar si un jugador offline tiene permisos.... no quiero usar "if player data of arg-1 has permission "blabla.blabla"" esto simplemente verifica si tiene permisos...
  2. X

    Solved I need help! (Custom signshop)

    WHAT DO YOU MEAN? IDK What would you like to do
  3. X

    Parsing item with name?

    how parse "wooden_axe of Sharpness 100 named "§fHola" " as item?, sorry for my english
  4. X

    WarpMenu Help

    Fix :)
  5. X

    Solved UUID (on command)

    English When any user executes a command made in skript, the user's use is seen in the console, and the user's use of the user's uuid. How do I deactivate this? I just want to get the player's uuid, I CURRENTLY TRY player variable fix: true...
  6. X

    Json Centered

    I would like to know if there is any way to create a centered json as well as skellet uses: message centered "xd" to player I would like to know if there is any way to center it in a tooltip (I am using it for chat)
  7. X

    Solved Color Bold

    Hello, i have a problem :c. What happens, is that I have done a skript and it has always worked perfectly (while I was using the Skript version 2.2-dev25), but, today I changed the version to the last version of https://github.com/SkriptLang/Skript / releases, but during the change the console...
  8. X

    Loop value or index help

    Hi, i would like to know how to obtain the value 2 of a variable in the bone list for example {test::*} add "test1" to {test :: *} add "test2" to {test :: *} add "test3" to {test :: *} add "test4" to {test :: *} I need to know how to send the player only the value of "test2", because when I use...
  9. X

    Solved No simbols in arg

    Expression to analyze argument without symbols or characters like » - * ? "" '' example: command /nick [<text>]: trigger: set {nick.%player%} to arg-1 In minecraft The player wrote /nick »Player-SK« i don't want the player to use symbols, is that possible?