Posted July 16, 20187 yr Hi Im developing the mod to work together with my server at the moment. Its a pvp server, i increased the max health of each player, so i can make more precise damage caluclations. The problem at the moment is, that there are a few attacks, that wont deal enough damage so atleast half a heart of the player is lost. Either i could try to do some stupid hacky thing server side, or i try to solve it with the client. Lets say i made my forge mod communicate with my sponge plugin, i then send a package to the client that got damaged. How do i trigger the player hurt event automatically, without dealing any damage. I just want to play the animation + sound, is there a way? Thanks
July 17, 20187 yr 9 hours ago, Fegnus said: How do i trigger the player hurt event automatically, without dealing any damage. I just want to play the animation + sound, is there a way? Thanks Why not just call the same methods for animation and sound, or copy the code in your code? Check out my tutorials here: http://jabelarminecraft.blogspot.com/
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.