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

    Jump and give item

    do you have skbee? [EDIT: syntax is different in 1.8.9] looking for it rn
  2. Merrical

    reset player kills and deaths

    Here: on join: if {players::*} does not contain player's uuid: add player's uuid to {players::*} on death: add 1 to {kills::%attacker's uuid%} add 1 to {deaths::%victim's uuid%} command resetstats: trigger: loop {players::*}: delete...
  3. Merrical

    SkQuery on minecraft 1.8.9

    Also, I noticed you have a lot of threads opened. Did you try to solve all of those problems yourself? Google is much better than these forums.
  4. Merrical

    Script Easy-To-Use | Custom Skripted Mining

    Merrical submitted a new resource: [IN PROGRESS] Easy-To-Use | Custom Skripted Mining - Want Hypixel Mining? Here you go! Read more about this resource...
  5. Merrical

    Script Easy-To-Use | Custom Skripted Mining 0.2

    **NOTE** The version for 1.19 must be on the main release, A.K.A 1.19.4 **NOTE** All addons are on the latest version, which are necessary to run. **NOTE** The skparser does not have the most up-to-date skbee Required Addons: - Skbee Step #1: - Use the command /sm addblock while looking at...
  6. Merrical

    SkQuery on minecraft 1.8.9

    https://github.com/SkQuery/SkQuery/releases/tag/3.6.3 Try this download
  7. Merrical

    Jump and give item

    command pressureplate <itemtype>: trigger: set {_item} to wooden pressure plate set tag "item" of nbt compound of {_item} to arg-1 give player 1 of {_item} on place: set {_nbt} to tag "item" of nbt compound of event-item set tag "custom;int" of nbt...
  8. Merrical

    SkQuery on minecraft 1.8.9

    I don't know, it's most likely that you have a version of skquery that doesn't support 1.8.9
  9. Merrical

    Hologram leaderboard

    There are tutorials you can follow. You can also try to figure it out yourself which would probably make you way better at it than following a tutorial.
  10. Merrical

    Paste and Undo Schematics

    create a region in the area you want to delete then loop the blocks in that region and set the loop-block to air https://docs.skunity.com/syntax/search/id:5068
  11. Merrical

    Paste and Undo Schematics

    use regions
  12. Merrical

    SkQuery on minecraft 1.8.9

    Please do /sk info and send a screenshot
  13. Merrical

    Fireball Help

    I've already told you that you cannot set the force/power of a fireball in that command. You keep on making threads, with this being your 4th one. Please stick to the same one, and actually respond to the ones you've made in the past.
  14. Merrical

    Paste and Undo Schematics

    Okay. How Skbee and I assume PirateSK is using schematics, is not through actual schematics, but structures, which is a vanilla-built-in part of minecraft. These structures are used to generate villages, fortresses, natural treasures, etc. They were never made to be able to be deleted. If you...
  15. Merrical

    Hologram leaderboard

    I'd reckon it has something to do with the last line of code you wrote. You should get the [Hologram Addon] for this stuff. It would be way more customizable as well.
  16. Merrical

    Sk-NBeeT = Nostalgia

    Sk-NBeeT = Nostalgia
  17. Merrical

    command claimplayer <player>: trigger: claim arg-1 for player send "&eYou...

    command claimplayer <player>: trigger: claim arg-1 for player send "&eYou claimed %arg-1%" to player
  18. Merrical

    keycard for this skript

    I can help you with this. Expect a conversation from me.
  19. Merrical

    Solved Something weird occured

    Interesting. I use skream for npcs, which is why I didn't know how to solve this problem.