GitHunt
HE

HenkKalkwater/minecraft-ping-plasmoid

Plasmoid for displaying the status of a Minecraft server

Minecraft Server Ping Plasmoid

An Plasmoid to show the status of a Minecraft server.

Screenshots

Screenshot showing the plasmoid in a connected state, displaying a server icon, server name, amount of players online and the message of the day of a Minecraft server
Screenshot sowing the plasmoid displaying an error

Building

This should be the standard CMake build procedure:

Note: this will usually install the plugin to the default prefix, usually /usr/local/. Qt may
not load plugins from this path. Run cmake .. with the option -DCMAKE_INSTALL_PREFIX=/usr to
install to /usr, where Qt will find it. This may interfere with your system package manager!

mkdir build && cd build
cmake ..
make
sudo make install

Required dependencies

  • KDE extra-cmake-modules
  • KDE Frameworks 5
  • Qt5 Core
  • Qt5 QML
  • Qt5 Quick

Languages

C++58.2%QML31.6%C6.4%CMake3.5%Shell0.3%

Contributors

GNU Lesser General Public License v3.0
Created January 12, 2020
Updated December 9, 2025
HenkKalkwater/minecraft-ping-plasmoid | GitHunt