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

    How i can make Zombie with targets

    on rightclick: if player's tool is a stick named "StraySpawner": spawn a Zombie at player's location set {_mob} to the last spawned entity set {Mob.%last spawned entity%} to "%player%" set display name of {_mob} to "%player%'s Zombie" loop all entities...
  2. M

    Remove text from string?

    Hey how i can remove from location like: "x: 11.5, y: 63.5, z: -91.5, yaw: 0, pitch: 0 in 'p'" all the text except "11.5 63.5 -91.5"
  3. M

    Gen skript not working

    Here is a finish gen Skript you need SkyRayFall options: bluetored: 10000000 purpletoblue: 5000000 greentopurple: 2500000 yellowtogreen: 2000000 lbtoyellow: 1500000 whitetolb: 1000000 emeraldtowhite: 750000 diamondtoemerald: 500000 goldtodiamond: 400000...
  4. M

    Check Owner of Plot

    PlotSquared Version: 4.4.495 Spigot Version: 1.16.5 I search a way to check the Plot Owner, can you help me?
  5. M

    Get Items

    every 5 second: loop all players: if block below loop-player is barrier: set {_item} to a random item out of all items wait 1 tick if {_item} is respawn anchor: stop else: give {_item} to loop-player...
  6. M

    PlotSuared check

    Is there a possibility to query PlotSquared with a script, i.e. to check the owners of the plots and, if necessary, make "if player = PlotOwner is true"?
  7. M

    Fighting Zombie

    and how i can do that?
  8. M

    Fighting Zombie

    Hey, I wanted to do a little project and I would like to have e.g. 2 zombies fight against each other e.g. the zombie of team red only attacks the zombies of blue and not his own. now I wanted to ask you if something like this would be feasible
  9. M

    Remove item with specific lore

    i dont have found
  10. M

    Remove item with specific lore

    Hey, I have a question, how can I implement this? how is it possible that certain items are deleted after death? e.g. an item with the lore "can get lose" is deleted after death as well as items without lore and items with the lore "can keep" cannot be lost.
  11. M

    Solved Item Rename!?!

    English: Hey, I have 3 questions, how to implement this: command /itest: trigger: give random item out of all items to player 1. this makes so far only that one gets a random item, so how is it now possible to rename this item and add a lore (or is it possible that the name...