[TOOL] [PHP] PHP-GetUUID

Discussion in 'Bukkit Tools' started by cstdio, Apr 24, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    cstdio

    This is a little tiny PHP script that will grab Minecraft UUIDs from the Minecraft API. All you need to do is pop a PHP script on your server and include it (or add it inline to your file) and then you can just run
    PHP:
    getUUID("Notch");
    PLEASE NOTE THAT THIS REQUIRES THE PHP CURL EXTENSION

    Github link: https://github.com/cstdio/PHP-GetUUID
    Raw file link: https://raw.githubusercontent.com/cstdio/PHP-GetUUID/master/UUID.php
    Raw minified file link: https://raw.githubusercontent.com/cstdio/PHP-GetUUID/master/UUID.min.php
     
Thread Status:
Not open for further replies.

Share This Page