iamkubi / pydactyl

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

Allow create_server to specify allocations by ID #13

Closed iamkubi closed 4 years ago

iamkubi commented 4 years ago

Currently the only way Server.create_server() works is by using the deployment service. This doesn't allow servers to be created with more than one allocation and doesn't allow for overallocation. Expose parameters for specifying allocation(s) by ID instead of using the deployment service.