-
Notifications
You must be signed in to change notification settings - Fork 0
Home
NxmbersCib edited this page Sep 5, 2024
·
3 revisions
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.
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.
Node.js and npm (included with Node.js during installation)
VSCode is recommended
npm install @teseractmcs/server-api
or
pnpm install @teseractmcs/server-api