Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

1.5.1 - Bug fixes and new feature

Latest
Compare
Choose a tag to compare
@FoxTale-Labs FoxTale-Labs released this 02 Jun 07:03
· 1 commit to main since this release
057a333

First the new feature, you can now set a server description
old server creation code:

admin.createServer(allocationId, Version, NameOfServer, PteroUserID, Egg, Docker-Image, StartupCMD, RAM, SWAP, Disk, IO, CPU, Databases, Allocations, Backups, Node)

New Code:

admin.createServer(allocationId, Version, NameOfServer, DESCRIPTION, PteroUserID, Egg, Docker-Image, StartupCMD, RAM, SWAP, Disk, IO, CPU, Databases, Allocations, Backups, Node)

Bug fixes and known bugs:

  • Known but not yet fixed bug: admin.GetAllUsers() without page only gives all users of the first page
  • Fixed: admin.GetAllUsers(page) (the pagination GetAllUsers()), gives the users of a page, is fixed
  • And other minor things.