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

    How to make this script more efficient

    This is the code currently, any suggestions to make it more efficient? command /grass [<text>]: aliases: /fű, /fu, /weed trigger: if arg-1 is not set: if {grass.%player%} is false: set {grass.%player%} to true send "&6MN &8»&7 Sikeresen &ebekapcsoltad&7 a növények...
  2. xultraalphax

    How to make this script more efficient

    Hello! I want to make this skript more optimized because it laggs my server so much. command /grass [<text>]: aliases: /fű, /fu, /weed trigger: if arg-1 is not set: if {grass.%player%} is false: set {grass.%player%} to true send "&6MN &8»&7 Sikeresen...
  3. xultraalphax

    Solved Minecraft tall plant names

    Hello! I am trying to make a skript where loop-block is replaced but I don't know how are tall plants called. I have already tried their minecraft names and ids. My code: loop all blocks in radius 6 around {at.%player%}: if loop-block is flower or *idk what here*: if...
  4. xultraalphax

    Solved Skript packet blocks

    I have written this code, and I get an error command /grass [<text>]: aliases: /fű, /fu, /weed trigger: if arg-1 is not set: if {grass.%player%} is false: set {grass.%player%} to true send "&6MN &8»&7 Sikeresen &ebekapcsoltad&7 a növények eltűntetését!" else...
  5. xultraalphax

    Solved Skript packet blocks

    I know, but the only problem is it is going to be flashing between air and the original block. I want to change it back after the player is further than 5 blocks Does anyone have a solution?
  6. xultraalphax

    Solved Skript packet blocks

    Hello! So I wanted to make a skript where players can toggle seeing grass and flowers by /grass command. I wanted to use "make player see block as block" but I have ran into a problem. I wasn't able to make the player see the flowers for a temporary time so it will remain as air. Could you help...