Started by
funtri
on
Topic category: Feature requests and ideas for MCreator
Hello again! I am posting this because I had a really cool idea after posting my suggestion about signs. I think a good feature would be to be able to make client-side mods. This might be useful, because then the client could do stuff like teleport the player and also give them some damage, but also have a cooldown(using how most processing for position and damage is done on the client anyway).
From what i know, most calculations are done on server side (calculating damage, teleporting, etc). Client side does mainly works that involve rendering on screen (textures, particles, guis etc).
Ok! I didn't know that. Maybe the info I have is old.
I mean they both do calculations of course.
1. **Client**: This is what you see and hear on your screen. It deals with graphics and sound, so you don't have a delay caused by waiting for server's response.
2. **Server**: This manages the game details, like where players are, their health, and what they have.
If only the client was in charge, players could cheat. To prevent this, the server checks, controls these details and syncs clients when it is needed. Therefore server's results calculations are more "true".
actually it would be really cool to make client side mods though