ExpertCoder14
-
It would have to be named differently because /title already exists.
-
That's already possible with some existing commands, with the help of /execute store. You can use it to save the results of commands to a storage location, and then recall the value to test if it s...
-
This is already possible, using target selector arguments. You may know about r and rm selecting targets within a spherical radius, but if you are trying to make a rectangular selection box, you sh...
-
I agree that the /stopsound command should show a red message and fail if there are no sounds to stop. This makes more sense than if it succeeds every time, even if there are no sounds to stop. And...
-
You can do that with teams: team add ownerTeam {"text":"The Owner's Team"}team join ownerTeam @steam modify ownerTeam prefix {"text":"OWNER"}
-
You are very close. This is possible, but your approach was incorrect. Instead of the value field being another JSON text component, try setting the inner command to /tellraw and including JSON ins...
-
If you have been looking at Java Edition's updates, you'll notice that in 1.17, they're changing the /replaceitem command to /item, and now it allows item slot copy operations. With it, you can now...
-
All this stuff is probably possible through an NBT editor. You can place a template item in a chest, leave the game, modify the item, come back, and you will have an enchanted item.
-
Isn't the title tag (the title of the book) also plain text too, or is it JSON text as well?
-
English translation to the best of my ability: In Bedrock Edition, observers cannot see whether a Note Block is making a block update, this only works in the Bedrock Edition. Please make it possibl...