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

    chunks at player in radius 10

    please help me. how to receive all chunks in a radius? #example command chunks <location> <integer>: trigger: loop chunks at arg-1 in radius arg-2: broadcast "%loop-chunk%" thanks.
  2. FUZIK

    Solved "if " error.

    Skript Version: 30 Skript Author: Bensku Minecraft Version: 1.12.1 whether it is possible(if {} and {}:emoji_slight_smile:? command iftest: trigger: if "white" = "black" and "white" = "block": broadcast "black is white!!" broadcast "what?" Errors on Reload...
  3. FUZIK

    GUI manager: SkQuery or TuSKe+?

    What it is more better use? SkQuery TuSKe + SkQuery thanks for all!
  4. FUZIK

    Solved SkellettProxy

    command:command servers: trigger: loop all bungeecord servers: broadcast "%loop-value%: %network variable {server.status.%loop-value%}%" error:>servers [18:19:38 INFO]: [Skellett] Incorrect SkellettProxy details, No socket found or was denied access. For socket at...
  5. FUZIK

    Script [Deleted] puddles

    FUZIK submitted a new resource: puddles - puddles.sk Read more about this resource...
  6. FUZIK

    Solved delete firs character of string.

    I can delete first character of string? in: !!!Wtf? out: !!Wtf? thanks.
  7. FUZIK

    skript effective?

    if I create bedwars on skript it will be effective?
  8. FUZIK

    NBT

    how to take nbt from inventory click event? on inventory click: broadcast nbt of event-item, slot and cliked item #this code return none
  9. FUZIK

    SkStuff

    SkStuff and NBT will work at 1.12? thanks.
  10. FUZIK

    API [Deleted] Hunger Games

    FUZIK submitted a new resource: Hunger Games - Best Hunger Games API! Read more about this resource...
  11. FUZIK

    не пользуйтесь веб переводчиком.

    не пользуйтесь веб переводчиком.
  12. FUZIK

    open url with browser.

    how to open url GUI by effect? thanks)
  13. FUZIK

    Solved random integer.

    spigot and mc - 1.12pre6
  14. FUZIK

    entity-tracking-range help!

    entity-tracking-range by mojang works by using the "x" and "z" axis. script: by bensku mc: 1.12 addons: SkQuery by Lime entity-tracking-range by scriptworks by using the "x", "y" and "z" axis. problem: how can this be implemented by the "entity-tracking-range" across all axes (x, y, z)...
  15. FUZIK

    chat history. script error.

    I need to store only the last 10 messages sent by the player. Thanks you.
  16. FUZIK

    Items from inventory.

    How can I find out the exact number of items in the inventory(player's inventory or inventory of block)?
  17. FUZIK

    Solved Help(functions).

    There are two functions: start and startWait. function startWait(0:int=0): broadcast "startWait" start(0) function start(0:int=0) broadcast "start" startWait(0) The function "startWait" does not see the function "start'. how to solve such a problem.
  18. FUZIK

    Solved MundoSK,packets.

    --- how extract lines from "play_client_update_sign"? #exemple on packet event play_client_update_sign: loop 4 times: set {_%loop-number%} to %line loop-number from even-packet% broadcast "%{_%loop-number%}%" --- how set the lines to the "new play_server_open_sign_editor"...
  19. FUZIK

    cool!

    cool!
  20. FUZIK

    Solved packets help)

    how do I make the function title(), subTitle() based on MundoSk? minecraft: 1.11.2