Skip to content

Key

Data Type

An object or string used for representing a keybind. This data type is only a placeholder.

Fields

Fields Type Default Description
key String The name of the keybind.

Examples

"keys": [
    "key.attack"
]

This example represents the key.attack keybind.

"keys": [
    {
        "key": "key.jump"
    }
]

This example represents the key.jump keybind.