This page describes miscellaneous API methods
killboxSet(float)
Sets the height level under which we kill or despawn an entity.
The default value is -40. This can also be set from the server config.
-40
Type
Description
float
Y level height
0 if successful, -1 if invalid
// TODO
killboxGet()
Retrieves the current height level at which we kill/despawn an entity.
None.
The current height level.
Last updated 6 years ago