Posted November 1, 20205 yr So I've looked into implementing custom commands but I've only found older tutorials for 1.12 or 1.14 and they don't work. How would I go about doing this in 1.16? Thanks in advance! Isaiah
November 1, 20205 yr in 1.16 there's an event called RegisterCommandEvent for you to register all your commands. To create (further processes) a command you can see how vanilla does it, there are quite a lot of them.
November 3, 20205 yr Howdy You might find this tutorial useful It works in 1.16.3 see example mbe45... https://github.com/TheGreyGhost/MinecraftByExample/tree/master/src/main/java/minecraftbyexample/mbe45_commands http://greyminecraftcoder.blogspot.com/2020/05/minecraft-by-example.html Cheers Richard
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.