Skip to content

kokiriglade/earthmc

Repository files navigation

EarthMC API Wrapper

Installation

See the package on JSR.

Example Usage

import { EarthMC } from "@celery/earthmc";

const api = new EarthMC({ name: "foo" })

const players = await api.players() // [{ uuid:  ... , name: ... }, ...]
const town = await api.town(players[0].town.uuid) // [{ board: ... , ... }]

About

earthmc api wrapper (v3)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published