# valence-rs/valence

A Rust framework for building Minecraft servers.

Repository: https://github.com/valence-rs/valence
Canonical: https://ross.abutalabs.com/products/valence
Homepage: http://valence.rs/
Language: Rust
License: MIT
License Family: permissive
Topics: gamedev, minecraft, rust, server, hacktoberfest, ecs, game, bevy
Last push: 2026-06-15T05:25:50+00:00

## Health v2 (maintenance only)
Score: 62/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 87, release rhythm 8, longevity 100
- inputs: {"age_days": 1686, "days_push": 79, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3269, forks 170 (observed 2026-08-28T04:07:53.022664+00:00)

## What it is
Valence is a Rust framework for building custom Minecraft: Java Edition servers from scratch, built on Bevy ECS. It acts as a game engine for Minecraft servers, letting developers write their own game logic and optional plugins for highly custom experiences like minigame servers.

## Use cases
- build a custom Minecraft server in Rust
- create minigame servers with custom game logic
- implement Minecraft protocol handling from scratch
- run high-player-count Minecraft servers efficiently
- extend Minecraft server behavior with ECS plugins

## When to choose
- you want full control over Minecraft server logic in Rust
- you need a modular, plugin-based Minecraft server framework
- you need to support thousands of concurrent players with low memory use

## When to avoid
- you need a drop-in vanilla Minecraft server with complete game mechanics
- you need multi-version Minecraft client support out of the box
- you need a stable, production-ready server with no breaking changes

## Facets
- artifact type: framework
- maturity: experimental
- function: game-engine, plugin-system, networking, serialization, auth, concurrency
- domain: gaming-tools
- platform: rust, windows, cross-platform
- tags: minecraft-server, bevy-ecs, minecraft-protocol, minigames, nbt, game-development, minecraft, linux, macos

## Member repositories
- valence-rs/valence (main) score 62

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:53.022664+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:23:09.724617+00:00, confidence not recorded.
  - readme: https://github.com/valence-rs/valence (fetched 2026-08-28T04:07:53.022664+00:00, sha 719101c466c7)
  - homepage: http://valence.rs/ (fetched 2026-08-29T09:36:30.329827+00:00, sha 1025bb7b8310)
  - registry_crates: https://crates.io/api/v1/crates/valence (fetched 2026-08-29T09:36:30.332212+00:00, sha 168ed414b1da)
- Data as of 2026-08-30T08:39:29.467469+00:00.
