[ "load" => "ping.php", "vars" => [ ] ], "inventory" => [ "load" => "inventory.php" ], "createplayer" => [ "load" => "createplayer.php", "vars" => [ "team" => "/[1-6]/" ] ], "playerexists" => [ "load" => "playerexists.php", "vars" => [ "id (optional)" => "/[0-9]+/" ] ], "getprofile" => [ "load" => "getprofile.php", "vars" => [ "id (optional)" => "/[0-9]+/" ] ], "code" => [ "load" => "submitcode.php", "vars" => [ "code" => "string", "latitude (optional)" => "/[0-9]{0,3}\.[0-9]{2,10}/", "longitude (optional)" => "/[0-9]{0,3}\.[0-9]{2,10}/", "accuracy (optional)" => "numeric" ] ], "nearbyplayers" => [ "load" => "nearbyplayers.php", "vars" => [ "latitude" => "/[0-9]{0,3}\.[0-9]{2,10}/", "longitude" => "/[0-9]{0,3}\.[0-9]{2,10}/", "radius (optional)" => "numeric" ] ], "nearbyplaces" => [ "load" => "nearbyplaces.php", "vars" => [ "latitude" => "/[0-9]{0,3}\.[0-9]{2,10}/", "longitude" => "/[0-9]{0,3}\.[0-9]{2,10}/", "radius (optional)" => "numeric" ] ], "getchat" => [ "load" => "getchat.php", "vars" => [ "latitude (optional)" => "/[0-9]{0,3}\.[0-9]{2,10}/", "longitude (optional)" => "/[0-9]{0,3}\.[0-9]{2,10}/", "radius (optional)" => "numeric" ] ], "sendchat" => [ "load" => "sendchat.php", "vars" => [ "latitude" => "/[0-9]{0,3}\.[0-9]{2,10}/", "longitude" => "/[0-9]{0,3}\.[0-9]{2,10}/", "message" => "string" ] ], "useitem" => [ "load" => "useitem.php", "vars" => [ "uuid" => "numeric", "placeid (optional)" => "numeric" ] ] ];