npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

nodebb-plugin-minecraft-integration

v0.8.0-alpha.22

Published

NodeBB plugin to integrate your forum with your Minecraft Server using widgets, user syncing, group/rank syncing, sso, bukkit/bungeecord/sponge communication, and more.

Downloads

475

Readme

NodeBB Minecraft Integration

license npm npm Travis Codecov

For support, visit the project's topic on the NodeBB Forums.

https://community.nodebb.org/topic/3559

The Minecraft Integration project aims to reproduce and enhance widgets and features found on sites such as Enjin for use on a NodeBB forum.

Requirements

Installation

Install the plugin by using the Install Plugins page on the NodeBB Admin Control Panel.

Setup

  1. After installing the plugin and reloading your NodeBB, go to the Plugins->Minecraft Integration page in the Admin control panel and add a new server, fill out the required info, and save.
  2. Copy the server's API key.
  3. On your Minecraft server console, enter the command /nodebb key {APIkey}

The server will now connect to your forum and send it information every minute or when an event occurs.

Server Configuration

Server Name

This name is used by the plugin to identify the server.

Server Address

This is the address users use in game to connect to the server.

API Key

This key is used to connect your Minecraft server to the forum.

Widgets

Server Status Widget

Shows MOTD, min/max players, version, online player avatars, and other information about the Minecraft server. Displays everything in a pretty table. Custom rows can be added for things such as Mod Pack downloads, donation links, or any other html you wish to add.

Server Status Widget Sample Image

Mini Map Widget

Displays a Dynmap or Overviewer mini-map with configurable start location. (World/MapType/Coordinate).

Dynmap Mini Map Sample Image

Online Players Graph Widget

A graph showing the number of player on the server recently. (Last 30 pings)

Online Players Graph Sample Image

Online Players Grid Widget

A grid of avatars of players currently on the server.

Online Players Grid Sample Image

Top Players List Widget

Displays user avatars in a list representing the top players' approximate play time.

Top Players List Sample Image

Top Players Graph Widget

A graphic chart (Pie) representing the top players' approximate play time.

Top Players Graph Sample Image

TPS Graph Widget

A graph showing the servers' recent Ticks per Second.

Chat Widget

Show the in-game chat in a shoutbox-like widget. Send messages if your forum user is registered.

Plugin API

Other apps can read data the plugin has collected via it's API.

Features in Development

  • Character Profiles - A mini profile for your character.
  • Gallery Widget - A selection of user-uploaded screen-shots.
  • Server Page - A page just for server data.
  • Directory Widget - Display notable character profiles.
  • Ping Graph Widget - Display recent server pings.