Minecraft Private Storage Datapack
個別ストレージデータパック
- 1.21
以下のバージョンは右のReleasesからどうぞ。
For the following versions, please check Releases on the right.
- 1.20.x
- 1.19.x
- 1.18.x
- 1.16.x
- 1.17.x
個別ストレージを使いたいエンティティで次を実行するだけ! / Run the following command as the entity you want to use private storage for.
function #oh_my_dat:please
アクセス / Access
data get storage oh_my_dat: _[-4][-4][-4][-4][-4][-4][-4][-4].DataName
書き換え / Modify
data modify storage oh_my_dat: _[-4][-4][-4][-4][-4][-4][-4][-4].DataName set value DataValue
消去 / Delete
data remove storage oh_my_dat: _[-4][-4][-4][-4][-4][-4][-4][-4].DataName
scoreboard players set _ OhMyDatID <ID>
function #oh_its_dat:please
他のデータパックのデータが入っている可能性があるため、データパックから呼び出さないでください。
Do not call from a datapack because it may contain data of another datapack.
ストレージを解放したいエンティティで次を実行 / Run the following command as the entity you want to free private storage for.
function #oh_my_dat:release
These codes are released under the MIT License, see LICENSE.