Evo API Draft
  • Java
    • Intro
    • Imports
    • Constructing Objects
    • Properties
    • Type Annotations
    • Conversions
    • Explicit Conversions
    • Behaviors
    • Creating and Extending Types
    • Promises
  • mc-std
    • Intro
    • Commands
Powered by GitBook
On this page
  1. mc-std

Intro

What is mc-std?

mc-std is Evo's standard library for using Minecraft in your own server, in a way that works for any server platform your heart desires. It's a minimal library that provides you with barebones functionality and wraps platform-specific datatypes, making it easy to create barebones servers in Evo. If you're trying to use more extended functionality, try using crafty, the package built on top of mc-std.

PreviousPromisesNextCommands

Last updated 1 year ago