Recent content by timeis

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

    Add lore to a varible

    Lore is already a list so just set {_lore::*} to lore of attacker's tool
  2. T

    Give player a item only if they have a certain item in their inv

    every 5 seconds: loop all players: if loop-player has iron block named "&bFactory": give loop-player diamond sword
  3. T

    Solved rewind

    on right click holding clock: if name of player's tool contains "Rewind": set {invicible::%player%} to true wait 5 seconds set {invicible::%player%} to false heal player by {invicible.hp::%player%} clear {invicible.hp::%player%} on damage: if {invicible::%victim%} is...
  4. T

    how to add a item with a custom texture

    You need to make resource pack for the server and use CustomModelData
  5. T

    How to use custom skull in gui

    set slot 0 of player's inventory to player head with nbt "{}" then insert the player head nbt in between {} examble set slot 0 of player's inventory to player head with nbt...
  6. T

    Solved Fishing loot

    on fish: if "%fish state%" is "caught fish": if chance of 1%: set item of caught entity to diamond
  7. T

    Crash on add skript from test server to miain

    Your personal IP not the server IP and your friends' IP aswell
  8. T

    Help optimizing my skript, for mount.

    I would try to avoid making skript run commands unless you 100% have to
  9. T

    Crash on add skript from test server to miain

    DELETE THIS ASAP log file has your ip
  10. T

    Kill log due to skript damage

    Change damage victim by 1 heart to make shooter damage victim by 1 heart
  11. T

    Help with a ban random player online (not staff) on place of a bedrock named &#007585BanRock

    on place of bedrock: if name of player's tool contains "BanRock": loop all players: if loop-player is not op: ban loop-player exit loop command /getbanrock: trigger: if player is op: give bedrock named "&cBanRock" to player
  12. T

    Replace picked up item with another items

    Do some debugging with adding like send "%{woodcount.%player%}%"
  13. T

    Give a player an amount of item in a variable

    give {_woodamount.%player%} of spruce logs to the player
  14. T

    the 1st argument is already a text, so you should not put it in one (e.g. the 1st argument instead o

    One of your addons seems to be broken My guess would be that it's SkWeb or Skacket
  15. T

    Solved Is there any way to use mmoitems in skript?

    They might have some kinda id in nbt So you could maybe try if "%nbt of player's tool%" contains "archaeological_shovel"