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

    Kill Armor Stand

    Try this. command /telecamera [<string>]: trigger: if player has permission "tv.telecamera.all" or "tv.telecamera.%arg 1%": if {channel::%arg 1%} is set: kill {channel::%arg 1%} spawn an armor stand at player's location...
  2. T

    Kill Armor Stand

    This should work even after a server restart. command /telecamera [<string>]: trigger: if player has permission "tv.telecamera.all" or "tv.telecamera.%arg 1%": if {channel::%arg 1%} is set: loop armor stands in radius .00000000001 of {channel::%arg 1%}...
  3. T

    Scoreboard Kills

    Try this: every 5 seconds: loop all players: if {Kills::%loop-player%} is not set: set {Kills::%loop-player%} to 0 wipe loop-player's sidebar set name of sidebar of loop-player to "&9&lSERVER" set score "&8&m--------------------" in sidebar of...
  4. T

    please help i don't understand (among us skript)

    Try this: if victim is not {impostor} or {impostor2}: set {x.%victim%} to x coord of {location.%victim%} set {y.%victim%} to y coord of {location.%victim%} set {y2.%victim%} to {y.%victim%} +1 set {z.%victim%.%victim%} to z coord of {location.%victim%} set...
  5. T

    Solved Moving items from players inventories to chest problem

    Try this: command /item_test: trigger: loop all blocks in radius 2 around player: if loop-block is chest: loop all items in player's inventory: if loop-block have enough space for 1 of stone: add loop-item to...
  6. T

    Kill Armor Stand

    This works for me. command /telecamera [<string>]: trigger: if player has permission "tv.telecamera.all" or "tv.telecamera.%arg 1%": if {channel::%arg 1%} is set: kill {channel::%arg 1%} spawn an armor stand at player's...
  7. T

    Solved List

    Try this. options: prefix: &9&lTV &8>&7 line: &8&m------------------ command /tv [<string>] [<string>]: aliases: television usage: {@prefix} Syntax: /tv <create/remove/cambiadir> < channel name><direttore> Trigger: if command sender has permission "tv.create" or...
  8. T

    creative to players when they join a specific world

    i dont know why the other one dosent work for you. it worked for me testing on paper 1.16.2 and skript 2.5, no addons but try this: options: creativeworld: world on world change: set {changedworld.%player%} to true on step: if {changedworld.%player%} is true: if player...
  9. T

    creative to players when they join a specific world

    which minecraft version?
  10. T

    creative to players when they join a specific world

    i think its fine but which version of skript do you have?
  11. T

    creative to players when they join a specific world

    Im not sure why it dont work. i have just tested it and it works for me. i tested it with: Skript 2.4.1 no addons Paper 1.15.2 Which Skript version are you using and which addons have you installed?
  12. T

    For some reason this skript is not working

    You could use on chunk enter. it would not lag the server as much this works for me. on chunk enter: loop blocks within event-new-chunk: loop-block is diamond ore: loop blocks in radius 1 around loop-block: loop-block-2 is air or cave air or grass or...
  13. T

    How to edit chest loot

    Im not sure why is dosent. I tested it on: Skript 2.4.1 no addons and paper 1.15.2 and it works for me.
  14. T

    Solved break effect on block by a few seconds

    Not sure if this is what you want to do. but you can set the break stage of a block using MorkazSk, like this: show block break stage 3 at target block to all players
  15. T

    Solved Launch players in the air

    Hope this works. push player upwards with speed 5
  16. T

    Combat Tag

    This should work. on damage: set {combat.%attacker%} to unix timestamp of now set {combat.%victim%} to unix timestamp of now on command: if (unix timestamp of now - {combat.%player%})/ 1000 <= 10: send "&cYou are in combat" cancel event else: stop
  17. T

    creative to players when they join a specific world

    This should work. on world change: if player's world is "world": set player's gamemode to creative else: set player's gamemode to survival
  18. T

    How to edit chest loot

    @Dems26 which skript addons do you have?
  19. T

    Solved Sidebar Players List

    This should work. loop {party.%{Ownerofparty.%player%}%.list::*}: set {_n} to 1 set {_Player1} to loop-value send "&9&l[SİSTEM] &7&l%{_Player1}% &9&lAdlı oyuncu gruba katıldı." to {_Player1} #Wrong working: set...
  20. T

    Solved Sidebar Players List

    Im not sure but this could be the issue in the first code you sent second line is: and in the second code it is: