☁️CloudNetMonitor – Your Cloud, At a Glance!
CloudNetMonitor is a lightweight and modern Bukkit/Spigot/Paper plugin that shows you live stats from your Minecraft CloudNet setup — directly in the sidebar or actionbar .
Ideal for lobby servers, admin dashboards, or real-time infrastructure monitoring – without needing to leave the game!
✨ Features
✅ Live CloudNet stats directly in-game
✅ Configurable Sidebar & Actionbar
✅ Customizable update intervals
✅ Enable/disable individually per player
✅ Color indicators for high resource usage
✅ Lightweight, no dependencies
✅ Fully compatible with CloudNet v4
⚙️ Example Config (config.yml)
Available Placeholders
General
%time% Current time (e.g., 18:45:12)
%online_services% Number of running CloudNet services
%players% Total connected players
%tps% TPS average of the last minute
%tps_5% TPS average over the last 5 minutes
%tps_15% TPS average over the last 15 minutes
CPU
%cloud_cpu% CPU usage of the Minecraft service
%cloud_cpu_f% Same but with dynamic color (low/medium/high)
%sys_cpu% System-wide CPU usage
%sys_cpu_f% Same but with dynamic color
RAM
%cloud_ram_mb% RAM used by the cloud (in MB)
%cloud_ram_mb_f% Same but with color
%cloud_ram_max_mb% Max available RAM for the cloud (in MB)
%cloud_ram_gb% RAM used (in GB)
%cloud_ram_gb_f% Same but colorized
%cloud_ram_max_gb% Max RAM in GB
%sys_ram_gb% System RAM usage (in GB)
%sys_ram_gb_f% Same but with color
%sys_ram_max_gb% Total system RAM
Network
%ping% Example ping (e.g., to Google in ms)
Commands
/cloudstats info Show plugin version and info
/cloudstats reload Reload the configuration file
/cloudstats toggle sidebar Enable/disable sidebar
/cloudstats toggle actionbar Enable/disable actionbar
/cloudstats toggle <type> <player> Toggle display for another player (with permission)
Permissions
cloud.stats.toggle Toggle sidebar/actionbar for yourself
cloud.stats.toggle.others Toggle display for other players
cloud.stats.reload Reload plugin configuration
Dependencies
Just CloudNet V4! ✅ Just drop it in your plugins folder and you're ready to go.
Supports:
️Images
Pro Tip: Customize the messages, colors and intervals however you like.
Simple. Clean. Powerful.
CloudNetMonitor is a lightweight and modern Bukkit/Spigot/Paper plugin that shows you live stats from your Minecraft CloudNet setup — directly in the sidebar or actionbar .
Ideal for lobby servers, admin dashboards, or real-time infrastructure monitoring – without needing to leave the game!
✨ Features
✅ Live CloudNet stats directly in-game
✅ Configurable Sidebar & Actionbar
✅ Customizable update intervals
✅ Enable/disable individually per player
✅ Color indicators for high resource usage
✅ Lightweight, no dependencies
✅ Fully compatible with CloudNet v4
⚙️ Example Config (config.yml)
Spoiler: config.yml
sidebar:
enabled: true
auto-enable-on-join: true
update-interval: 20
title: "&b&lCloudNet Monitor"
lines:
- "&7%time%"
- " "
- "&7Players: &a%players%"
- "&7Services: &a%online_services%"
- "&7CPU: &a%cloud_cpu_f%"
- "&7RAM: &a%cloud_ram_gb_f%&7/&a%cloud_ram_max_gb%GB"
- " "
- "&7Online: &a%players%"
- "&7TPS: &a%tps%"
- " "
- "&7Sys CPU: %sys_cpu_f%"
- "&7Sys RAM: %sys_ram_gb_f%&7/&7%sys_ram_max_gb%GB"
- "&7Ping: &a%ping%ms"
actionbar:
enabled: true # Falls true, wird die Actionbar aktiviert
auto-enable-on-join: true # Falls true, erhalten neue Spieler beim Joinen automatisch eine Actionbar
update-interval: 20 # Aktualisierungsrate in Ticks
# Das Actionbar-Format für alle Spieler:
# Es werden dieselben Platzhalter wie in der Sidebar unterstützt.
format: "&7CPU: &a%cloud_cpu_f% &8| &7RAM: &a%cloud_ram_gb_f%&7/&8%cloud_ram_max_gb%GB &8| &7TPS: &a%tps% &8| &7Ping: &a%ping%ms"
Code (Text):
sidebar:
enabled: true
auto-enable-on-join: true
update-interval: 20
title: "&b&lCloudNet Monitor"
lines:
- "&7%time%"
- " "
- "&7Players: &a%players%"
- "&7Services: &a%online_services%"
- "&7CPU: &a%cloud_cpu_f%"
- "&7RAM: &a%cloud_ram_gb_f%&7/&a%cloud_ram_max_gb%GB"
- " "
- "&7Online: &a%players%"
- "&7TPS: &a%tps%"
- " "
- "&7Sys CPU: %sys_cpu_f%"
- "&7Sys RAM: %sys_ram_gb_f%&7/&7%sys_ram_max_gb%GB"
- "&7Ping: &a%ping%ms"
actionbar:
enabled: true # Falls true, wird die Actionbar aktiviert
auto-enable-on-join: true # Falls true, erhalten neue Spieler beim Joinen automatisch eine Actionbar
update-interval: 20 # Aktualisierungsrate in Ticks
# Das Actionbar-Format für alle Spieler:
# Es werden dieselben Platzhalter wie in der Sidebar unterstützt.
format: "&7CPU: &a%cloud_cpu_f% &8| &7RAM: &a%cloud_ram_gb_f%&7/&8%cloud_ram_max_gb%GB &8| &7TPS: &a%tps% &8| &7Ping: &a%ping%ms"
Available Placeholders
General
Code (Text):
%time% Current time (e.g., 18:45:12)
%online_services% Number of running CloudNet services
%players% Total connected players
%tps% TPS average of the last minute
%tps_5% TPS average over the last 5 minutes
%tps_15% TPS average over the last 15 minutes
Code (Text):
%cloud_cpu% CPU usage of the Minecraft service
%cloud_cpu_f% Same but with dynamic color (low/medium/high)
%sys_cpu% System-wide CPU usage
%sys_cpu_f% Same but with dynamic color
Code (Text):
%cloud_ram_mb% RAM used by the cloud (in MB)
%cloud_ram_mb_f% Same but with color
%cloud_ram_max_mb% Max available RAM for the cloud (in MB)
%cloud_ram_gb% RAM used (in GB)
%cloud_ram_gb_f% Same but colorized
%cloud_ram_max_gb% Max RAM in GB
%sys_ram_gb% System RAM usage (in GB)
%sys_ram_gb_f% Same but with color
%sys_ram_max_gb% Total system RAM
Code (Text):
%ping% Example ping (e.g., to Google in ms)
Code (Text):
/cloudstats info Show plugin version and info
/cloudstats reload Reload the configuration file
/cloudstats toggle sidebar Enable/disable sidebar
/cloudstats toggle actionbar Enable/disable actionbar
/cloudstats toggle <type> <player> Toggle display for another player (with permission)
Code (Text):
cloud.stats.toggle Toggle sidebar/actionbar for yourself
cloud.stats.toggle.others Toggle display for other players
cloud.stats.reload Reload plugin configuration
Just CloudNet V4! ✅ Just drop it in your plugins folder and you're ready to go.
Supports:
- Paper 1.21.5 (Tested)
- Spigot
️Images
Pro Tip: Customize the messages, colors and intervals however you like.
Simple. Clean. Powerful.
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.21
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
CloudNetMonitor is a free Minecraft Java mod. Compatible with Minecraft 1.21. Downloaded 28 times (via Spigot). Download it and open it directly in the game.