Posted September 12, 20232 yr I want to make the player jump. Simple as that. I have tried already: net.minecraft.world.entity.player.Player player; player.jumpFromGround(); // doesn't work player.setJumping(true); // doesn't work Edited September 12, 20232 yr by sillypantscoder switch "entity" to "player" because this only applies to players.
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.