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

    Player touching armorstand

    ironically this is something else I needed to figure out how to do, however I am trying to write code that detects when a player comes in a specific radius of an armor stand. Sorry for not being clear
  2. E

    Player touching armorstand

    I need a way to detect when a player touches an armor stand please help anyone who solves this problem will get a rank on my server once it is online
  3. E

    Detecting different fish

    I need an if statement that detects if an item is a normal fish, pufferfish, or clownfish. person who solves this will get a rank on my server once it becomes live thanks for your time
  4. E

    Custom Projectile

    yep
  5. E

    Custom Projectile

    I will give that a shot thanks do you know anything about giving the armor stand a fish?
  6. E

    Custom Projectile

    I'll give this a shot thx :) doesn't work ;-;
  7. E

    Custom Projectile

    my code so far is mildly complicated, however with a few tweaks could acomplish my goals take a look: on rightclick with fish: if world is "Aquarium": shoot an egg from player with speed 1 loop all entities in radius 2 of player: loop-entity is an egg...
  8. E

    Custom Projectile

    If only it was that simple..... lol I just solved my own problem on my own. but now I have another one so currently, I am using the on right click command to detect right clicks, however this only works if I am right-clicking a solid block. I would like my command to trigger when right clicking...
  9. E

    Custom Projectile

    I would like to make fish throw-able via right clicking. I have tried to spawn an invisible armor stand holding a fish ridding an invisible snowball, however I have been unsuccessful anyone know how to do this? bump
  10. E

    Solved random drops

    hello, today I am working on coding a plugin for my server variables: {Fishodds} = 0 on fish: if "%fishing state%" is "CAUGHT_FISH": set {Fishodds} to a random integer between 0 and 101 if {Fishodds} is less than 51: message "fish" give the player 1...