Recent content by Gabrriel Nicolas

  • 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. Gabrriel Nicolas

    location of a region

    I was trying to make a script which when putting a command, for example "/gps <region>" gives you a compass that points to the region that you put in the command but I don't know how to do it and how to pass the region as a location, if someone can help me I would really appreciate it :)
  2. Gabrriel Nicolas

    Solved Chat commands with skript

    thank you, you helped me a lot
  3. Gabrriel Nicolas

    Solved Chat commands with skript

    I wanted to make a spoofing system without the need for commands by just typing in the chat, as if it were a conversation between an npc and the player, for example: (command /toggle) NPC: Well let's start with your name, write it down in the chat " * the player writes a word in the chat * NPC...
  4. Gabrriel Nicolas

    Solved loop-players other than the player running the command

    thanks i will join discord, you can mark this thread as solved :)
  5. Gabrriel Nicolas

    skript-yaml help

    I'm a bit new to this, I was looking at the wiki but I didn't understand much about the script-yaml, basically what I want to do is make a "name/age/gender skript" and have a specific yaml for each player where it shows the values of their name, age and gender, well, I did everything except...
  6. Gabrriel Nicolas

    Solved loop-players other than the player running the command

    thanks, solved, but I have more doubts about skript, do I do it in this same thread or create another?
  7. Gabrriel Nicolas

    Solved loop-players other than the player running the command

    I don't use any of those addons, I forgot to delete them, and I put "set loop-player = 1", since according to my knowledge in scoreboards they will continue adding numbers to loop player and there is nothing to stop it in That code, I wanted to make it only detect 1 player around 5 blocks, not...
  8. Gabrriel Nicolas

    Solved loop-players other than the player running the command

    do not change anything, in fact I copied and pasted it, I use an older version of skript my server recommends me to use this version well, install the latest version and the error persists I'm back, doing some things I was able to fix the code but now it gives me space and tab errors, I guess...
  9. Gabrriel Nicolas

    Solved loop-players other than the player running the command

    I keep getting an error: "can't understand this condition: 'add 1 to {_} if region% region at loop-player% contains" mine "
  10. Gabrriel Nicolas

    Solved loop-players other than the player running the command

    sorry, I just wanted to explain what I wanted to do, the "loop-player = 1" would have the function of only detecting ONE player around 5 blocks, also, as I am very new to script, I get a lot of "tab" errors and from "spaces" I don't know how many tabs or how many spaces I should use in that code
  11. Gabrriel Nicolas

    Solved loop-players other than the player running the command

    Thank you helped me a lot, I am making a code but I still get errors, could you help me see what is wrong? command /robar: trigger: loop all players in radius 5 of player where [input is not player]: if player is in the region "mina": if loop-player is in the region "mina"...
  12. Gabrriel Nicolas

    Solved loop-players other than the player running the command

    Hi, I'm new to skript and needed help finding the loop to detect all players around me other than me.