Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
🛠️ We're on a mission to a stable and reliable future. Check out Project Vegavis here. 🛠️
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