- Automatically generate docs (always up-to-date!)
- Remove “ok” property from all endpoints
- Add permissions servlet
- Add support for Bearer Tokens as auth headers
- Add better parameter parsing for direct method calls
- Add economy servlet
- Add ActiveTime integration
- Move
info/properties
endpoint toserver/properties
endpoint - Move
servlets
endpoint toinfo/servlets
- Rename
Message
toInteractiveMessage
to avoid confusion with recorded chat messages - Allow filtering entities & tile-entities by coordinates
- Track receivers for messages and chat messages
- Improve config file loading
- More consistent error messages
- Add specific permissions for each server property. Implements #62
- Set generateSpawnOnLoad to true when creating new worlds. Fixes #63
- Allow sending an InteractiveMessage to all online players. Implements #64
- Allow setting CIDR IP ranges in allowed proxies. Implements #65
- Fix different output for objects when details are enabled. Fixes #66
- Fix web hook filters not working corretly. Fixes #67
- Remove source map files to reduce jar size
- Fix build process leading to invalid jar. Fixes #74
- Implement saving server settings. Implements #62
- Reduce file size by removing some dependencies
- Integrate API into main plugin
- Fix editing data records not using previous record as initial data
- Implement saving server settings and remove error with info
- Update to AdminPanel v5.0.1
- Add permissions page
- Add receivers to messages page
- Improve map page performance
- Improve kicking and banning players
- Improve performance of big components
- Fix Nucleus Jails not working when referring to a deleted world
- Change project to Typescript