Skip to content

voxel/voxel-commands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published