1.0.7 • Published 2 years ago

minecraft-extra v1.0.7

Weekly downloads
-
License
GPL-3.0
Repository
-
Last release
2 years ago

minecraft-extra

A wrapper that includes features not included in the Minecraft native Scripting API modules.

NPM Version NPM Downloads

Installation

npm install minecraft-extra

Usage

These packages are intended to be a replacement of native script modules.

All variables in native modules are attached to minecraft-extra, so you don't have to import the native module:

import { world } from '@minecraft/server';

to

import { world } from 'minecraft-extra/server'; 

Packages

minecraft-extra/server

This package adds methods that are not included in native '@minecraft/server' module.

Scoreboard and gamerule configulation are added to this package to make Minecraft scripting development easier.

2.0.4-beta.0

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

0.2.1-stable

2 years ago

0.2.0-stable

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.2

3 years ago

0.0.1

3 years ago

1.0.0

3 years ago