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 community!

    Now, what are you waiting for? Join the community now!

  1. PatoFrango

    Solved Help with WorldGuard regions

    ^^^ Also possible
  2. PatoFrango

    Loop Skript

    Could you send us a screenshot of how the "column" is supposed to look like please?
  3. PatoFrango

    Shoot Wither Skulls

    spawn a wither skull at location in front of player's eyes There, now it will shoot towards wherever the player is looking.
  4. PatoFrango

    Solved Help with WorldGuard regions

    As ShaneBee said, you need to check if the “%region%” string CONTAINS the region name. Now, you could ask, “why do I have to check if it contains the name instead of if it IS the name?” Well, this has to do with the way Skript writes regions, and this is what confused me at the start. You see...
  5. PatoFrango

    Web Information

    Hi, I’m looking for a feature in Skript that detects new things that have happened in a website. For example, I have a command on my server that gives you the link to the server’s blogspot. How can I check if there’s a new post on the blog and warn the player through Skript? Is it even...
  6. PatoFrango

    Set a variable of a random player to true

    set {_player} to random player out of all players set {team.attacker.%{_player}%} to true This?
  7. PatoFrango

    Solved Health in Tab Being numbers

    I'm confused, are you trying to show the player's health where exactly in tab? After the player's name? Before? On the footer? Header?
  8. PatoFrango

    Help with a "shop" script

    What TPGamesNL said, and make sure you're actually using an economy plugin. The expression "player's balance" is only usable if you have one installed. There's no actual "player balance" feature by default in Skript, it's only used to communicate with the plugin. Some other things I noticed...
  9. PatoFrango

    cant understand this Condition/Effect

    Guys, PLEASE don't use SkQuery's format slot. It's... buggy. Use set slot instead and then an "on inventory click" event to do something when the slot is clicked. herohos, I'm guessing you're new to Skript. Access this link for its documentation...
  10. PatoFrango

    Solved Teleport player in world?

    For setting the player's spawn point, use http://skriptlang.github.io/Skript/expressions.html#ExprRespawnLocation For teleporting the player, use teleport player to location at -67, 67, 58 in world "survival" If you're trying to teleport the player to a different world, make sure your world has...
  11. PatoFrango

    Skript Tools SublimeJS++ / A Skript Notepad++ UDL - SublimeJS++ Update - 4.1- "on swap hand items" Event

    Sorry everyone, forgot to add the "swap items" event. Eww, how unprofessional of me! So, Changelog: - Added the "on swap hand items: / on swap items:" event.
  12. PatoFrango

    Skript Tools SublimeJS++ / A Skript Notepad++ UDL - SublimeJS++ Update - 4.0 - A Christmas Gift (with no bugs)

    And, as a Christmas gift, here is a new SublimeJS++ update. We don't want a buggy Christmas, do we? Changelog: - Added new events: - Added some other stuff (not just events) that I can't recall, as I've been slowly working on the update and hadn't taken note of all the things I was adding; -...
  13. PatoFrango

    Solved Mine reset

    Well I’m on my phone right now haha so I wont be able to do that for you today, but tomorrow I’ll try to remember to do it. Here you go: function fillCube(startingX: integer, startingY: integer, startingZ: integer): set {_loc} to location at {_startingX}, {_startingY}, {_startingZ} in...
  14. PatoFrango

    Solved Mine reset

    You mean like, those Prison Break ones? Well, you could use what I like to call a three-axis-loop-building system. Using loops, you could keep filling X-rows with stone and random generated ores. To accomplish this, you would add 1 to the value of x in each loop until the x-coordinate equals...
  15. PatoFrango

    yo

    yo
  16. PatoFrango

    Solved Insert data in a website

    Thanks, I knew I had seen this possible somewhere.
  17. PatoFrango

    Solved Insert data in a website

    Hi, Is it possible using Skript to insert like, text in a user input box of an website?
  18. PatoFrango

    Solved Help me

    What?
  19. PatoFrango

    Skript Tools SublimeJS++ / A Skript Notepad++ UDL - SublimeJS++ Update - 3.0

    Changelog: - Added a few missing types; - Added the teleport event and the offhand switch event (Skellett); - Added the hotbar and "element out of" expressions; - Added direction and chunk types; - Fixed minor bugs.
  20. PatoFrango

    Solved Restart Event

    Ah, you're right, sorry about that, I misunderstood as the thread wasn't marked as solved yet.