Releases: Valandur/Web-API
Releases · Valandur/Web-API
Web-API v5.4.6
Web-API v5.4.5
- Fix error saving plugin configs
- Updated to AdminPanel v5.4.1
- Update dependencies
- Fix an issue with editing plugin config files (Fixes Valandur/admin-panel#21)
Web-API v5.4.3
- Fix long server start time when searching for plugins
Web-API v5.4.2
- Possible fix for webhooks blocking main thread
WebAPI v5.4.1
- Updated integrations
- Fixed an issue with newest MMCRestrict version
Web-API v5.4.0
- Update certificate file
- Update to AdminPanel v5.4.0
- Updated all dependencies
- Use Transifex for translations
Web-API v5.3.0
- Added VillagerShops integration (thanks to DosMike for the work)
- Update to AdminPanel v5.3.0
- Add VillagerShops page
- Fixed mixed content requests
Web-API v5.2.2
- Fix block state not accepting type ids directly. Fixes #114
- Fire server stop event earlier. Fixes #110
- Update to newest MMCRestrict. Fixes #112
- Update to AdminPanel v5.2.1
- Fixed reloading causing redirect to dashboard
- Added new MMCRestrict option
Web-API v5.2.1
- Fix user permissions not loading correctly. Fixes #106
- Fix server linking not working properly
- Don't show empty slots in inventories
- Update to AdminPanel v5.2.0
- Update to new Inventory structure
- Update dependencies
Web-API v5.2.0
- Added support for multi server setups (documentation missing, join Discord for info!)
This is a work in progress. Expect bugs and not implemented features- Web-API runs when minecraft server is offline
- One central url to send requests (use
server
query parameter orX-WebAPI-Server
header) - Connect the servers with:
- WebSockets
- Redis
- RabbitMQ
- Add support for PUT requests on tile-entities
- Add default biome colors to
map.conf
on creation - Add support for GMWCrates (Work in progress)
- Don't initialize Sentry unless requested. Fixes #100
- Fix PUT requests on player endpoint not working properly. Fixes #104
- Add slot index to inventories. Closes #105