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

    cancel event is not working when throwing stacks of items

    It's almost the same, but now if in the inventory i hover the lapis block and press ctrl+q, all the lapis drops to the ground.
  2. P

    cancel event is not working when throwing stacks of items

    Hello, i have an issue with this code: on drop: player is holding lapis block named "<cyan><bold>Mana": cancel event If i press q (the key that drops the items), the code works perfectly, and nothing happens. If i press ctrl+q, all of the lapis drops to the ground, so the code...
  3. P

    Solved Why this code gives the player a log or a leave not just a log?

    Thanks it is now working, but i have a problem with my full code too. Can you help me please? on sneak toggle: if block under the player is log: if block 2 under the player is mossy cobblestone: if {fatorony} is not the player's name: set {torony.fa} to...
  4. P

    Solved Why this code gives the player a log or a leave not just a log?

    give a log:0 to player How can I change it to work fine?
  5. P

    Solved Why this code don't works with the furnace and the chest?

    And how can I solve the problem? And what about with the furnace?
  6. P

    Solved Why this code don't works with the furnace and the chest?

    Skript Version: 2.2 V8B Minecraft Version:1.8.8 --- Full Code: On place: if player is holding block: if player do not have the permission "Mars.build": if block above is air: cancel event else if block above is slab:7: if...
  7. P

    Save inventory and load

    How can I save and load the player's inventory and armour to/from a variable list?
  8. P

    Examine shoot a block by a player

    How can I skript "if a player shot a specific block do..."?
  9. P

    Solved How to place blocks on variable list's locations?

    I did this code: variables: {edit} = false on skript start: loop 10000 times: wait 3600 seconds execute command "/magusfelho" command /magusfelho [<text>] [<int>]: trigger: if arg 1 is "edit": if {edit} is false: set {edit} to...
  10. P

    Solved Tuske GUI don't working

    I don't know how, but I solved this.. But thanks
  11. P

    Solved Tuske GUI don't working

    but tuske don't works
  12. P

    Solved Tuske GUI don't working

    So what should I do?
  13. P

    Solved Tuske GUI don't working

    still don't work
  14. P

    Solved Tuske GUI don't working

    I have tuske and I tried this, but it don't work: https://pastebin.com/X1gg4zGy error: https://imgur.com/a/MEK5n
  15. P

    Solved Rightclick on a specific player

    How can i do this? on rightclick on a player named 'Bob":