ExpertCoder14
-
Can't you just use /gamemode to get into spectator?
-
In Java Edition, you can press F3 + D to clear your chat quickly. Other than that, commands currently cannot clear your chat, the only other way is to print 100 new lines to move the existing text ...
-
This is already possible. To test if a player has an item in their inventory, just run /clear on them, but set the maximum item count to 0. This will not clear anything, but instead return the numb...
-
I disagree. The rules of target selectors are simple: a count of 1 means to teleport one entity. A stack of coal counts as a single entity, because items like to group up into single stacks, and th...
-
There are two main types of data storage in Minecraft, and there is no need for another form of data storage you can already do lots of things with this. There are two main forms of data storage: ...
-
A better syntax would probably be /tag <targets> clear instead of /tag <targets> removeAll. Other than that, there is no official way to clear an entity's tag list, so this would be a welcome addit...
-
Isn't that just Adventure Mode? /gamemode adventure @p
-
ReaAquaticCraft Even if this system was implemented, there are still a bunch of kinks to work out. For example, what would happen if a command took two target selectors (like /tp)? Then how would t...
-
The problem with this is, target selectors aren't meant to check blocks, they're only meant for entities. You target blocks using coordinates
-
This is already possible. With the /schedule command, functions can be scheduled to run after certain times and replenish your chest. Would that be an okay alternative? You can even set up a trigge...