Javascript Library for Minecraft Utilities https://mcutils.xyz/
Go to file
Liam 516c3a373d
All checks were successful
Publish Package / build (push) Successful in 17s
bump version
2024-04-15 08:56:41 +01:00
.gitea/workflows joe 2024-04-14 22:45:08 +01:00
src cleanup 2024-04-15 08:56:26 +01:00
test cleanup 2024-04-15 08:56:26 +01:00
.gitignore Initial commit 2024-04-14 20:11:04 +00:00
.npmrc joe 2024-04-14 22:45:08 +01:00
jest.config.ts initital commit 2024-04-14 21:11:46 +01:00
package.json bump version 2024-04-15 08:56:41 +01:00
pnpm-lock.yaml initital commit 2024-04-14 21:11:46 +01:00
README.md fix readme 2024-04-14 21:15:46 +01:00
tsconfig.json initital commit 2024-04-14 21:11:46 +01:00

Minecraft Utilities - Javascript Library

The JavaScript library for the Minecraft Utilities API.

Usage

Install the package using npm:

npm install mcutils-library

Fetch data from a player:

import mcUtils from "mcutils-library";

const { player } = await mcUtils.player.getPlayer("Notch");
console.log(player);