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

    Detect Text in lore line

    Hello How to get line from lore where is text ? Example: Lore is: Line 1: "Hello1" Line 2: "Hello2" Line 3: "Hello3" and i want get line number where is text "Hello2"
  2. M

    Play Sound at victim Problem

    Hello I have problem with play sound at victim on damage: if victim is player: play sound "ENTITY_BLAZE_HURT" with volume 20 and pitch 1 at victim Unfortunately this doesn't work and I get error: "on damage event... Must be victim or attacker" Best Regards Sk Version: dev37
  3. M

    Custom player skull Freeze server

    player's skull named "&e&l%player%" ref Ref
  4. M

    Counting words in message

    @PatoFrango Thanks works well! But when player type many Hello without space then won't work
  5. M

    Counting words in message

    @PatoFrango Thanks but I need specific word Example: player say: Hello in my world Hello Then skript send: 2 Hello
  6. M

    Counting words in message

    I don't need lenght of letters, I want check amount of words in message
  7. M

    Counting words in message

    Hello How to create skript which will counting specific words in message For example If player say double: Hello Hello Skript will sent: Words: 2
  8. M

    Custom player skull Freeze server

    Hello I have problem with custom skull with player head If i trying get skull server is lagging. How I can repair it ? Paper 1.12 Skript: dev37c SKQuery 3.6.0 Lime Best Regards
  9. M

    SkBee NBT problem with enchanting

    Hello This code won't give enchanted item command /nbt: trigger: give player diamond sword named "Sword" with lore "Lore" with nbt "{ench:[{lvl:5s,id:0s},{lvl:1s,id:7s}]" Console Error: Skript Ver: Dev37c SkBee: Latest Best Regards ref
  10. M

    Item Visible only from client side

    Hello I would create skript meanly when player open inventory he will see fake item in slot 10 from client side (server side this slot will be empty). I found this event from skellett addon but i don't understand how it works. on packet: if event-string is "PacketPlayInClientCommand"...
  11. M

    Transfer variable

    Hello How to transfer(copy) variable from {variable1::*} to {variable2::*} with player's name and all variables?
  12. M

    Json Color problem

    I need json.sk becouse i can create many tooltips i one message interestingly, /tellraw command works correctly
  13. M

    Json Color problem

    @TPGamesNL Thanks for reply but I was trying in version 1.12 and also this happened my server version is 1.8.8 with viaversion to 1.12
  14. M

    Json Color problem

    Hello I have problem with json colored message I use json.sk So this command works fine but half text is not colored command /json1: trigger: json("@a", "&4aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa||ttp: Text") how can I...
  15. M

    Set caught item

    I know but doesn't work
  16. M

    Set caught item

    Unfortunately it does not work
  17. M

    Set caught item

    Hello How to set caught fish when fishing state is caught fish ? on fishing: if "%fishing state%" is "CAUGHT_FISH": clear caught item set cought item to stone
  18. M

    Why this code doesn't work?

    @privatemethod This check if player has the item @PatoFrango Absorption 1 also doesn't work
  19. M

    Why this code doesn't work?

    still This is weird ref
  20. M

    Why this code doesn't work?

    also doesn't work but without "of tier 1" works if attacker has absorption: