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

    How to do checkpoints?Parkour Spawnpoint

    replace the () with {}
  2. Merrical

    How to make it so you can join and leave mid queue?

    I found a problem, not sure if it's what you are looking for, but look here. What do you see here that might not work out? Also, the reason the messages are still sending is that there's nothing to stop the messages from being sent. you'd have to make if statements after every wait statement...
  3. Merrical

    Dungeons Skript

    I could try this out! I'd be up to mess around with a dungeon system. I've made one before, but not like what you described. There are plugins for this, that would work better than any skript I can make. I recommend looking for some before you get anyone to make a skript for you though.
  4. Merrical

    Need help with skript

    Yes, even if you were to, use it like this: If index of event-slot = 10:
  5. Merrical

    Item generator Skript

    It doesn't matter all that much, I just don't see why I should talk without grammar. options: p: &aGens &8» &f command gen <text> <itemtype> [<timespan>]: trigger: if player has permission "gens": if arg-1 is "place": play sound...
  6. Merrical

    How do I make an AOE weapon with custom health variables?

    on rightclick: if player's tool is an iron sword: loop all entities in radius 10 of player: if loop-entity is not player: #do your damage This is how you find entities in a radius.
  7. Merrical

    Item generator Skript

    Hey! I'd totally be up to helping you out with this. I've friended you, with the name Maj#0485
  8. Merrical

    How do i make a block regenerate when I break it?

    here on break of coal ore: send "&8'Breaking Coal Ore'" to player wait 1 tick set block at location of event-block to coal ore you could also replace the "send" to "do nothing"
  9. Merrical

    How do i add a permission node?

    i want to create a permission node: perms.helper
  10. Merrical

    How do i make a block regenerate when I break it?

    the command i'm using: on break of coal ore: set block at the break of coal ore to coal ore send "&9Yay" to player Isn't working anyone know why? the "send "&9Yay" to player" is just so i know it works. it does