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

    Solved GUI help

    1. Use TuSKE or Skript/Skellett (Cuz that what you currently use, its very bugged.) 2. Just if you click a item like you did. Execute command if you want. Then do `close player's inventory` then add wait a ticks, then open new inventory.
  2. ChisleLP

    Solved Help Fast As Possible

    Translate the error in your Language, then you maybe understand what does it mean. Youre not allowed to use difference between space and tab, you can use only tab or Only Space. so... just remove the "space" and replace it with Tab btw would be nice if you don'T write next time the title...
  3. ChisleLP

    Is it possible to edit how many hearts show?

    New skript? https://docs.skunity.com/syntax/expressions/Health%20Scale Btw remove the "%" ... set player's scaled health to 20
  4. ChisleLP

    Right click

    Just remain, If you color anythings your Emerald name, you have too enter the Color inside the code! Else doing this: if player has emerald named uncolored "c" in his inventory:
  5. ChisleLP

    Right click

    I hope, you didn't named the Emerald with anvil? (Yes, im not holding any sword. but worked for me)
  6. ChisleLP

    Right click

    Youre sure you got a emerald named "c" ? Btw for me works fine command /zs: permission: hap trigger: if player has emerald named "c" in his inventory: if player is holding any sword: remove emerald named "c" from player's inventory enchant the player's tool with sharpness 25...
  7. ChisleLP

    Right click

    Pls guys... I hate really slowying to tell evertime. WHAT doesn't work...
  8. ChisleLP

    Setblock to x-axis of block

    then next time, Put it into Request section my friend... on place of lava: set {_loc} to location of event-block loop 16 times: set block at {_loc} to cobblestone add 1 to x-coord of {_loc}
  9. ChisleLP

    Saving, changing and recoveryng blocks

    I don't know, maybe i just am dumb, or there is no ways. Just wait, maybe other people know what its wrong.
  10. ChisleLP

    Setblock to x-axis of block

    Did you searching already in Documentions? what you have do it: get location of placed block loop 16 times set block at location to cobblestone add 1 to x-coord should be simple.
  11. ChisleLP

    Saving, changing and recoveryng blocks

    Strange bugs. :/ i tested it, and i can't help you, cuz no clue why this happens.
  12. ChisleLP

    Saving, changing and recoveryng blocks

    shouldn't this be set block at loop-block to stone
  13. ChisleLP

    Solved Check enchant level (TuSKe)

    Why are you using evaluate? if level of effifency of player's tool is greater than or equal to 5: send "Youre too high!" else: enchant player's tool with effifency (level of efficiency of player's tool +1) (Im pretty sure there its some error, cuz i write too fast. (effifency)
  14. ChisleLP

    ScoreBoard skript help [please look]

    https://forums.skunity.com/threads/stylish-scoreboards-50mb.3626/
  15. ChisleLP

    Stackable buckets

    i think there is no way to make stackable items. You may try -on inventory click -if clicked item and cursor item is same item -checking if below 64 items. -if so. then "set item to (amount of clicked item +1)
  16. ChisleLP

    How to spawn a zombie villager with a set profession

    command /spawn: trigger: spawn a zombie villager add "{Profession:3}" to nbt of last spawned zombie villager try it
  17. ChisleLP

    help thanks!

    i think its just a warning, i didn't get this message. Did you edit somewhere? If yes. show me full code, please. Thanks.
  18. ChisleLP

    Coming from bukkit 1.6.4 - A lot is broken, could use some help.

    Uhm, do you don't have any Addons?`This is why you getting a lot errors. You may need: -SkRayFall -SkQuery -TuSKe (Optinal) (i didn't read the whole errors) -Skellett (Potions i belive) -MundoSK (Maybe)
  19. ChisleLP

    Coming from bukkit 1.6.4 - A lot is broken, could use some help.

    Maybe could you tell me which addons do you have isntalled and which version of skript? (/ver skript)
  20. ChisleLP

    Solved horse death

    just add clear drops #edit If errors come out. that you can't clear drops outside death events. well. then try this way: on vehicle exit: set {mh.%player%} to false wait 3 tick loop all animals: if name of loop-value is "&c&l%player%'s horse": set the...