Scripting metadata
This page goes over the metadata in the script file header.
Metadata item starts with a //@. Example:
This is optional and not required, as there are default values.
Key
Type
Description
Default value
author
String
The script author, will be displayed in the GUI.
Unknown author
version
String
Version of the script.
Unknown version
description
String
Description of what the script does.
No description provided
noSecurity
No value passed
Allows you to call unsafe functions. You need to disable Security Measures in the client first, before loading the script, or it will not be loaded.
false
Last updated