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

    make wheat grow 1.13

    Im trying to make wheat grow when you sneak on it but i cant find the 1.13 block values. This is what i have on sneak toggle: loop all blocks in radius 2 of player: if loop-block is wheat plant: send "hello" to player set loop-block to wheat plant But it...
  2. retronix

    Detecting when player presses f ?

    I went on to a vanilla server to find when you press f it opens up a gui. Is there a way to do this within skript? (The detection part?)
  3. retronix

    Build schematic command

    Im trying to figure out how you can spawn a schematic Possibly like when they do /builder house (House is the schematic name) It spawns and it displays where the player is looking. when the player left clicks it builds the schematic. Im mainly looking how to spawn the schematic and how to...
  4. retronix

    Solved find the region of a player?

    So i found this here. every 3 seconds: loop {region-list::*}: if "%region at player%" contains "%loop-value%": broadcast "success" I get this if i try to use it https://gyazo.com/267459d212cca15d78039857bd40ccb9
  5. retronix

    Spawning hostile wolfs?

    Anyone know how to do this?
  6. retronix

    How to check if slot (Slot number) is full?

    So im creating a gui basically when you put an item in and press recycle it outputs items into another spot in the gui https://gyazo.com/19662aa9642a01b571f3bdf9a7a96a9f When it gets to 64 it just dosent add the rest how do i make it so it will add it to a existing slot? on rightclick on...
  7. retronix

    Possible to allow user to place a sapling or plant o wood?

    So, in trying to figure out of it's possible to place a flower on wood using script.
  8. retronix

    Skript adding items back to player inventory?

    So this skript adding items back to player inventory? I looked though it but never found out why. # ____ _ _ ____ _____ _____ # | _ \ | | | | / ___| |_ _| |__ / # | |_) | | | | | \___ \ | | / / # | _ < | |_| | ___) | | | / /_ # |_| \_\ \___/ |____/ |_|...