node-autotip is command-line based version of the Forge mod Autotip (by Semx11, 2Pi and Sk1er). It is useful for long afk sessions, e.g. overnight.
Advantage of using node-autotip instead of the official mod is greatly smaller electricity costs, as it doesn't require any game rendering. This is achieved by communicating with the server directly using minecraft's protocol.
node-autotip also fixes the issue of "That player is not online, try another user!", making it more efficient than the original mod.
npm install
command in the project directory.env
file with config values in KEY=VALUE format (see config.js for full listing of options)
TIP_KARMA
value, it is 100 for default rank, 200 for VIP etc. capped at 500 for MVP+.npm start
to start node-autotipWe would love to have your input! We want to make contributing to this project as easy and transparent as possible, whether it's:
In order to see debugging output, set the NODE_ENV
variable to development
in your .env file.
We use the airbnb style on node-autotip.
Run npm run lint
to automatically fix the style, or use
npm run lintnofix
to see a list of inconsistencies.