API Documentation for Servers
Important: Server API is primarily intended for developers of server plugins and custom integrations. There are no official plugins for this API.
How it works
Publishing a model
After exporting to Minecraft Server, the model is published on the service side and becomes available via a unique ID.
The user sees a successful publication message, the model ID, and a quick command as an integration example.
Getting the model ID
The main model identifier is a numeric ID, for example 241235.
This is the ID that must be passed to the Server API to retrieve the model JSON description.
Important: the received ID is valid for only 5 minutes. If the plugin or server does not request the model data within this time, the model must be published again to obtain a new ID.
A quick command like /bde spawn 241235 is only an example of how a server plugin may use the model ID. The actual behavior of this command fully depends on the plugin implementation.