Provides an admin panel and API for your Minecraft server

5.1.0-S7.1

Pre

Valandur released this version on May 18, 2018

17.1 MB
Download

Release notes

  • Beautify server address in /info endpoint
  • Fix various settings not working (https, customKeyStorePassword and customKeyStoreManagerPassword)
  • Fix /server/stats not respecting cache limits
  • Fix incorrect permission names (/chunk and /permissions)
  • Allow creating/editing/deleting users through /user route
  • Allow disabling servlets. Implements #94
  • Add crymates as contributor
  • Update to AdminPanel v5.1.1
    • Add users page to manage Web-API users
    • Fix commands autocomplete not working in IE

Route changes

TypeFromToNotes
MovedPOST /userPOST /user/login
Added GET /user/logoutSupports a redirect query parameter
Added GET /userGets a list of Web-API users
Added POST /userCreates a new Web-API user
Added PUT /user/{name}Modifies a Web-API user
Added DELETE /user/{name}Removes a Web-API user

Dependencies