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

    Block Event

    I see no english my guy
  2. oToghty

    Solved If amount of named item

    You can use if amount of all cobblestone in player's inventory where [name of input is ""] >= 10:
  3. oToghty

    Solved How to rotate the player

    Setting yaw without teleporting is possible with addons such as skjade or skript-reflect
  4. oToghty

    Block Event

    I really don't get what you mean
  5. oToghty

    on any move:

    You shouldn't use the on any movement event from skquery, skript has added its own on player move event which only checks when the player's position changes https://skriptlang.github.io/Skript/events.html#move
  6. oToghty

    New Line

    %nl%
  7. oToghty

    Solved /baltop command

    You said you used uuids to store data so why do you parse as offline player then get uuid again try this command /top: trigger: set {_sorted::*} to sort((indices of {eco::*}), {eco::*}) loop 10 times: set {_uuid} to {_sorted::%loop-number%} set {_p} to...
  8. oToghty

    Opening a sign to a player.

    Mr.Gigi has made a snippet for that, here event "signGUIDone": patterns: sign (gui|menu) (done|close|finish) close of sign (gui|menu) event-values: player, location expression line(-| )%number% [of sign [(gui|menu)]]: return type: string usable in: custom...
  9. oToghty

    Opening a sign to a player.

    You'd need packets for that
  10. oToghty

    Timer problem

    You should really join SkUnity discord or any other discord as I think you could learn more stuff there, quicker replies. This right here is everyone's nightmare, everything that you could do wrong has been done here
  11. oToghty

    Need help with a script

    just check if the value is greater than or equal to 500 rather than just equal to shortcut: >=
  12. oToghty

    Can you fill slots of a skript-GUI gui with functions?

    I'm not sure what you';re trying to do here seeing as you use skript-gui, vanilla and tuske guis all together, which is not what you should do
  13. oToghty

    Solved Minecraft block name with underscore results with error

    if you really want to be different and use underscores you can check minecraft name of event-block also change this post to solved
  14. oToghty

    I need some help getting this to work

    Can you please format the code? Also, {boss.boots} needs to be a list
  15. oToghty

    How to add multiverse teleport in skript?

    teleport player to location(x, y, z, world "world name") or teleport player to spawn of world "world name"
  16. oToghty

    Timer problem

    Make the variables player based by adding %player's uuid%
  17. oToghty

    Solved /baltop command

    send your code
  18. oToghty

    Solved Why is this GUI not working?

    how is that more than tuske, it's literally the same thing, the only difference is that you need to open the gui, it has a lot more features than tuske does, it's also being frequently updated
  19. oToghty

    Solved Why is this GUI not working?

    they work differently the format is create gui: format slot: run effect open gui
  20. oToghty

    Solved Why is this GUI not working?

    The syntax isn't the same, you need to change them all