This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Username to UUID</title> | |
<?php | |
function getUUID($users,$agent) { | |
$data = array(); | |
foreach ($users as $key => $value) { | |
array_push($data, $value); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"__comment": "Fair warning, this format is highly likely to change even more in the future!", | |
"elements": [ | |
{ | |
"type": "cube", | |
"from": [ 0, 15, 0 ], | |
"to": [ 16, 16, 16 ], | |
"faceData": { | |
"down": { | |
"uv": [ 0, 0, 16, 16 ], |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"template": { | |
"sign_block": "Sign (/blockdata)", | |
"sign_item": "Sign (/give)", | |
"subtitle": "Subtitle", | |
"title": "Title", | |
"tellraw": "Tellraw", | |
"book": "Book", | |
"execute_tellraw": "Execute" | |
}, |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[08:27:52 INFO]: Minecraft Launcher 1.3.1 (through bootstrap 5) started on windows... | |
[08:27:52 INFO]: Current time is Nov 16, 2013 8:27:52 AM | |
[08:27:52 INFO]: System.getProperty('os.name') == 'Windows Vista' | |
[08:27:52 INFO]: System.getProperty('os.version') == '6.0' | |
[08:27:52 INFO]: System.getProperty('os.arch') == 'x86' | |
[08:27:52 INFO]: System.getProperty('java.version') == '1.7.0_45' | |
[08:27:52 INFO]: System.getProperty('java.vendor') == 'Oracle Corporation' | |
[08:27:52 INFO]: System.getProperty('sun.arch.data.model') == '32' | |
[08:27:52 INFO]: Refreshing local version list... | |
[08:27:52 INFO]: Refreshing remote version list... |
NewerOlder