Skip to content

Skubiak0903/Simple-UUID

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Simple-UUID

Simple UUID library for minecraft

This project is a modified version of the original project created by Gibbsly.

Usage

Convert UUID into hex UUID

function su:convert {UUID:[I;-586860320,-833010336,-1878233485,2119000659]}
data get storage su:main out
Result: dd0538e0-ce59-4560-900c-6e737e4d6253

Convert Player UUID into hex UUID

execute as @p run function su:convert with entity @s
data get storage su:main out

Convert hex UUID into UUID

function su:convert {hex:"dd0538e0-ce59-4560-900c-6e737e4d6253"}
data get storage su:main out
Result: [I;-586860320,-833010336,-1878233485,2119000659]

About

Simple UUID library for minecraft

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors