theme: SoftUI({
  admin: {
    pterodactyl: {
      enabled: Boolean,
      apiKey: String,
      panelLink: String,
      serverUUIDs: String[],
    },
  },
});

Example Usage

theme: SoftUI({
  admin: {
    pterodactyl: {
      enabled: false,
      apiKey: "myPterodactylApiKey",
      panelLink: "https://panel.example.com",
      serverUUIDs: ["server-uuid-1", "server-uuid-2"],
    },
  },
});

Props

pterodactyl
Object
required
enabled
boolean
required

Indicate if the pterodactyl section should be enabled

apiKey
string

The API key for the pterodactyl panel

panelLink
string

Link to your pterodactyl panel

serverUUIDs
string[]

UUIDs of the servers you wish to control