Skip to content

AnvilStoreAction v3

Hoid2 edited this page Aug 14, 2023 · 1 revision

Anvil Store Action

Anvil store actions store an anvil's input text.

They look like:

{
  ...common fields...
  "storageId": "",
  "path": ""
}

(common fields are specified in Actions v3)

Storage Id (required)

The id of the command storage. This is a string. This allows placeholders.

Path (required)

The path in the command storage nbt. This is a string. This allows placeholders.

Clone this wiki locally