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 community!

    Now, what are you waiting for? Join the community now!

  1. V

    Auto farm in 1.12.2

    its because error or what ?
  2. V

    Auto farm in 1.12.2

    on rightclick on ripe wheat plant: if player's tool is hoe: if player has 1 wheat seed: set event-block to freshly planted wheat plant drop wheat at event-location
  3. V

    Solved Skquery GUI Stealable issues

    use this event on inventory click: if inventory name of player's current inventory is "(Inventory name)": cancel event
  4. V

    Custom Crafting Recipies

    i think custom crafting table is the best way
  5. V

    Custom Crafting Recipies

    try stack of diamond ore
  6. V

    Custom Crafting Recipies

    try change glowing to shiny and remove 64 idk if this work
  7. V

    Give player a potion

    I just Found outgive potion of long invisibility to the player give potion of strong healing to the player
  8. V

    Give player a potion

    what about just use minecrarft command and make it to the skript
  9. V

    Give player a potion

    http://en.njol.ch/projects/skript/doc/effects#EffPotion
  10. V

    Solved give player {_num} of...

    change arg 2 to integer /command [<text>] [<integer>] or just delete parsed as integer
  11. V

    Ranks GUI

    i dont know what ur code so i cant fix it but my code up there is work legitly or u worng spell the name
  12. V

    Ranks GUI

    like this?? command /grant [<offline player>]: trigger: if arg 1 is set: set {granter::%arg 1%::%player%} to "%player%" set {granted::%arg 1%} to arg 1 send "done" command /gcheck [<offline player>]: permission: techtonic.grant trigger...
  13. V

    Ranks GUI

    Can i have ur code ?
  14. V

    hi

    hi
  15. V

    Solved Custom Effects!

    Use This Btw on consume of mushroom soup: if player's flight mode is false: set player's flight mode to true send "Fly On" else: set player's flight mode to false send "Fly Off" No
  16. V

    Solved Custom Effects!

    on consume of mushroom soup: if player's flight mode is false: set player's flight mode to true send "Fly On" if player's flight mode is true: set player's flight mode to false send "Fly Off"
  17. V

    Solved Custom Effects!

    with time ?
  18. V

    code help

    i mean try to create skript like this but with tuske's gui
  19. V

    code help

    Sure
  20. V

    code help

    can you just forget about it and learn syntax from tuske's gui https://forums.skunity.com/threads/gui-manager-tutorial.2349/