Can you do gamerule keepInvintory true on a PC relm? [duplicate]
Solution 1:
Late to comment, but for anyone else that ends up on this thread...
1.13 Aquatic Update now has tab auto-completion for commands. So, you just have to type enough to isolate the command you want then hit the tab key to auto-complete it and move to the next part you need to fill in.
For /gamerule keepinventory true
...
/gamer
(tab) ke
(tab) t
(tab)`
/gamer
is enough to isolate /gamerule
, so tab will auto-complete thatke
is enough to isolate keepinventory
in the gamerule argumentst
is enough to isolate true
out of true/false
Of all the updates in 1.13, I think the auto-completion intellisense is the most useful.