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 comminuty!

    Now, what are you waiting for? Join the community now!

  1. pepper82

    Solved NBT Tag not working (skbee)

    I think I found the solution: set tag "tag;custom;crit" of {_nbt} to "100" It's not mentioned in the skbee wiki, but that way it seems to work
  2. pepper82

    Solved NBT Tag not working (skbee)

    Hi there, what could be the issue with this script? It does not return the set nbt tag. using latest skbee and latest skript version on 1.17.1 command /testnbt [<text>] [<text>] [<text>] [<text>] [<text>]: trigger: set {_tool} to stone sword named "&2Test" set {_nbt} to nbt...
  3. pepper82

    Addon Skellett - The beast addon!

    Skellett is now skript-holo? What does it mean? I found an addon by another dev called skript-holo not being updated for over a year or so?! Also missing a changelog When do you think can we expect an updated version for 1.17.1?
  4. pepper82

    Solved Any working Tuske Fork?

    Hey, I got my script working in the meantime (it was not Tuske's fault). What do you mean with "vanilla GUIs"? Does skript itself offer GUI syntax or what are you referring to? Any example?
  5. pepper82

    Solved Any working Tuske Fork?

    Hi there, is there any working fork of TuSke (for 1.17.1) and latest Skript (https://github.com/SkriptLang/Skript/releases)? I only need it for the gui stuff in it.
  6. pepper82

    More than 64 of an item in gui?

    Hi there, is it possible to have more than 64 of an item shown in a GUI slot?
  7. pepper82

    ChatItems

    There is no DL Link here
  8. pepper82

    Hiring Need a Skript Addon done: Sorting Lists

    Person: PN me, no discord, been around here for some years About: I've been looking for someone to hire to make this for a while and nobody's been able to yet, so I'm asking on here now. Perm or temp: Temporary, I just need the one skript addon. Basic idea of request: In order for me to make...
  9. pepper82

    Toplists - how to?

    Hi all, as I am unable to find any working solution I would like to know if anybody else here knows a good solution for advanced toplists in skript? Something like this: add "player1" to {_score::} add "player2" to {_score::} add "player3" to {_score::*} set...
  10. pepper82

    Addon SkQuery [1.13-1.19+]

    So where to find the latest changelog?
  11. pepper82

    Addon Skellett - The beast addon!

    Strange, I found it in the DOCS. However, will you be able to implement something like this? I can not find any other addon working with AsyncWorldEdit + Skript on 1.15.2
  12. pepper82

    AsuDev's Snippets

    Can you tell me the right code for pasting a schematic with AsyncWorldEdit instead of FAWE ? I use same code as you posted, gives no errors, but also does not paste the schematic.
  13. pepper82

    Pasting Schematics?

    Hi all, any working skript addon in 1.15.2 to simply paste schematics at a location?
  14. pepper82

    Addon Skellett - The beast addon!

    On latest version, placing of schematics no longer working? Does not work: paste schematic "myschematic" at player
  15. pepper82

    How to clear entity instead of kill (from list)?

    I have this script: command /test: trigger: set {_loc} to player's location loop all entities in radius 30 around {_loc}: if loop-entity is a sheep: add loop-entity to {_list::*} loop {_list::*}: clear loop-value parsed as entity...
  16. pepper82

    How to change existing NBT tag?

    Hi all, I added a custom nbt tag {test:1} to player's tool. Now I want to change it to {test:2} but without resetting or changing all other NBT tags of this item. How would I do it? I can not find any syntax for this?
  17. pepper82

    Solved Any non-glitchy way to have arrow trails?

    Thank you, looks good!
  18. pepper82

    Solved Any non-glitchy way to have arrow trails?

    Hi all, I tried a lot but can not get it to work: arrow trails with particles. Anyone want to share his script with me? I know the way with "while projectile is not on ground", which does not work if you shoot an entity and keeps spamming particles on this location.
  19. pepper82

    Solved Infinite Fireworks in 1.15.2?

    Does anybody know how to make infinite fireworks in 1.15.2.? This (1.13.2.) syntax does not work anymore: launch "STAR" firework at player timed 0 coloured "blue", "white", "blue", "light blue", "white", "blue", "light blue" and "white"
  20. pepper82

    Addon SkBee

    Nice addon! But how can I store and later add the nbt of an item to an item? First I store the item's nbt to a file or database, the string is then like this: {display:{Lore:["§5test"],Name:"{\"text\":\"§2test\"}"},Enchantments:[{lvl:23s,id:"minecraft:sharpness"}]} Later I add this string as...