Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

minecraftcommandapi

brunnerlivio66MIT1.0.0-alpha.1TypeScript support: included

An API, which provides functions to generate Minecraft Commands

minecraft, command, api, summon, give

readme

Minecraft Command API

Build Status

Minecraft has a feature to run commands, which are advanced functions, activated by typing certain strings of text. This API has multiple advantaged, in comparison with the current state of Minecraft Command generation.

  • Automation of command generation
  • Intellisense feature
  • Descriptive Comments
  • Value validation
  • Extendable

Preview

Installation

Via NPM

npm install --save minecraftcommandapi

Via Bower

bower install --save minecraftcommandapi

Contribute

See CONTRIBUTING.md

Changelog

See CHANGELOG.md

Progress

  • achievement: 90%
  • ban: 0%
  • ban-ip: 0%
  • banlist: 0%
  • blockdata: 0%
  • clear: 0%
  • clone: 0%
  • debug: 0%
  • defaultgamemode: 0%
  • deop: 0%
  • difficulty: 0%
  • effect: 0%
  • enchant: 0%
  • entitydata: 0%
  • execute: 0%
  • fill: 0%
  • gamemode: 0%
  • gamerule: 0%
  • give: 0%
  • help: 0%
  • kick: 0%
  • kill: 0%
  • list: 0%
  • locate: 0%
  • me: 0%
  • op: 0%
  • pardon: 0%
  • particle: 0%
  • playsound: 0%
  • publish: 0%
  • replaceitem: 0%
  • save-all: 0%
  • save-off: 0%
  • save-on: 0%
  • say: 0%
  • scoreboard: 0%
  • seed: 0%
  • setblock: 0%
  • setidletimeout: 0%
  • setworldspawn: 0%
  • spawnpoint: 0%
  • spreadplayers: 0%
  • stats: 0%
  • stop: 0%
  • stopsound: 0%
  • summon: 40%
  • teleport: 0%
  • tell: 0%
  • tellraw: 0%
  • testfor: 0%
  • testforblock: 0%
  • testforblocks: 0%
  • time: 0%
  • title: 0%
  • toggledownfall: 0%
  • tp: 0%
  • trigger: 0%
  • weather: 0%
  • whitelist: 0%
  • worldborder: 0%
  • wsserver: 0%
  • xp: 0%

changelog

1.0.0-Alpha.1

  • Add SummonCommand
  • Add Zombie (50%)
  • Add AchievementCommand (90%)