Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 640 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 640 Bytes

Magikcraft API Documentation

These are the TypeScript definitions for the Magikcraft API.

To install these types and use them in Visual Studio Code or similar:

yarn add magikcraft.io

Or, if you are old-school:

npm i -S magikcraft.io

Then edit your tsconfig.json file, and add:

,"types": ["magikcraft.io" ]

Check out https://www.magikcraft.io.

You can log issues or submit pull requests at https://github.com/Magikcraft/apidocs.

Also refer to the Bukkit documentation, hosted at https://bukkit.magikcraft.io.