This is a mirror repository of https://github.com/shiroyashik/sculptor
Find a file
shiroyashik 81ab2ba724
Code refactored + new API
Added ability to send messages to a websocket session via HTTP API
2024-06-17 23:05:25 +03:00
.github chore: Release v0.2.3 2024-06-15 13:16:28 +03:00
src Code refactored + new API 2024-06-17 23:05:25 +03:00
.gitignore Release v0.2.1 2024-06-12 14:03:16 +03:00
Cargo.lock chore: Release v0.2.3 2024-06-15 13:16:28 +03:00
Cargo.toml chore: Release v0.2.3 2024-06-15 13:16:28 +03:00
Config.example.toml Code refactored + new API 2024-06-17 23:05:25 +03:00
CREDITS Limitations management and real-time MOTD update added. 2024-06-08 13:34:35 +03:00
docker-compose.example.yml Pre-patch 0.2.1 limitations fixed 2024-06-08 22:26:44 +03:00
Dockerfile A cup of Docker 2024-05-24 21:40:02 +03:00
LICENSE Pre-release 2024-05-20 22:51:07 +03:00
note.txt Pre-release 2024-05-20 22:51:07 +03:00
README.md Update README.md 2024-06-16 20:48:41 +03:00

The Sculptor

Rust

Unofficial backend V2 for the Minecraft mod Figura.

Implements Ping transmission functionality via Websocket and full avatar upload and download functionality. Currently incomplete and under active development

And also a distinctive feature is the possibility of player identification through the third-party authorization system Ely.By

Usage

Docker

You will need an already configured Docker with Traefik (you can use any reverse proxy)

  1. Create avatars folder (it will store player avatars)
  2. Copy Config.example.toml and rename it to Config.toml
  3. Copy docker-compose.example.yml and rename to docker-compose.yml
  4. Open docker.compose.yml and uncomment the "labels" to work with Traefik and add the container to the network with Traefik.
  5. docker compose up -d this will build and run the container with

Native

Running this way you won't need WSL when running on Windows, but....

To do this, you will need to reverse proxy port 6665 to your domain with SSL

  1. Create avatars folder (it will store player avatars)
  2. Copy Config.example.toml and rename it to Config.toml
  3. Set up your reverse proxy server
  4. cargo run

Important

NGINX requires additional configuration to work with websocket!

Public server

Server status

I'm keeping the public server running at the moment!

You can use it if running your own Sculptor instance is difficult for you.

figura.shsr.ru

For reasons beyond my control, the server is not available in some countries.