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

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

  1. saad3modeyy

    Solved particles on top of block

    there's no error but it does't work
  2. saad3modeyy

    Solved particles on top of block

    I wanna to add particle on top of end portal block so I try this and it does not do anything anyone know what's the correct code please reply :) on block place of end portal frame: set {_block} to event-block drawComplexCircle particle "redstone", RGB 5, 255, 193, center {_block}, id...
  3. saad3modeyy

    Solved set slots for player crafting slots

    yes that works thank u
  4. saad3modeyy

    Solved set slots for player crafting slots

    no I wanna the player to use crafting table but when use the inventory crafting cancel it
  5. saad3modeyy

    Solved set slots for player crafting slots

    I wanna to cancel crafting on player's inventory so I try to do this loop integers between 0 and 200: set slot loop-number of player to black stained glass pane named " " to know if I can set the that slots with set slot <slot> of player to 1 red stained glass pane named " " but it...
  6. saad3modeyy

    anvils code in gui

    iam trying to create an gui and do what anvil staff do like combine items and enchanted books with items and enchanted book with another enchanted book but i dont know how to do that, i beleve i can do this with packets but i dont understand it very well, as will i wanna do the same for the...
  7. saad3modeyy

    bungeecord for skript

    is there a way to connect a bungeecord on skript 2.4.1 on minecraft spigot server 1.9.4. iknow that theres skungee for 1.12+ minecraft servers so how can i connect skript and bungeecord together and another question if i connect bungeecord and skript in 1 should i edit my skripts not on...
  8. saad3modeyy

    Solved problem with scoreboard, actionbar, and title

    what will happen after 24h :emoji_upside_down::emoji_upside_down:
  9. saad3modeyy

    Solved problem with scoreboard, actionbar, and title

    options: ScoreboardName: &6&lTraily&e&lMc Line2: &1 Line3: &a&lAccount Line4: %loop-player's name% Line5: &2 Line6: &6&lBalance Line7: %loop-player's balance% Line8: &3 Line9: &b&lXP Line10: %loop-player's exp% Line11: &4...
  10. saad3modeyy

    Solved problem with /skript help

    thank you a lot, I waste your time <3 :)
  11. saad3modeyy

    Solved problem with /skript help

    [16:26:25 INFO]: This server is running CraftBukkit version git-Spigot-7d15d07-c194444 (MC: 1.9) (Implementing API version 1.9-SNAPSHOT) spigot 1.9-SNAPSHOT
  12. saad3modeyy

    Solved problem with /skript help

    how I could fix it
  13. saad3modeyy

    Solved problem with /skript help

    here is all console if u could check it https://pastebin.com/FJ8y0gcs
  14. saad3modeyy

    Solved problem with /skript help

    I found the error I should delete skript file if I wanna to change the skript version thanks you for helping <3 :emoji_grinning: actualy stop working and show me no error in console ,-, just keep saying that: >sk [16:14:18 INFO]: /skript help >sk reload [16:14:22 INFO]: /skript help >
  15. saad3modeyy

    Solved problem with /skript help

    soo, iam try to run skript2.4.1 on Minecraft spigot 1.9 but every time I try to use /skript command it says /skript help and keep saying that why is that happening plz help :D
  16. saad3modeyy

    Solved Kill Entity in radius and loop issue's

    thank you that works perfectly :D
  17. saad3modeyy

    Solved on death of player in {stw::*}

    [02:09:39 ERROR]: Unexpected entry 'if arg-1 is "join"'. Check whether it's spelled correctly or remove it. (ranks.sk, line 140: if arg-1 is "join":') [02:09:39 WARN]: Possible name conflict of variables {stw::%uuid of player%} and {stw::*} (there might be more conflicts). (ranks.sk, line 184...
  18. saad3modeyy

    Solved on death of player in {stw::*}

    command /stw <text> <text>: trigger: if arg-1 is "setspawn": if arg-2 is "1": clear {stw.spawn.1} set {stw.spawn.1} to location of the player send "{@prefix} &7Spawn now set at &6%{stw.spawn.1}%" to player if arg-1...
  19. saad3modeyy

    Solved on death of player in {stw::*}

    ANY HELP !!?