iamkubi / pydactyl

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

Checking for server response #21

Closed DiSay1 closed 3 years ago

DiSay1 commented 3 years ago

Please add the function to check the response of the server, i.e. when you enter the command into the server console to write the response of the server.

iamkubi commented 3 years ago

Not possible. In 1.0 you can connect and read the console, which will be implemented sometime sooner or later, but as far as I know Pterodactyl doesn't provide any way to get the console output for a successful console command. pydactyl already includes any response that comes from the API.

If it does exist and you can point me to an example of how to do this with the API feel free to reply and it can be added.