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

    Solved Combat log skript

    You are setting metadata tag "damaged" of victim to true and doing a while loop that's ok but you are using: if metadata tag "damaged" of victim is false: send action bar "Combat %{cb.time.%victim's uuid%}%" to victim wait 1 second subtract 1 from...
  2. The0Felon

    Help executing commands

    You already had a existing post for it.
  3. The0Felon

    I need help converting commands

    Your command is wrong. Try it without script and when you fix your command, you can use script.
  4. The0Felon

    API Skript DecenthologramsAPI 1.1

    DecentHolograms Skript API This Skript-based API seamlessly integrates DecentHolograms with Skript, allowing users to create, modify, and manage holograms effortlessly. With intuitive syntax and full compatibility with Skript-reflect, this API provides a flexible way to interact with holograms...
  5. The0Felon

    API Skript DecenthologramsAPI

    The0Felon submitted a new resource: Skript DecenthologramsAPI - Decent Holograms support with skript. Read more about this resource...
  6. The0Felon

    I need Help Making a skript for an smp

    dc: 0mustafa
  7. The0Felon

    Problems with adding player heads to guis

    OMG YOU HAVE TO LIKE EVERY SINGLE MESSAGE OF MINE (optional but it would be good :>)
  8. The0Felon

    Problems with adding player heads to guis

    set {_item} to player head (set nbt of {_item}) give {_item} to player
  9. The0Felon

    Problems with adding player heads to guis

    Try to give item to yourself to test if the problem is item.
  10. The0Felon

    Problems with adding player heads to guis

    And you have to double your quotes which are in a quote. Like; "I am a string and ""hi!"".". this will send: I am a string and "hi!". Simply, you have to double them to make skript understand.
  11. The0Felon

    Solved Skript Disable Book and quill Craft

    Add me on discord i need details: 0mustafa
  12. The0Felon

    Problems with adding player heads to guis

    You have 1 "}" extra in ur nbt compound.
  13. The0Felon

    Solved Skript Disable Book and quill Craft

    Can you explain "crafter" more?
  14. The0Felon

    Problems with adding player heads to guis

    You have to change nbt compound tag "profile" to achieve a custom head. Like this: set compound tag "profile" of nbt of event-item to nbt compound from...
  15. The0Felon

    I need help converting commands

    execute console command "setblock 446 -60 48 minecraft:air" and execute console command "setblock 446 -60 48 minecraft:barrel[facing=up]{LootTable:"fisherman:chests/fisherman_loot_table"}"
  16. The0Felon

    If %Variable% is "Something"?

    import: com.booksaw.betterTeams.Team command /recruit: trigger: set {_p} to player parsed as a offline player if Team.getTeam({_p}).getName() is "TDU": execute console command "teamadmin join %arg-1% RECRUIT" teleport arg-1 to location at -213...
  17. The0Felon

    If %Variable% is "Something"?

    Do you have placeholderAPI?
  18. The0Felon

    Need Help: Chat Message with Hover Placeholder

    sorry for my bad english, can you explain it more? You want to add a hover to "Machamp" text in your message?