A small Hytale server plugin that lets each player set their own third-person camera distance with a simple command — while keeping their character's appearance fully intact.
Because it adjusts the native third-person camera, block collision is still handled by the engine (no clipping through walls) and the V key keeps toggling first/third person as usual.
Usage
In game, in third-person view:
/camdist <distance>
distance is how far the camera sits behind your character. Allowed range: 1 to 50 (values outside are clamped). The change applies to the player who runs the command, and lasts until they disconnect.
Examples:
/camdist 12 # pull the camera back
/camdist 3 # bring it in close
/camdist 100 # clamped to 50

