SeeU is a mod that lets you see players far beyond vanilla entity render distance.
Discuss on Discord -> https://discord.gg/fQqJsPmQrP
- renders distant players outside vanilla entity range
- keeps player pose, yaw, pitch and name
- renders held items and armor on distant player proxies
- renders ridden entities too, so a player in a boat appears in a boat instead of standing in air
- works with a
Fabricclient and either aPaperserver plugin or aFabricserver sender - lets each player control whether other people can see their distant proxy and up to what distance
The server sends lightweight snapshots of players to clients with SeeU.
Each client renders those snapshots as remote player proxies only when the real vanilla player entity is no longer being rendered normally. This gives a smooth handoff from vanilla entity rendering to distant proxy rendering.
- Minecraft
26.1.2 - Java
25 - Fabric client
Voxyoptional on the client- Server side: either
Paperplugin orFabricserver with the same sender built into the mod
- Install
SeeUon the client. - Install either the
Paperplugin or theFabricserver sender. - Start the server and client with matching current jars.
- Join the server.
- Fly or move far enough for vanilla player rendering to end.
SeeUwill render the distant player proxy.- If
Voxyis installed, those proxies can also be seen on top of distant Voxy terrain.
Open the settings GUI with F8.
Available options:
- enable or disable distant player rendering on your client
- set your local maximum distant-player render distance
- set the handoff distance where proxy rendering starts
- enable or disable distant player name tags
- allow or forbid the server from broadcasting your own distant proxy to other players
- set the maximum distance at which other players are allowed to receive your proxy
When you change these settings in the GUI, the client immediately sends them to the server. Reconnect is not required.
Client:
config/seeu-client.json
Fabric server:
config/seeu-server.json
Paper:
plugins/SeeU/config.yml
SeeUis for players only. It does not render all entities at long range.- The client and server/plugin should be updated together. The current protocol version is
3. - If you only install the client mod without a matching server sender, there will be no distant player data to render.
VoxyorDistant Horizonsis optional. Without it,SeeUstill works, but you only get distant player proxies, not distant terrain.
./gradlew build