GithubHelp home page GithubHelp logo

mlhmz / mc-server-information Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 161 KB

Minecraft Server Information App that gathers its information over Redis PubSub

Java 66.25% JavaScript 2.42% HTML 1.09% TypeScript 29.65% CSS 0.59%
react redis redis-pubsub spigot spring-boot

mc-server-information's Introduction

MC Server Information

About

MC Server Information is a little toolchain that is splitted into a producer, a consumer mc plugin and an ui.

It provides overall information of minecraft servers into one central data source.

The producers talk over Redis SubPub to the Consumers and publish their Server Information. The producer server information is gathered over the Spigot API for Minecraft Plugins, with which the jar can be then put into a minecraft server.

The consumer consumes the events and puts them into a redis hash, that is collection json payloads of server objects.

Over a GET Route, the Information can be read then.

Requirements

  • Node & NPM
  • Java 17
  • Docker (for Redis and the Test Minecraft Server)

Screenshots & Resources

Overall UI image

Player Dialog image

Example JSON Payload

{
  "motd": "A Vanilla Minecraft Server powered by Docker",
  "ip": "",
  "name": "lobby",
  "version": "git-Paper-169 (MC: 1.20.1)",
  "onlinePlayerNames": [
    "Player1",
    "Player2",
    "Player3",
    "Player4",
    "Player5",
    "Player6",
    "Player7",
    "Player8"
  ],
  "playerCount": 3,
  "maxPlayerCount": 20,
  "worldCount": 3,
  "lastFetched": "2023-08-30T09:46:06.831Z"
},

System Structure
System Structure

mc-server-information's People

Contributors

mlhmz avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.