valence icon indicating copy to clipboard operation
valence copied to clipboard

A Rust framework for building Minecraft servers.

Results 138 valence issues
Sort by recently updated
recently updated
newest added

## Describe the problem related to your feature request. I believe that valence used to have enchantment parser around a year ago. However, I'm unable to find this or anything...

enhancement

## Describe the problem related to your feature request. The view distance of entities and the view distance of chunks are one and the same in Valence. However, the client...

enhancement

## Describe the problem related to your feature request. Within a plugin, it may be necessary to detect when an entity has been loaded or unloaded by a client. Some...

enhancement

## Valence Version f1e8b59587a9496d4c2c96c5a65599c982239ace ## What You Did Run tests locally ## What Went Wrong The `dragging_items` test occasionally fails. ## Additional Information The problem is likely caused by command...

bug

## Description Main additions: - Add a Bevy `Component` called `Equipment` which tracks entity's current equipment and if they have been modified. - Add a Bevy system called `update_equipment` which...

## Describe the problem related to your feature request. There is currently no support for [NBT path format](https://minecraft.fandom.com/wiki/NBT_path_format) in `valence_nbt`. NBT path format support is a prerequisite for a complete...

enhancement
low priority

## Valence Version abf90649017ef4037f7cb75c4d6c9679042ffc40 ## What You Did The `bench_players` example is indicating poor performance. This is running in release mode without any players connected: ``` Tick=10, MSPT=8.1462ms, Clients=0 Tick=20,...

bug
high priority

## Describe the problem related to your feature request. It's pretty common to (ab)use inventory windows to provide menu-like user interfaces. ## What solution would you like? We need to...

enhancement

## Describe the problem related to your feature request. There is currently no continuous integration for the `extractor` because it's written in Java and we only have checks for the...

enhancement
good first issue
low priority

## Description this adds functionality for parsing NBT paths Describe the changes you've made. Link to any issues this PR fixes or addresses. The changes I have made so far...