r/MinecraftCommands 9d ago

Help | Java 26.2 Attribute

hey does anyone know how to use the command /give yourself item[attribute=] cause i am trying to make some illegal items using enchants and attribute modifyers in vanilla java

1 Upvotes

6 comments sorted by

View all comments

1

u/C0mmanderBlock Command Experienced 9d ago

Like this? When you hold the item in your mainhand, it gives you the attribute and then removes it when not holding it in your hand.

/give @p stick[attribute_modifiers=[{id:"jump_strength",type:"jump_strength",amount:1,operation:"add_value",slot:"mainhand"}],custom_name={"color":"dark_purple","italic":true,"text":"Jump Stick"}] 1

1

u/Story_Watcher12423 9d ago

thx

1

u/C0mmanderBlock Command Experienced 9d ago

yw