How to show all players in this minecraft multiplayer clone?

The files are this:
package.json (80 Bytes)
package-lock.json (35.4 KB)
server.js (1.2 KB)
And there is a public folder which contains this:
perlin.js (10.2 KB)
bottom
index.html (6.1 KB)
three.min.js (589.3 KB)
side
stats.js (3.7 KB)
top
three.js (1.2 MB)
mc.woff (7.2 KB)

When I play the game it seems the terrrain its the same. But… the players are invisible, so… i cant show more >_<’ , then… could youses help me? Thanks anyway.

EDIT: The new updated files are here, now protected by hacking:
package.json (80 Bytes)
package-lock.json (35.4 KB)
server.js (1.8 KB)

And the content of ‘public’ folder:
side
stats.js (3.7 KB)
bottom
mc.woff (7.2 KB)
top
three.js (1.2 MB)
three.min.js (589.3 KB)
perlin.js (10.2 KB)
side
mc.woff (7.2 KB)
bottom
index.html (6.2 KB)
stats.js (3.7 KB)
top

You should put this project in a github repo and then you can just share the repo.

1 Like

This is my repository, i think:

It contains the entire minecraft mutliplayer clone in threejs im deploying on my local computer.