2.0.2 • Published 7 months ago

ccnetmc-api v2.0.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
7 months ago

CCnetmc-api NPM Package

Easy to Use, fast and lightweight CCnet Minecraft server API warpper.

Install

To Install Module run this command

npm install ccnetmc-api

or

npm install https://github.com/MegalithOffical/ccnetmc-api

Features

  • Lightweight an fast.
  • Optimised functions.
  • Easy to use.
  • Supports Nations server.

Support

For support, Open PR/Issue from github.

Authors

Usage/Examples

// ES/Typescript
import { CCnet } from 'ccnetmc-api';

// Or CJS
const { CCnet } = require("ccnetmc-api");

const api = new CCnet();

async function App() {
  const Players = await api.player.getOnlinePlayers(true);
  console.log(Players)
};

App();

License

Apache 2.0

Special Thanks

Thank to @Shadowevil015 and @Owen3H for their inpiring Hard work.

2.0.2

7 months ago

2.0.1

8 months ago

1.0.4

9 months ago

2.0.0

8 months ago

1.0.3

11 months ago

1.0.2

11 months ago