Miscellaneous

This page describes miscellaneous API methods

Killbox set

killboxSet(float)

Sets the height level under which we kill or despawn an entity.

Remarks

The default value is -40. This can also be set from the server config.

Arguments

Type

Description

float

Y level height

Returns

0 if successful, -1 if invalid

Killbox get

killboxGet()

Retrieves the current height level at which we kill/despawn an entity.

Remarks

Arguments

None.

Returns

The current height level.

Last updated