Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a nest egg object.

Hierarchy

  • Egg

Index

Properties

author: string
config: { extends: null | string; fileDenylist: string[]; files: Record<string, any>; logs: string[]; startup: Record<string, any>; stop: string }

Type declaration

  • extends: null | string
  • fileDenylist: string[]
  • files: Record<string, any>
  • logs: string[]
  • startup: Record<string, any>
  • stop: string
createdAt: Date
description: string
dockerImage: string
deprecated

Will be removed in Pterodactyl v2 in favour of dockerImages.

dockerImages: string[]
id: number
name: string
nest: number
script: { container: string; entry: string; extends: null | string; install: string; privileged: boolean }

Type declaration

  • container: string
  • entry: string
  • extends: null | string
  • install: string
  • privileged: boolean
startup: string
updatedAt: undefined | Date
uuid: string

Generated using TypeDoc