ExpertCoder14
-
arnoudboi123 I would suggest looking into using an NBT editor if you are really angling to change world settings that are otherwise inaccessible.
-
Yes, definitely. Have it like structure blocks, with an option for rotating, and an option for mirroring: clone <begin> <end> <destination> [replace|masked] [force|move|normal] [0|90|180|270] [none...
-
Already possible, use /data get instead. For example, run: data get entity @e[type=pig,limit=1] {} And you'll get a list of data tags for that entity, and then you can choose which tag to modify, i...
-
Usernames have a length limit of 16 characters for Mojang accounts, and 12 characters for Microsoft accounts. Under normal circumstances, there should never be a username longer than that.
-
There's no such thing as storage for items. If you're talking about the storage argument in the /data command, you are mistaken—the storage there is for NBT data, not for item slots.
-
I assume you're talking about the Unbreakable:1b tag, which has only been discovered on the Java Edition of Minecraft. On Java Edition, it's easy to get an item that doesn't lose durability: give @...
-
I think you're in the wrong place to pose this feature request. It's not like that it's a hidden feature that hasn't been enabled, it's that Minecraft doesn't even have the ability to have sideways...
-
I'm wondering how this will be useful. Is it too difficult to just use a command block chain instead?
-
I think a better wording for that would be "player-specific bossbars", and I totally agree that there should be some way to do this. A workaround for now would be to have a separate bossbar per pla...
-
That makes total sense. I would say though, that this will desync the result vs the success, returning -1 for result but returning 0 for success.