# minecraft-extra

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

Latest version **1.0.7** (published 2023-05-17) · GPL-3.0 license · 0 weekly downloads

## Install

```sh
npm install minecraft-extra
pnpm add minecraft-extra
yarn add minecraft-extra
bun add minecraft-extra
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.7 |
| Published | 2023-05-17 |
| First published | 2022-10-31 |
| Weekly downloads | 0 |
| License | GPL-3.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 110.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Jayly |
| Maintainers | jayly |
| Keywords | script api, minecraft, @minecraft/server, minecraft-extra |

## Links

- npm: https://www.npmjs.com/package/minecraft-extra
- npm.io page: https://npm.io/package/minecraft-extra

## Dependencies (1)

- [@minecraft/server](https://npm.io/package/@minecraft/server.md) ^1.0.0

## Recent versions

- 1.0.7 (latest) — 2023-05-17
- 2.0.4-beta.0 (beta) — 2023-06-23
- 0.2.1-stable (alpha) — 2022-11-13
- 1.0.6 — 2023-05-17
- 1.0.5 — 2022-12-19
- 1.0.4 — 2022-12-13
- 1.0.3 — 2022-12-03
- 1.0.2 — 2022-11-30
- 1.0.1 — 2022-11-19
- 0.1.2 — 2022-11-12
- 0.1.1 — 2022-11-07
- 0.1.0 — 2022-11-05
- 0.0.2 — 2022-11-02
- 0.0.1 — 2022-10-31

## README

# minecraft-extra

A wrapper that includes features not included in the Minecraft native Scripting API modules.

  [![NPM Version][npm-version-image]][npm-url]
  [![NPM Downloads][npm-downloads-image]][npm-url]
  
## Installation

```
npm install minecraft-extra
```

## Usage

All variables in native modules are attached to minecraft-extra, so you don't have to import the native module:

```js
import { world } from '@minecraft/server';
```
to
```js
import { world } from 'minecraft-extra/server'; 
```

## Packages

### `minecraft-extra/server`

Wrapper of `@minecraft/server` module.

[npm-downloads-image]: https://badgen.net/npm/dm/minecraft-extra
[npm-url]: https://npmjs.org/package/minecraft-extra
[npm-version-image]: https://badgen.net/npm/v/minecraft-extra

---
_Source: https://npm.io/package/minecraft-extra · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
