Recent content by Rebel100

  • 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. R

    Make Player Shoot Special Arrow

    So basically I want to make the player shoot an arrow once more when they shoot I struggled with this for a while as it would infintley repeat but I determined that something like my code down bleow might work. However, I get an error saying "cant compare a projectile with 'a arrow of slow...
  2. R

    Solved Event Triggers When it Shouldn't

    Ya I was being dumb and has a separate Skript running that would do it all the time!
  3. R

    Solved Event Triggers When it Shouldn't

    Thanks for trying to help but I just tested that again and is still does not work it will only send "test" if I am holding a stick but it will still build the tower no matter what. I realized the problem on my own I had a separate program running that would add the pillar every right click!
  4. R

    Solved Event Triggers When it Shouldn't

    AIght I have been stuck on this issue for a couple of hours and have tried a million things I am trying to create a bedrock pillar only when I right click a villager with a stick however this doesn't work as it ignores the with a stick and does it no matter what. Code: on right click with a...
  5. R

    Custom Spawners

    That's okay. Thanks for trying to help!
  6. R

    Custom Spawners

    Thanks for the help but this still does not work it says that spawner with nbt ¨{SpawnData:{id:"minecraft:zombie"}}¨ is neither an item type or a block data. Any idea on how to fix this?
  7. R

    Custom Spawners

    I want to make a plugin that loops the blocks around a player and has a very small chance of them becoming spawners. I am having 2 issues one whenever I do this it uses the default spawners which is pig and I was wondering how to make that something else and I want it to only loop blocks that...
  8. R

    Increase Jump Boost Every Minute

    Thanks!
  9. R

    Increase Jump Boost Every Minute

    Hello Everyone, I’m having some issues with a plug-in I want to make so basically what I’m trying to do is when I run command /jump it gives all players jump boost 1, waits 1 min then clears the effect, gives jump 2, and then sends a message letting us know that jump boost has increased. I want...
  10. R

    Stop Mob Spawners From Breaking

    Hello, I am doing a challenge in the Nether that involves Creepers and I am running into a problem as the creepers are breaking the Blaze Spawners. I was wondering if somebody could help me by making Creepers unable to break mob spawners. I have tried doing this "on break of mob spawner: cancel...
  11. R

    Skript Time Doesn't Work

    Thanks for your help! I will test the code on my end to make sure it’s working! Thank You! Hey, I just tested the code and it works. However, I had one quick question I see there is some stuff about killing spawned mobs (Which is good I don't want insane server lag) but I was just wondering if...
  12. R

    Skript Time Doesn't Work

    Basically I'm trying to write a plugin with skript that every minutes spawns 50 of a random monster at the location of all players. However, I also want the mobs to not despawn so im trying to give them a nametag and that kind of works. The biggest problem that im running into is that time is...