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

    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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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
  7. saad3modeyy

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

    if arg-1 is "join": if arg-2 is "1": if {stw.players.1} is not set: set {stw.players.1} to 1 set {stw.queue.1.%player%} to 1 set {stw.game.1} to true set {stw::*} to player teleport player to...
  8. saad3modeyy

    Solved Kill Entity in radius and loop issue's

    need help with this code it keeping telling me iam running skript 2.5-alpha2 on spigot server 1.12 most of loops isn't working with me like the scoreboard loops is this is an issue from skript or 1.12V I don't know if any one know help me with this.
  9. saad3modeyy

    zombies targetting blocks

    can I make zombie target block I got a code just for example like: on pressure plate: loop blocks in radius 50 around event-block: if loop-block is Oak Wood Slab: set loop-block to air stop I wanna zombies directly target the slab block with out walk on pressure plates