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

1.0.0ย โ€ขย Publicย โ€ขย Published

โš ๏ธ Important! Please read!

I've recently joined the Xenyria Team as a developer and am working on improved developer tools. This project has never reached a stable state and is currently only meant to be used by Xenyria Tools and as such will only receive updates very rarely. If you're looking for a stable SDK, there'll be one in the future.

xenyria-sdk

This project is not affiliated with Mojang Studios or Xenyria.

๐Ÿ“ Powerful SDK for the Xenyria API with a focus on developer experience

This package is built on top of xenyria.js which is a more low-level package that provides a simple wrapper around the Xenyria API. It also uses type definitions from xenyria-api-types.

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. For the time being, you can take a look at the source code or look at the following usage example:

import { XenyriaSDK } from "xenyria-sdk";

const xenyria = new XenyriaSDK({
  token: process.env.XENYRIA_TOKEN,
});

const latestVersion = xenyria.paintsquad.version();
const changes = latestVersion.compare("2.0.1.1");

Package Sidebar

Install

npm i xenyria-sdk

Weekly Downloads

3

Version

1.0.0

License

MIT

Unpacked Size

143 kB

Total Files

8

Last publish

Collaborators

  • officialcrugg