5zig / The-5zig-API

The official client API of The 5zig Mod.
Apache License 2.0
11 stars 2 forks source link

Can I move the player (simulate w a s d) with the plugin API? #31

Closed ghost closed 5 years ago

5zig commented 5 years ago

Hi, that's not possible with the plugin API and would be too much work to implement for search supported Minecraft version. You could try to search for another way to simulate wasd by Googling for "LWJGL simulate key events" or something similar. LWJGL is the OpenGL wrapper used by Minecraft and it is also used for handling keyboard and mouse events. All Minecraft versions pre 1.13 use LWJGL 2, all after 1.13 use LWJGL 3.