- Added an Admin-Panel to manage the server, available at
/admin
WIP - Improved lots of serializers
- Add registry servlet to allow querying sponge registry (dimension types, entity types, etc.)
- Allow creating/updating/deleting worlds with POST,PUT and DELETE requests
- Fix various issues with worlds
- Allow including details in list endpoints (with
?details
) - Allow creating/modifying/deleting entities with POST,PUT and DELETE requests
- Add
ok
boolean property to all endpoints - Add users that provide a username and password for temporary api keys
- Fix executing void methods on objects returning an error
- Fix inventory serialization