attributes

  • 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. dudurtg

    Script AVS Key-Skript 2025-10-16

    ✨ Recursos Triggers no Skript on advancement open: — dispara quando o cliente envia ADVANCEMENT_TAB (jogador abriu/alternou aba de avanços). on statistics open: — dispara quando o servidor envia STATISTICS (estatísticas entregues ao cliente). Configuração simples debug: true|false para logs...
  2. H

    Solved Item attributes

    So I really need help with item attributes I have been trying to make them for a few days now like item edit has, but it just doesn't work the tab completions aren't working or something else it's just so annoying my addons are skbee and skcrew I just want it to be like this: /itemattribute...
  3. Yoshep

    Script EasyAttribute | Set Player Attribute With Skript 2.0

    EasyAttribute | Set Player Attribute With Skript created and designed to make it easier for developers to give or take player attributes with the default base attributes of vanilla or the Minecraft game itself. Required: Skript SkBee Permission : playerattribute.admin - Admin Permission...
  4. D

    How do I add attributes to items?

    I'm trying to make a skript, which previews crates/kits, but I would like to add attributes to the showcased items function viewCrate(p: player, crate: text): if {_crate} is "iron": set {_p} to a new chest inventory with 3 rows with name "&f&lIron &7Crate"...
  5. F

    Execute console command in specific world

    Hello there! I'm having some trouble with this: execute console command "/entitydata (UUID of entity) {Attributes:[{Name:generic.followRange,Base:100}]}" But it won't let me. I tried debugging it and manually, in-game, putting in an UUID and it worked! So i figured that since there wasn't a...
  6. J

    Custom crafting with modified attributes

    Skript Version: 2.5.3 Skript Addons: SkQuery Minecraft Version: 1.16.5 I am attempting - if possible - to create a custom crafting recipe in which the outputted item has a modified attribute (E.g. higher base attack damage). The code I currently have is: aliases: excalibur item =...
  7. MarijnPlays

    Knockback Resistance

    Hey, i wanted to know if there is a way to get the generic.knockbackresistance on armor like vanilla minecraft but with a skript command.