tntwars
This method is used to retrieve tntwars information for a player on CubedCraft.
// Dependencies
const CubedCraft = require('cubed-api');
// Getting the player info
CubedCraft.API.player.tntwars('4de211d9-2e6d-41a8-830f-c20ba2359654').then(info => {
console.log(info);
}){
player: {
uuid: '4de211d9-2e6d-41a8-830f-c20ba2359654',
username: 'PondWader',
coins: 5460,
kills: 2491,
deaths: 1332,
wins: 364,
score: 7324,
first_joined: 0,
last_joined: 1618417747684,
playtime: 236119254
}
}Last updated