Skip to content

StaticBubaku JSON Breakdown

waltari edited this page Apr 12, 2026 · 2 revisions

"BubakObjectLocations":

Object that contains all the stuff


"name": "Name of the Spawn"

This is just informative for you to know what are you actually spawning and where


"objects":

Class of items or entities you want to spawn
Example: "objects": ["Animal_Shark"]


"number":

Amount of entities or items you want to spawn
Example: "number": 10


"pos":

Determines place where you want the entity or item to spawn. This is an array so you can set multiple possitions seeparated with a coma
Example: "pos": ["8415.232422 0.576715 3776.304688","3753.398926 0.757370 1287.356445","8483.591797 0.989540 3555.527832"]

Clone this wiki locally