# swordie-232 **Repository Path**: dnknow/swordie-232 ## Basic Information - **Project Name**: swordie-232 - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-12-31 - **Last Updated**: 2026-01-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # A server emulator ## Functional stuff ### Ingame Commands See `AdminCommands` for a list of commands you can do ingame. Typing `!help` will show you all possible commands (without parameters). Most commands will display expected parameters if you try use them without parameters. ## Technical stuff How to install: see #server-setup-guide in the Swordie discord. * Java (21) * MySQL * Custom database migrations (see `MigrationManager`) * Half-custom REST layer using RESTEasy (see `WebApi`) * Custom API using raw bytes, used before we had the REST layer (see `ApiAcceptor`) * Manual SQL * If you find JPA/Hibernate stuff it's not actually used. * We switched off of Hibernate when it was causing issues in prod and it being hard to debug * Netty for networking Feel free to create PRs to improve this source. You can create a fork of this repository, then work on that and create a merge request towards this main repository. Tag Asura or Sjonnie on discord to ask for a review. ## Links & Community Resources * [RaGEZONE Release Post (contains setup guide and client files)](https://forum.ragezone.com/threads/xmas-release-v232-swordie-source.1257894/) * [AuthHook & Launcher](https://forum.ragezone.com/threads/swordie-v232-launcher-friends-family-use-only.1258180/)