xenyria.js
TypeScript icon, indicating that this package has built-in type declarations

1.1.0ย โ€ขย Publicย โ€ขย Published

xenyria.js

This project is not affiliated with Mojang Studios or Xenyria.

A barebones wrapper for the Xenyria API.

What is Xenyria?

Xenyria is a resourcepack-enabled Minecraft Network that offers various innovative gamemodes that push the boundaries of Minecraft.

Documentation

Currently, a full documentation is being worked on. However, usage is fairly simple. Take a look at this example:

import { Xenyria } from "xenyria.js";

const xenyria = new Xenyria("YOUR_TOKEN");

const player = await xenyria.player.fetch("CRUGG");

const versionData = await xenyria.paintsquad.versionData();

Links

Package Sidebar

Install

npm i xenyria.js

Weekly Downloads

0

Version

1.1.0

License

MIT

Unpacked Size

41.2 kB

Total Files

8

Last publish

Collaborators

  • officialcrugg