Skip to content

Defman/Minecraft-UUID-Utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Minecraft-UUID-Utils

Minecraft UUID Utils

example.php

<?php
require_once('Minecraft-UUID-Utils.php');

echo "UUID: ".getUUID("The_Defman")."<br>";

/* 
 * Output:
 * 
 * 85b99109-67f8-4397-b25b-55b1167b6441
 */
echo "Username: ".getUsername("85b99109-67f8-4397-b25b-55b1167b6441")."<br>";

/* 
 * Output:
 * 
 * The_Defman
 */ 
?>

If you want me to make this more power, like adding support for skin, and getting old names and etc. Leave a comment.

About

Minecraft UUID Utils

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages