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

    Make Armor Stand face entities

    function activarTorretas(): loop {listatorretas::*}: loop all entities in radius 8 around {torreta::%loop-value%}: if loop-entity is not armor stand: #set {_l} send "%loop-entity% | %{_l}% &b%{_yaw}% &a- %{torreta::%loop-value-1%}% %loop-entity%" to all players #...
  2. B

    waterlogged: false

    Well this should create a dead horn coral fan, but it does it with waterlogged: true, I need it to create one without water but I don't know how. on right click on dead fire coral fan: set the player's food level to player's food level + 3 set event-block to dead horn coral fan...
  3. B

    Slime without AI

    I've been looking for a way to make a command that summons a completely still slimel, but that it can take damage and can be pushed with knockback tools. I have no idea how to do this. Sorry for my bad English :)
  4. B

    Solved Enchanted Book Stored Enchants

    set {_pord} to 70 set {_item} to player's tool set {_meta} to {_item}.getItemMeta() set {_ench} to {_meta}.getStoredEnchants() if {_ench} = `{Enchantment[minecraft:efficiency, DIG_SPEED]=1}`: (this is a snippet of my full script) Is there an...
  5. B

    "on walking" does not work

    I had been doing this script for a while and "on walking" didn't work. I would like to know if there is any alternative to achieve the same task and sorry for my bad english, i speak spanish on walking: set {_distance} to distance between player and location 0, 0, 0 set {_radiation} to...
  6. B

    Block Owner

    I have a working script to add a "block owner" to the jungle wood blocks placed by a player. I would like to add, that when player 1 places jungle wood in a radius of 2 blocks around another block of jungle wood of player 2, the "block owner" of player 1 is not saved. sorry for my bad English...