ScriptHeaders Type
Interface: ScriptHeaders
Section titled “Interface: ScriptHeaders”Properties
Section titled “Properties”author
Section titled “author”author:
string[]
The authors who created this script
changelog
Section titled “changelog”changelog:
string[]
Changes which have been made since the previous version
deprecated
Section titled “deprecated”deprecated:
string|null
A message explaining why this script has been deprecated if it has been
description
Section titled “description”description:
string
A description of this script
downloadUrl
Section titled “downloadUrl”downloadUrl:
string|null
A URL which the raw code of this script can be downloaded from
gamemode
Section titled “gamemode”gamemode:
string[]
Gamemodes in which this script’s net.onLoad callbacks will fire when playing
hasSettings
Section titled “hasSettings”hasSettings:
string
Whether this script has a settings menu. Only available to plugins.
isLibrary
Section titled “isLibrary”isLibrary:
string
Whether this script is a library
name:
string
The name of this script
needsLib
Section titled “needsLib”needsLib:
string[]
Libraries which this script depends on
needsPlugin
Section titled “needsPlugin”needsPlugin:
string[]
Plugins which this script depends on. Only available to plugins.
optionalLib
Section titled “optionalLib”optionalLib:
string[]
Libraries which this script may use, but does not require
reloadRequired
Section titled “reloadRequired”reloadRequired:
string
true if this script always requires a reload when enabled after startup.
ingame if this script requires a reload when enabled while in a game.
signature
Section titled “signature”signature:
string|null
A signature included in official plugins to prove authenticity
version
Section titled “version”version:
string|null
The current version of this script, ideally in the format x.y.z
webpage
Section titled “webpage”webpage:
string|null
The URL of a webpage providing information about this script