Skip to content
This repository was archived by the owner on Mar 14, 2026. It is now read-only.

jfro/minecraft-server-info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

So far simple node/express app that will monitor the server.log file to be able to track who's online. It'll be able to display some info on a web page and announce information on IRC. Newly added IRC bridge via server console & log file.

Features

  • Doesn't require server mods
  • User status web page
  • IRC bot
    • Announces sign ons & offs
    • List online users via !users
    • Announce server offline/online
    • Forward game and IRC chat (requires server running via screen)
  • Tracks how long users play (if wanting to show it)

Requirements

Installation

  • Install modules via npm (latest will install in ./node_modules)
    • npm install mongoose express jade mongoose
  • Edit config.js
  • Run server
    • node server.js

About

Small expressjs/nodejs app for tracking who's online in a minecraft server and maybe eventually more

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors