voxel-commands

1.0.1 • Public • Published

voxel-commands

A few basic commands for voxel-console (voxel.js plugin)

  • .pos x y z -- set avatar position (requires voxel-player)
  • .home -- set avatar position to home
  • .item name [count [tags]] -- give item to player inventory (requires voxel-carry)
  • .clear - wipe inventory (requires voexl-carry)
  • .block name [data] -- set/get block, optionally supports voxel-blockdata
  • .plugins -- list plugins from voxel-plugins
  • .enable plugin - enable a plugin
  • .disable plugin - disable a plugin

API

var commands = game.plugins.get('voxel-commands')

// other plugins can register their own custom commands
commands.registerCommand(name, handler, usage, help);
commands.unregisterCommand(name, handler);

commands.isConnectedToServer = true; // suppress 'Not connected to server' chat messages

License

MIT

Dependents (0)

Package Sidebar

Install

npm i voxel-commands

Weekly Downloads

4

Version

1.0.1

License

MIT

Last publish

Collaborators

  • deathcap