Javascript Library for Minecraft Utilities https://mcutils.xyz/
Go to file
Liam 4b613ce966
Some checks failed
Publish Package / build (push) Failing after 9s
workflow
2024-04-14 22:37:02 +01:00
.gitea/workflows workflow 2024-04-14 22:37:02 +01:00
src fix motd type 2024-04-14 21:30:16 +01:00
test initital commit 2024-04-14 21:11:46 +01:00
.gitignore Initial commit 2024-04-14 20:11:04 +00:00
jest.config.ts initital commit 2024-04-14 21:11:46 +01:00
package.json fix motd type 2024-04-14 21:30:16 +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);