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

    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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...