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

    Custom item model by damage with skript

    So I have to put 2 tags nbt is unbreaking and damage?
  2. HackerOTVW

    Custom item model by damage with skript

    Can you teach it for me? Pls
  3. HackerOTVW

    Solved Scoreboard

    I don't understand your mean, can you speak more clearly?
  4. HackerOTVW

    Custom item model by damage with skript

    I want to see it, pm me pls :)
  5. HackerOTVW

    Drop items

    I think it would be like this on break any glass block: player's gamemode is survival: drop 1 of event-block Is that right?
  6. HackerOTVW

    Drop items

    Thanks, i also want to make when breaking any glass block with color it will drop that glass, im so lazy to have to copy the code, can you help me?
  7. HackerOTVW

    Drop items

    My code: on break white glass block: player's gamemode is survival: set {glassblock} to event-block drop 1 %{glassblock}% There is something wrong there that I don't know. Im noob :p Help me pls : )
  8. HackerOTVW

    nearby enttites

    You can try: command /noent: permission: sk.noent.set trigger: set {loc} to location of player every 3 seconds: if {loc} is set: loop the nearby entities in radius 15 around location {loc}: kill loop-entity
  9. HackerOTVW

    NBT not working

    Your server vesion ? Try this: make a gui slot 0 of player with player's skull with nbt "{display:{Name:""&2???""},SkullOwner:gameacid13}" to do nothing
  10. HackerOTVW

    Sound error

    I do not know why it does not work for you but it works for me. Try this play raw sound "random.levelup" at player with pitch 1 volume 0.5 You need SkQuery Sound
  11. HackerOTVW

    Custom mob

    Thanks for the reply, but I also need to create custom mob before I need somebody to help me, help me, pls :(
  12. HackerOTVW

    Custom mob

    Hi everybody, please read below and help me. Example code: Custom mob: Example is Zombie Custom Name Custom Health Custom Damage Custom Armor Custom Speed Set Example Zombie to {Custom_Zombie} if {CanAttack.%player%} is true: {Custom_Zombie} can attack player if...
  13. HackerOTVW

    Solved Upgrading system

    Sorry, my English is bad, can you speak more clearly? Or it might look like this: on inventory click: if the 1st line of lore of item contains "&7: : 0/2": if player has 1 stack diamond sword with lore "&7: : 0/2": #Maybe, I have not tried yet remove 1 diamond sword with...
  14. HackerOTVW

    Solved Upgrading system

    Did you mean like this: on inventory click: if the 1st line of lore of item contains "&7: : 0/2": if player has 64 diamond sword with lore "&7: : 0/2": remove 1 diamond sword with lore "&7: : 0/2" from player's inventory set the 1st line of lore of the...
  15. HackerOTVW

    Solved Help me know more :)

    Can someone teach me about this: {text::text::*} #or anything like that Note: - Or you can also give me its documentation - Sorry, my english not good Thank you very much <3
  16. HackerOTVW

    inventory item

    I will test, thanks for letting me know :)
  17. HackerOTVW

    inventory item

    Ok, but I do not know how to name the item in slot with TuSke or Skelett :p
  18. HackerOTVW

    "to be unstealable" isn't working

    You can check here
  19. HackerOTVW

    Need Help pls

    Something was wrong : | You can try this:
  20. HackerOTVW

    inventory item

    I think you can refer to here