🛠️ This documentation is a work-in-progress, and is actively being written. 🛠️
cURL
curl --request POST \ --url https://api.duckybot.xyz/create/region \ --header 'Content-Type: application/json' \ --data ' { "code": "<string>", "name": "<string>", "points": [ { "index": 123, "x": 123, "z": 123 } ] } '
{ "code": 200, "message": "Region 'Spawn' was successfully created." }
Create a new ERLC map region.
Show properties