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

    Need Help: Chat Message with Hover Placeholder

    send message formatted " &a<ttp:&aHOVER MESSAGE>TEXT<reset>" to players cancel event and use this type of message to do it :emoji_thumbsup:
  2. The0Felon

    Solved Skript Disable Book and quill Craft

    on craft writable book: cancel event tested in 2.9.5 java 21 1.20.6. Please like my message if your problem is solved. Thanks :)
  3. The0Felon

    Problems with adding player heads to guis

    use something like that: set compound tag "profile" of nbt of {crateitems::votecrate} to nbt compound from...
  4. The0Felon

    Need Help: Chat Message with Hover Placeholder

    i don't understand. What do you mean? Do you have a placeholder that shows player statistics like that? Or are you going to use a skript function?
  5. The0Felon

    SkBee v3.6.1 → SkBee v3.7.0

    simply use "custom nbt" instead of "nbt" for items.
  6. The0Felon

    My skript doesn't work

    discord: 0mustafa
  7. The0Felon

    SkBee v3.6.1 → SkBee v3.7.0

    NBT syntax had a big change since new updates: New SKBEE NBT Wiki
  8. The0Felon

    Solved Can anyone help me with the spaces

    i don't know if play "GLASS" will work i generally use full name of sound name ("block.note_block.bass" etc.). For strength: https://skripthub.net/docs/?id=1101 https://skripthub.net/docs/?id=2161 if you are asking for space which is a character you need to use tab key. And use vscode or...
  9. The0Felon

    Why is it thinking I'm talking about banner patterns?

    you don't have to use long hex codes. Use "<#HEX>" instead.
  10. The0Felon

    Question about linking script and itemsadder

    Discord: 0mustafa
  11. The0Felon

    How can i detect an npc?

    Not tested. Send me errors if there are.
  12. The0Felon

    How can i detect an npc?

    You can use CitizensAPI with sk-reflect. Download sk-reflect's latest version and paste this code: isNPC.sk: import: net.citizensnpcs.api.CitizensAPI function isNPC(e: entity) :: boolean: set {_registry} to CitizensAPI.getNPCRegistry() return true if {_registry}.isNPC({_e})...
  13. The0Felon

    Why doesen't this skript work i get no error

    you cannot use local variables outside where it defined. You have to use event-block and event-location for {_block} and {_loc}. Like: on break: if event-block is a stone bricks: set block at event-location to cracked stone bricks else if event-block is a cracked stone bricks...
  14. The0Felon

    Script Tools SkriptSense

    The0Felon submitted a new resource: Auto Completions For Skript! - Enhance your Skript coding with autocompletion & tools. Read more about this resource...
  15. The0Felon

    Skript Tools SkriptSense 1.3.1

    SkriptSense SkriptSense enhances your Skript coding with smart autocompletion, go-to-definition, hover support, and beautifully styled parameters. Features : Smart autocompletion for faster coding. Navigate to function definitions with ease. Detailed hover information for parameters...
  16. The0Felon

    Help about nbts

    thanks, i haven't see github docs.
  17. The0Felon

    Help about nbts

    i know about how nbts working as you understand i gave an example i want to change display tag of nbt but i don't know how to do it. i told you don't tell me google it i researched enough but now as you said i know its about sk-nbeet.
  18. The0Felon

    Help about nbts

    on inventory click: cancel event set "nbt" to nbt of clicked item this gives me error: How to solve this? i installed Sk-NBeeT for nbts. i can't edit nbts and i don't want to use something like: set lore of player's held item to "lore" because i am working with modded items. I...
  19. The0Felon

    /duel skript

    add me on discord: 0mustafa
  20. The0Felon

    Solved Enchant Removed

    @bewf can you mark my answer by solved please :)