Releases: ruusey/jrealm-data
Releases · ruusey/jrealm-data
JRealm-Data 1.0.4
All sprites changed to avoid copyright.
Completely recreated all sprite sheets using AI image generation tools
https://github.com/ruusey/jrealm-data/compare/v1.0.3..v1.0.4
JRealm-Data v1.0.3
JRealm-Data 1.0.2
Summary
Data updates. Enforce authorization at the servlet level. Add new endpoints to manage player accounts
Changelog
- Restrict endpoint usage to callers with valid authorization tokens
- Add endpoint to save player chests (vault)
- Add endpoint to add a chest to given account
- Data updates for JRealm
Full Changelog: https://github.com/ruusey/jrealm-data/compare/v1.0.1..v1.0.2
JRealm-Data Release 1.0.1
What's Changed
- New Enpoints for character deletion.
- Host game assets on web server for remote loading
Full Changelog: v1.0...v1.0.1
JRealm-Data v1.0
Initial Release of JRealm Data
Features
- Create Character [POST] http://localhost:8085/data/account/{ACCOUNT_UUID}/character?classId={0-6}
- Get Account [GET] http://localhost:8085/data/account/{ACCOUNT_UUID}
- Save Account [POST] http://localhost:8085/data/account
- Get Account Characters [GET] http://localhost:8085/data/account/{ACCOUNT_UUID}/character
- Update Character [POST] http://localhost:8085/data/account/{ACCOUNT_UUID}/character/{CHARACTER_UUID}