nbt

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

    Add custom NBT to dropped item

    So the below code is working for everything except for the adding the custom attribute ala NBT to the leather cap. I have been at this for hour just going full blown shotgun strategy trying literally everything I research to get this to work :/ no luck. (also im brand new to skripting so be nice...
  2. ShaneBee

    Addon SkBee 3.4.3

    SkBee is a Skript addon which brings a whole bunch of new elements to your Skript experience. This add-on adds many more syntaxes, to help make your server the best it can be. Elements: This is only a small list of the many things included: - NBT elements such as get/set NBT of items, blocks...
  3. T

    Remove damage meter from iron sword

    Hello, Is there a possibility that the danage meter / bar is no longer displayed if the item is damaged? Depending on the damage to the item, a certain texture is displayed. that also works Something like this must be included in the texture package of a JSON file so that the damage meter / bar...
  4. Riknesh

    Custom NBT

    Im trying to make a skript where it adds the spawn reason to the nbt of a mob. I tried to test it on sheeps. on spawn of sheep: "%spawn reason%" is not "natural": add "{spawnreason:1}" to entity-nbt of last spawned sheep It seems like the skript isn't working. Any way to fix it or...
  5. C

    Nbt value/string Check.

    So ... It's been a while that some of my friends and I have been using nbt and skript just for fun, so I'd like to know if there's a way to check a player's Nbt value or string and then trigger something (we're using skript 1.7.10 ie some addons are not compatible.)
  6. dreike

    Solved TuSKe GUI with SkStuff NBT.

    https://pastebin.com/BLXXJ8Xt This repeats itself 10 times.
  7. IMO0226

    Store NBT without coordinates

    Skript Version: Skript 2.3.6 Skellet Version: Skellet 1.9.6b Minecraft Version: 1.13.2 I want to create a system what helps the players move entities with just clicking with an item. The system removes the entity, stores the NBT of that entity without any problems, summons the new entity with...
  8. L0v0lup

    Solved Cant >Add< NBT to existing Item

    Minecraft 1.12.2 Skript 2.2-dev36 |SkStuff T-Nuke Fork Hello, i am currently working on RPG Sets in Minecraft. For a set effekt i am trying to add HP attributes to an set part after all 4 armour parts have been equipped. What would work: give player diamond boots with custom nbt...
  9. Riknesh

    Itemstack size

    It is possible to change the maximum item stack size for an item. For example...i want to set the maximum stack size for a spawner to 1 while in player's inventory Is there any way to do this? like using custom nbt or smtg else
  10. W

    Nbt splitting

    So this might be more of a MC thing, but i cant find anything to do this, let me explain my problem. I have skills on my server, and have a attack speed skill (1.9 combat) and i want to increase that by the amount that is on the weapon itself, however it will only register the attack speed...
  11. D

    Solved Help About NBT

    Hello i have a problem about NBT how to give NBT to On Spawn of Zombie but giving NBT using command succeeded This is my script this does not work and there is no error but, I try not to follow my NBT instead just like a regular zombie on spawn of zombie: wait 1 ticks set {_a} to...
  12. 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.
  13. Riknesh

    Solved Custom NBT

    How can I add a custom NBT to a item. I tried following the example in the SkUnity Documentation but didnt work for me. I already have SkStuff installed. None of these seemed to work. Sad lyf command /debug1: trigger: give player a stone with custom nbt "{test:10}"...
  14. Pexien

    How to give items that can only break certain blocks

    I am coding a adventure script for my server, and I want to give the player's a diamond pickaxe that can only destroy sponge. How do you add the canDestroy tag in skript? Ir would also be good if I could give players sponge blocks that could only be placed on certain blocks in skript. Is there...
  15. XxMartuixX

    Solved I need minecraft name of a item in a variable

    Hi, I have a big problem ... I have to add the nbt to an armor stand through an object list This is the code inside the function to add the nbt add...
  16. ChisleLP

    Script Head Database 1

    Do you want get any Heads without searching in explorer? There you go. It's simple - just run /head and you will see a GUI with 9 different categories Addons Requirements: -reqn (For getting Skull from Web) -Skript-Json (For making your life easier!) -Skellett (For GUI) Currently available...
  17. BirdCanFly

    Solved fireworks

    Hello, I want to make firework explode directly after i spawned it with a command/item, is this possible? And how can i do it?
  18. T

    [Need Help] Checking NBT of block with SkStuff

    I'm pretty new to Skript, so I need some help. What I'm trying to do is to check the NBT tags of a block with the on break event. I saw "NBT of an entity, block or item" in SkStuff, but it seems to only work when you're adding/removing a tag from an entity/block. Basically, I want to add...
  19. kapec323

    Custom item model by damage with skript

    hey i want to create a custom item witch texture pack i have model file (if damage of hoe is 0.0012545482 hoe get diamond sword look) how i can do it in skript like nbt or set damage ? i found plugin called NewItems on spigot premium and its work like my idea
  20. Mikioul

    Remove indesirable NBT

    Hello, i have a command to get a command block to spawn a custom entity execute player command "/setblock ~ ~ ~ command_block 0 replace {Command:/summon armor_stand ~ ~ ~ %nbt of {ast.edit.%player%}%}" In "%nbt of {ast.edit.%player%}%" there should be the nbt of the armorstand.. But i have...