setStorageItems
suspend fun setStorageItems(args: Extensions.SetStorageItemsParameter, mode: CommandMode = CommandMode.DEFAULT)
Sets values
in extension storage in the given storageArea
. The provided values
will be merged with existing values in the storage area.
suspend fun setStorageItems(id: String, storageArea: Extensions.StorageArea, values: Map<String, JsonElement>)
Sets values
in extension storage in the given storageArea
. The provided values
will be merged with existing values in the storage area.
Parameters
id
ID of extension.
storageArea
StorageArea to set data in.
values
Values to set.