Linked Questions

16 votes
9 answers
13k views

I want to have a button to enchant a piece of armor in my hand with Unbreaking V, if and only if: The tool is already enchanted with Unbreaking III The player has a minimum of 30 levels I tried ...
Dovahkriid500's user avatar
1 vote
1 answer
5k views

I'm trying to make a jetpack with a battery using Vanilla Minecraft commands. The more you use it, the more the battery depletes. So far, I have the 'battery' part working and the jetpack itself, but ...
Kiqro's user avatar
  • 132
1 vote
0 answers
179 views

Since you can't modify player nbt data with /data modify, I had to think of a workaround. I thought to use /data modify to copy a player's helmet into a chest, modify the item there, and replace it ...
ginkgo's user avatar
  • 2,640
1 vote
0 answers
74 views

I have this command: /data modify entity @s Inventory[{Slot:-106b}] set from storage minecraft:datapack Before It's supposed to replace the offhand with the NBT in the storage minecraft:datapack ...
A Banana's user avatar
1 vote
0 answers
51 views

Is it possible to enchant a player equipped armor using commands? I've tried this command but it is not working: /execute at @s[nbt={Inventory:[{Slot:103b}]}] run enchant @p[nbt={Inventory:[{Slot:103b,...
Covin's user avatar
  • 21
3 votes
1 answer
3k views

Title contains the core of it. The way I imagine it to work is: When not in water/rain, instead of blocking you from throwing the trident, Riptide has no effect. Riptide, when actually used, negates ...
Egor Hans's user avatar
  • 511
7 votes
2 answers
1k views

So far, I've been able to detect when a diamond is placed into a chest's inventory but how can I detect who placed that diamond? I'd prefer not to use the nearest player because someone else could ...
Robert Talada's user avatar
2 votes
1 answer
1k views

So, I could only find explanations on how to copy a player's inventory into a chest, but I'm wondering how I would copy the chest's contents to the player's inventory. Not necessary to read, just some ...
TheBrickMonkey's user avatar
3 votes
1 answer
1k views

Here are some commands for you to try in MCJE 1.16. Run the following commands in the chat: Set up a scoreboard objective. (or use an existing test objective if you hate piling them up, like me) /...
In2itivity's user avatar
  • 13.2k
2 votes
1 answer
709 views

I'm trying to make a manhunt compass using lodestone NBT, avoiding /setworldspawn issues, but I'm having trouble copying the runner’s position array data to the compass' LodestonePos NBT tag, ...
HyperBlend's user avatar