Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

minebatch

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

minebatch

Runs a batch of commands on a Minecraft server over RCON

  • 0.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

minebatch

Runs a batch of commands on a Minecraft server over RCON

Enabling RCON on your Minecraft server

RCON must be enabled on the Minecraft server you wish to send commands to. This is done by adding the following lines to the server.properties file:

enable-rcon=true
rcon.password=YOURPASSWORD

Send commands from a text file

The simplest way to use Minebatch is to create a text file and type the commands you wish to send in it. Each command should be on it's own line.

$ minebatch --pass YOURPASSWORD < example/commands.txt

Pipe commands generated by another node script

To programmatically generate commands you can write a node script that outputs commands to the console, then pipe that command's output into Minebatch.

$ node example/pyramid | minebatch --pass YOURPASSWORD

Keywords

FAQs

Package last updated on 22 Jan 2017

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc