▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/Compound Key Reader
Compound Key Reader

Compound Key Reader

Read the keys of nbt compounds easily!

263
1

Read the keys of nbt compounds easily

Command Format

function compound_key_reader:get {data:{from/value:...},result:'<ResultFunction>'}
  • Result: Save the compound as a list in storage compound_key_reader:result keys
    • Like key+value+seq format:
[ { "value": "(value)", "key": "(key)", "seq": "(seq)" }, ... ]

UPGRADING

  • If you want to upgrade from <=Beta2.0 to >=Beta2.1,follow the UPGRADE.1.md

Result Functions

  • The functions will beed called by the reader function to get the format of the result.
  • You can use it just like foreach(<ResultFunction>) in the following format
    • You CANNOT use compound_key_reader:get in the result function!
TypeValueDescription
ArgumentscCount
Argumentsl,rSubstr cur
ArgumentskeyThe name of the key
ReturnValue0|VOIDNo Result
ReturnValue+1Save substr cur((l,r]) in xx.cur
ReturnValue+2Save key name in xx.key
ReturnValue+4Save key value in xx.value
ReturnValue+8Save the sequence in the keys in xx.seq
Presetscompound_key_reader:result_preset/keykey+seq
Presetscompound_key_reader:result_preset/key-valuekey+value+seq
Presetscompound_key_reader:result_preset/all(all)
  • Substr curs:Use string storage compound_key_reader:result str $(l) $(r) to get the key

Совместимость

Minecraft: Java Edition

1.21.x

Платформы

Поддерживаемые окружения

Клиент и сервер

Создатели

Детали

Лицензия:BSD-2-Clause
Опубликован:1 год назад
Обновлён:1 год назад
Главная