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

    Solved How to set nbt to the player head?

    set {_head} to skull of %player%
  2. The0Felon

    Solved Making a GUI do something on item click. (SOLVED)

    I'm glad i helped you. It would be so good if you could post something on my profile.
  3. The0Felon

    Solved Making a GUI do something on item click. (SOLVED)

    if event-slot is %item%:
  4. The0Felon

    Solved Making a GUI do something on item click. (SOLVED)

    I forgot to add a slot check, you can add it. if index of event-slot is 0:
  5. The0Felon

    Solved Making a GUI do something on item click. (SOLVED)

    You can simply create a GUI like this: command /menu: trigger: open chest with 3 rows named "test GUI" to player set {_inv} to current inventory of player set slot 0 of {_inv} to stick named "&aclick me!" on inventory click: if name of clicked inventory is...
  6. The0Felon

    Solved Making a GUI do something on item click. (SOLVED)

    Do you want to create a gui? Can you explain clearly?
  7. The0Felon

    Get number of custom item in inventory

    set {_i} to 0 loop all items in inventory of player: if lore of loop-item contains "a lore line": if name of loop-item is "a full name of an item": add item amount of loop-item to {_i} # {_i} = item count.
  8. The0Felon

    Get number of custom item in inventory

    I couldn't see any definition for custom items. So, you can try checking it's lore. set {_i} to 0 loop all items in inventory of player: if lore of loop-item contains "a lore line": add item amount of loop-item to {_i} # {_i} = item count.
  9. The0Felon

    Get number of custom item in inventory

    I need it and i'm not able to open a server for it. Please do it whenever you want and inform me, i can help you :)
  10. The0Felon

    Get number of custom item in inventory

    can you try doing "send full nbt of held item of player to players" via a command or something? Send me the result too.
  11. The0Felon

    Get number of custom item in inventory

    If you used itemsadder for it, it will work. If you didn't, then have a look on the NBT of your custom item and try a condition about it.
  12. The0Felon

    on armor equip carved pumpkin

    I think usage of multiple 's is complicated. using "of" instead 's is more good. Plus, use this event like that: on armor change: send custom model data of new armor item to players Just delete all your script and paste this. The reason behind there is nothing in this example code is...
  13. The0Felon

    Does anyone know how to link variables/options to specific numbers?

    Instead of posting your whole code, could you explain what do you want detailed? I can send an example code for it.
  14. The0Felon

    Get number of custom item in inventory

    loop all items in inventory of player, check if loop-item is a custom item and add 1 to a variable. Use skript-itemsadder. https://skripthub.net/docs/?id=11282
  15. The0Felon

    I need help with particles

    Tam olarak hata nedir? Partikül gelmiyor mu yoksa reload sırasında bir hata mı oluşuyor? Hepsinin yanında farklı partiküller deneyip partikül sayısını absürt şekilde artırarak partiküller çıkıyor mu çıkmıyor mu diye test edebilir misin? Bu testi illa ki on death'de yapmana gerek yok. Bir komutta...
  16. The0Felon

    Server help

    Hi, Can you try checking their group by "group of player" expression? You can try logging their group and get the "Default" group name by manually. e.g: command /test: trigger: send group of player https://skripthub.net/docs/?id=2485
  17. The0Felon

    Script Tools SkriptSense

    You should open your scripts folder in vscode. And you can get help from our discord server :)
  18. The0Felon

    Skript crashes server

    It creates an infinite command execution. I don't know if you want it but you didn't add a permission to your command too. Just do it like that: options: opWhitelist: "me" or "other" or "other 2" on command "op": if arg 1 isn't {@opWhitelist}: cancel event send "&cYou...
  19. The0Felon

    I need help with particles

    Tüm kodunu atar mısın?
  20. The0Felon

    I need help with particles

    Fotoğraflar yüklenmemiş. Tıkla bunun gibi bir fotoğraf yükleme sitesine yükleyip linki paylaş.