Skip to content

Library for generating UUID strings from an entity's UUID.

License

Notifications You must be signed in to change notification settings

Datapack-Registry/lib-uuid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lib: UUID

Library for generating UUID strings from an entity's UUID.

Setup

Include datapack-registry:lib_uuid/setup in the #minecraft:load tag.

Usage

Execute datapack-registry:lib_uuid/action/generate as the entity to generate the uuid for. The result will be stored in the storage datapack-registry:lib_uuid *.out.uuid.

Example

function datapack-registry:lib_uuid/action/generate
data get storage datapack-registry:lib_uuid *.out.uuid

Remove

Remove the datapack-registry:lib_uuid/setup tag from the #minecraft:load tag. Execute data remove storage datapack-registry:lib_uuid * to remove the storage. Execute scoreboard objectives remove datapack-registry.lib_uuid.main to remove the scoreboard objective.

About

Library for generating UUID strings from an entity's UUID.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published