Posted August 15, 201411 yr I have noticed that I can decrease the amount of damage that a player takes on the client side. But, increasing a player's jump height only works if running on the server. Why is this and what different things should the client and the server handle? What should be run on both the client and the server?
August 15, 201411 yr Author Never mind about the jump height only working on the server. It was my own flawed code causing that problem.
August 15, 201411 yr I have noticed that I can decrease the amount of damage that a player takes on the client side. But, increasing a player's jump height only works if running on the server. Why is this and what different things should the client and the server handle? What should be run on both the client and the server? I'm surprised you can decrease the amount of damage that a player takes just on the client side. Normally the server keeps track of all that kind of information. Perhaps the "client side" code is actually running on both sides? You might find that it appears to work for a while, and then your client suddenly loses health when the server resynchronises the health datawatcher. -TGG
August 16, 201411 yr Author Is health and position is handled on the server while jumping velocity is handled on the client?
August 16, 201411 yr Author I come across another problem. Whenever I set one of my events to server only, the code doesn't run. When I set it back to both client and server, it runs. Why does everything have to go wrong? :'(
August 16, 201411 yr Could you show us the code that isn't working? BEFORE ASKING FOR HELP READ THE EAQ! I'll help if I can. Apologies if I do something obviously stupid. If you don't know basic Java yet, go and follow these tutorials.
August 16, 201411 yr Author I just tested it and it runs fine on a dedicated server, but not on single player. Shouldn't server code run on single player since there is a local server?
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.