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

    Solved Commands in GUI

    That's what I first meant to say, but the docs no longer say it's bad so no clue .-.
  2. Vrganj

    Equip Unbreakable Armour

    Can't think of any other solutions, maybe save items to variables and set the slots to variables
  3. Vrganj

    Solved Commands in GUI

    Could you mark my answer? .-.
  4. Vrganj

    Equip Unbreakable Armour

    Oh, you're using an older skript version, pretty sure you can't use 'unbreakable' Not sure, but try using jNBT or SK-NBeeT, they might support 1.7.10.
  5. Vrganj

    Equip Unbreakable Armour

    Seems to have no errors...?
  6. Vrganj

    Chat | Help Please !

    lol no it's not so good command create [<text>]: trigger: arg is set: set {word::content} to arg set {word::time} to now else: send "&c/create (word)" on chat: {word::content} is set message = {word::content}...
  7. Vrganj

    Solved Commands in GUI

    command /enchant: trigger: open chest with 1 row named "&b&lEnchants" to player wait 1 tick format slot 0 of player with light gray glass named "lol" with lore "lol" to close then run [player command "warp a"]
  8. Vrganj

    Please help me

    I'm asking the same question, but I'm not bothering to recreate the entire thing
  9. Vrganj

    Solved Skript Right Click Addition Request

    right click on player: {LAFS} {Teams.InTeam::%player%} and {Teams.InTeam::%entity%} isn't set console command "ct %player% %entity%" Here you go, @PotteryTNT
  10. Vrganj

    Please help me

    every tick: if {sumo.game} is set: if size of {allsumoplayers::*} > 1: size of {sumogame::*} = 0 size of {list2::*} > 1: set {second.game} to true set {random.player} to random element out of {list::*} remove...
  11. Vrganj

    Solved Block location

    set {_loc} to location at X-location of event-block + 5, Y-location of event-block - 1, Z-location of event-block in world of event-block if block at {_loc} is a yellow concrete block: message "8" set block at {_loc} to grass block
  12. Vrganj

    Skript help | Scoreboard

    @LordPiggleton, could you mark this solved?
  13. Vrganj

    Solved Getting AbstractMethodError from "set block to ___"

    So, basically, @Felnstaren, you'll have to use cobble instead of cobblestone. Pretty sure it's something going on with aliases...
  14. Vrganj

    if player is in world error!?

    every 5 ticks: loop players where [input's world = "SkyPvP" or "EventHalle"]: loop-player is flying loop-player doesn't have permission "fly.bypass" set flight mode of loop-player to false send "&cno flienzy in dis world"
  15. Vrganj

    Solved Deleting duplicates from text

    function clearDuplicates(l: objects) :: objects: set {_t::*} to {_l::*} loop {_t::*}: remove loop-value from {_t::*} {_t::*} contains loop-value remove loop-value from {_l::*} return {_l::*} command a: trigger: set {_a::*} to clearDuplicates(("1"...
  16. Vrganj

    Is it possible to use player's UUID as a variable?

    set {_uuid} to player's uuid set {sugma::%{_uuid}%} to true
  17. Vrganj

    Skript 83 errors, and i don't know why..

    @Lil Mill iron_sword isn't an item. Replace all 'iron_x' with 'iron x'
  18. Vrganj

    Minecraft Skript I Pushing players

    Well <= means less or equal, >= means more or equal, and the direction thing is plain english, so I don't know how to explain that
  19. Vrganj

    Minecraft Skript I Pushing players

    right click with blaze rod: {empirewand.effect.%player%} = 1 loop players where [distance between input and player <= 6]: push loop-player (direction from loop-player to player) at speed -1
  20. Vrganj

    RightClick on Npc named not working

    right click on player: name of entity = "Sell ShopKeeper" sell(player)