Recent content by Craaft3r

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

    SQL...?

    Thanks for replying to the thread! New Follow :D
  2. C

    SQL...?

    The YAML format I use but I see it as a local database. For script-db, do you know any reliable documentation?
  3. C

    SQL...?

    Hello to all scripters! Do you think it will be possible to use the database with Skript? If yes, how? Thank you! (Ver 1.19)
  4. C

    Solved Loop entity, location

    ok, it works also goes without "force" or "normal". mordrowned and JakeTheChad: thank you so much for the support!
  5. C

    Solved Loop entity, location

    Optimal! So as not to make a cycle of all entities present in the world. Do you know how I can convert this vanilla to skript? console command "/particle glow_squid_ink %{_x}% %{_y}% %{_z}% 0.1 100 0.1 0 2500 force"
  6. C

    Solved Loop entity, location

    I should make particles appear as the lighthouse in every position of the entities, so that the player can see where they are
  7. C

    Solved Loop entity, location

    Fixed for coordinates. The problem was the condition This is better: if "%loop-entity%" contains "zombie" Do you know another method even for distant entities? If so, even better (Without using the radius)
  8. C

    Solved NPC Click

    Try this: Check if plugin 'Citizens' is installed! P.S: I haven't used any scripts in a while, try this
  9. C

    Solved Loop entity, location

    I thought about using the code lock, but didn't find the method, sorry. No gives no errors, when sending alone <none>, <none>, <none>
  10. C

    Solved Loop entity, location

    Hi everyone! I'm trying to create a script that when executing the command does a check of all the entities, fetches the coordinates of each one and sends a message .. But I can't! Code: command /entity: trigger: loop all entities in radius 8 of player: loop-entity is...