• 0.1.2 e367da303e

    0.1.2
    All checks were successful
    Build, test and push / server_clippy (push) Successful in 40s
    Build, test and push / lib_clippy (push) Successful in 39s
    Build, test and push / server_test (push) Successful in 1m3s
    Build, test and push / lib_test (push) Successful in 1m5s
    Build, test and push / build_server_docker_image (push) Successful in 3m43s
    Build, test and push / push_server (push) Successful in 22s
    Stable

    thetxt released this 2025-08-30 11:01:32 +02:00 | 0 commits to main since this release

    fixed crash when using items with unknown SlotComponents
    fixed crash when using coordinates in a tp command that are out of bounds for an i32

    Downloads
  • 0.1.1 e558ca67d7

    0.1.1
    All checks were successful
    Build, test and push / lib_clippy (push) Successful in 42s
    Build, test and push / server_clippy (push) Successful in 45s
    Build, test and push / server_test (push) Successful in 1m5s
    Build, test and push / lib_test (push) Successful in 1m6s
    Build, test and push / build_server_docker_image (push) Successful in 4m2s
    Build, test and push / push_server (push) Successful in 23s
    Stable

    thetxt released this 2025-08-29 16:51:24 +02:00 | 2 commits to main since this release

    Just a minor bugfix release. Made packet handlers more robust to fix a specific crash that happened because of malformed packets.

    Downloads
  • 0.1.0 f8bda06998

    0.1.0
    Some checks failed
    Build, test and push / build_server_docker_image (push) Has been cancelled
    Build, test and push / server_test (push) Has been cancelled
    Build, test and push / lib_test (push) Has been cancelled
    Build, test and push / server_clippy (push) Has been cancelled
    Build, test and push / lib_clippy (push) Has been cancelled
    Build, test and push / push_server (push) Has been cancelled
    Stable

    thetxt released this 2025-08-20 19:44:13 +02:00 | 6 commits to main since this release

    This is the first public release of Oxide! It's code-name is Allentown.

    The container image for this release is located at git.thetxt.io/thetxt/oxide/server:0.1.0

    These are some of the features:

    • Multiple players with basic interactions (see item in hand or armor and their position)
    • Chat (without encryption) and some basic commands
    • Placing and breaking blocks (very few block state rules implemented)
    • Loading and saving vanilla worlds
    • Creative mode
    Downloads