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

    Detect if entity is wearing a block

    if victim's head is oak leaves:
  2. V

    How do you create Scoreboards?

    i think this is skrayfall set score " " in sidebar of loop-player to 1
  3. V

    Chunk Hopper

    use on drop event it same idk if it work or no and this only work with 1 block ( hopper) on place: if name of player's held item is "&6Chunk Hopper": set {chunkhopper} to event-block loop all block in radius 16 around event-block: add loop-value to...
  4. V

    Solved how can I get inventory name in 1.14.4

    i used like this for my skript open virtual chest with 3 rows named "set nicname" # set variable set {setnicname::%player%} to true #then on inventory click: if {setnicname::%player%} is set: cancel event clear {setnicname::%player%} # do something
  5. V

    Solved please help

    full event code pls
  6. V

    Value doesnt readed

    try delete underscore on variable
  7. V

    Solved Functions in GUIs using TuSKE

    all syntax for making tuske's gui https://forums.skunity.com/threads/gui-manager-tutorial.2349/
  8. V

    Solved Functions in GUIs using TuSKE

    format gui slot 22 of player with steak named "&6Steak" with lore "&f$100" to close then run function openSelection(steak,10,100,the player)
  9. V

    Help me with Guis, putting a new item to the next available slot

    So Left click to give middle click to delete command /apply: trigger: give 1 book and quill to player command /sendapply: trigger: if player's tool is written book: send "&aSent!" set {player.application::%player%} to player set...
  10. V

    Help me with Guis, putting a new item to the next available slot

    what about making argument called "delete" on /application?
  11. V

    Help me with Guis, putting a new item to the next available slot

    let me know if get any error on gui click: if event-type is "left" click: close player's inventory give slot event-number of event-inventory to player if event-type is "middle" click: format gui slot event-number of player with black glass pane named " " variable...
  12. V

    Help me with Guis, putting a new item to the next available slot

    Sorry i missing something command /apply: trigger: give 1 book and quill to player command /sendapply: trigger: if player's tool is written book: send "&aSent!" set {player.application::%player%} to player set...
  13. V

    Help me with Guis, putting a new item to the next available slot

    Something like this ? you can do improvement, and this skript need tuske for the guis command /apply: trigger: give 1 book and quill to player command /sendapply: trigger: if player's tool is written book: send "&aSent!" set...
  14. V

    Help me with Guis, putting a new item to the next available slot

    i think i can help u but can you send the code i'm so confuse
  15. V

    Player holding nothing

    if player is holding an air: or if player's tool is air
  16. V

    Simple Skript To Be Edited

    Your Code is too long then use this on place: if player isn't in world "nameofworld": stop else: if player has permission "blockedup.bypass": if event-block is oak log, redstone ore, emerald ore, diamond ore, lapis block, lapis ore, iron ore, barrel ,stone...
  17. V

    Auto farm in 1.12.2

    change wheat seed to seed i'm using 1.14 btw and its work so idk with 1.12.2
  18. V

    Solved GUI shift right click (using TuSke)

    On gui click: if event-type is shift right mouse button: send "work" format gui slot 0 of player with stone named "It will run the gui event" to run gui event
  19. V

    Auto farm in 1.12.2

    do your wheats are ripe ? and holding a hoe ?
  20. V

    Auto farm in 1.12.2

    do you have seed on your inventory ? 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 remove 1 wheat seed from player