hive-tools-wrapper v6.0.2
Hive Tools Wrapper
Type-safe wrapper for the Hive Bedrock API
Examples
Fetching Current Monthly Leaderboard
import { Game, getMonthlyLeaderboard } from "hive-tools-wrapper";
const leaderboard = await getMonthlyLeaderboard(Game.TreasureWars);
Fetching Previous Monthly Leaderboard
import { Game, getMonthlyLeaderboard } from "hive-tools-wrapper";
const leaderboard = await getMonthlyLeaderboard(Game.TreasureWars, 2022, 8);
Fetching All-Time Leaderboard
import { Game, getAllTimeLeaderboard } from "hive-tools-wrapper";
const leaderboard = await getAllTimeLeaderboard(Game.TreasureWars);
Fetching Current Monthly Player Stats
import { Game, getMonthlyStats } from "hive-tools-wrapper";
const stats = await getMonthlyStats("NeutronicMC", Game.TreasureWars);
Fetching Previous Monthly Player Stats
import { Game, getMonthlyStats } from "hive-tools-wrapper";
const stats = await getMonthlyStats("NeutronicMC", Game.TreasureWars, 2022, 8);
Fetching All-Time Player Stats
import { Game, getAllTimeStats } from "hive-tools-wrapper";
const stats = await getAllTimeStats("NeutronicMC", Game.TreasureWars);
8 months ago
8 months ago
5 months ago
8 months ago
9 months ago
9 months ago
11 months ago
10 months ago
11 months ago
11 months ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago