iamkubi / pydactyl

Python wrapper for the Pterodactyl Panel API
MIT License
69 stars 21 forks source link

Implement additional server APIs #9

Closed iamkubi closed 2 years ago

iamkubi commented 4 years ago

Add methods to Update server build configuration and Update server startup parameters.

iamkubi commented 4 years ago

I've got this mostly done, just need to test it. Should get to it in the next day or two.

iamkubi commented 4 years ago

update_server_build is working but still a work in progress. Pterodactyl requires a bunch of things, like if you set the memory_limit you also must set the cpu, disk, swap, and io limits. Eventually I'll make this so that it looks up any parameters that aren't specified.

iamkubi commented 2 years ago

Fixed by 4556438283c23a32d7b98b6161344f653f7506a1 and 414acbc6bb0bcd8a3544684422f6f49cdeb979c3