Started by supersamisega on Wed, 12/28/2016 - 16:45 Topic category: Help with Minecraft modding (Java Edition) How do i imput a custom code if a player sneaks? Jump to top In code: if(player.isSneaking()){}In event system(theoretically): entityPlayer.isSneaking() Jump to top Permalink Log in or register to post comments @#1 Thanks Jump to top Permalink Log in or register to post comments @Nuparu00 Jump to top Permalink Log in or register to post comments @Nuparu00 Jump to top Permalink Log in or register to post comments @#1 How do i add custom potion effects and how do i add a sneak detection for items? Jump to top Permalink Log in or register to post comments Why theorically? It doesn't work in the events? Jump to top Permalink Log in or register to post comments
In code: if(player.isSneaking()){}In event system(theoretically): entityPlayer.isSneaking() Jump to top Permalink Log in or register to post comments
@#1 How do i add custom potion effects and how do i add a sneak detection for items? Jump to top Permalink Log in or register to post comments
Why theorically? It doesn't work in the events? Jump to top Permalink Log in or register to post comments
In code: if(player.isSneaking()){}
In event system(theoretically): entityPlayer.isSneaking()
@#1 Thanks
@Nuparu00
@Nuparu00
@#1 How do i add custom potion effects and how do i add a sneak detection for items?
Why theorically? It doesn't work in the events?