Skip to content
NxmbersCib edited this page Sep 5, 2024 · 3 revisions

Welcome to the Server-API Wiki!

Welcome to the comprehensive guide for the Server-API! This wiki is designed to help you get started with the Server-API, understand its core features, and leverage it to create custom gameplay experiences.

Table of Contents

  1. Introduction
  2. Getting Started

Introduction

The Server-API provides a robust set of tools and functionalities designed to enhance and extend the scripting API in Minecraft Bedrock. With this API, you can:

  • Create custom game mechanics with TypeScript features like decorators.
  • Develop advanced server-side logic.
  • Manage entities, players, and custom events efficiently.

Whether you're building a new game mode, creating complex in-game systems, or simply enhancing existing features, the Server-API has you covered.

Getting Started

Requirements

Node.js and npm (included with Node.js during installation)

Code editor

VSCode is recommended

Optional

GIT

Usage

npm install @teseractmcs/server-api

or

pnpm install @teseractmcs/server-api