1.0.7 • Published 11 months ago

minecraft-extra v1.0.7

Weekly downloads
-
License
GPL-3.0
Repository
-
Last release
11 months 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

11 months ago

1.0.7

12 months ago

1.0.6

12 months ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

0.2.1-stable

1 year ago

0.2.0-stable

1 year ago

0.1.2

1 year ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

1.0.0

2 years ago