Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update EggModel to support the "name" field in Pterodactyl v1 #3

Open
ThisIsSet-L opened this issue Nov 4, 2020 · 0 comments
Open

Comments

@ThisIsSet-L
Copy link

Pterodactyl v1+ now provides the Egg name in the attributes part of the egg object.

"data": [
        {
            "object": "egg",
            "attributes": {
                "id": 53,
                "uuid": "313f96e7-d2c7-4e4a-8b45-31e74bd6d44b",
                "name": "tshock",
                 ...
                },
            }
        },

Adding this in a way that supports backwards compatibility would be nice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant