New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

mc-command-patch

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mc-command-patch

This package provides extra commands in minecraft.

latest
Source
npmnpm
Version
0.2.1
Version published
Maintainers
1
Created
Source

mc-command-patch

This package provides extra commands which are parsed to a series of original minecraft's commands.

Features

  • provide simplify partial original commands
  • draw pictures shown on the map
  • play music with redstone component

Usage

import { parseCommand } from "mc-command-patch";

const commands = parseCommand("Customized command");
// run these commands by yourself

Weather

<clear | rain | thunder> [time]

change weather and set its continuous time

Time

<day | noon | night | midnight>

change time in game

Circle

circle <x y z> <r> <edge_block> [fill_block]

Take point <x y z> as center,<r> as radius, use edge_block draw a circle, while having choice to fill by fill_block

Quick clean

clean <water | snow> <x y z> [n=10] [h=5]

Clear snow or water around the coordinate <x y z> in n grids, up and down h grids (n and h are optional)

Draw pixel picture

draw <x y z> <north | south | east | west> <url>

set point <x y z> as upper left corner of the picture(given by url), and it towards <north | south | east | west>

  • url is a HTTP link

  • remain enough space and at least two grids high

Keywords

minecraft

FAQs

Package last updated on 06 May 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts