mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-06-17 14:21:33 +00:00
Matched the CPU Brand color theme lol
This commit is contained in:
@@ -788,8 +788,13 @@ public class Iris extends VolmitPlugin implements Listener {
|
|||||||
} else { Iris.info("Server type & version: " + Bukkit.getVersion()); }
|
} else { Iris.info("Server type & version: " + Bukkit.getVersion()); }
|
||||||
|
|
||||||
Iris.info("Server OS: " + osName + " (" + osArch + ")");
|
Iris.info("Server OS: " + osName + " (" + osArch + ")");
|
||||||
if(unstablemode) Iris.info("Server Cpu: " + C.RED + getCPUModel());
|
|
||||||
if(!unstablemode) Iris.info("Server Cpu: " + C.BLUE + getCPUModel());
|
if(unstablemode) Iris.info("Server Cpu: " + C.DARK_RED + getCPUModel());
|
||||||
|
|
||||||
|
if(getCPUModel().contains("Intel")) Iris.info("Server Cpu: " + C.BLUE + getCPUModel());
|
||||||
|
if(getCPUModel().contains("Ryzen")) Iris.info("Server Cpu: " + C.RED + getCPUModel());
|
||||||
|
if(!getCPUModel().contains("Intel") && !getCPUModel().contains("Ryzen")) Iris.info("Server Cpu: " + C.DARK_GRAY + getCPUModel());
|
||||||
|
|
||||||
Iris.info("Process Threads: " + getCPUThreads());
|
Iris.info("Process Threads: " + getCPUThreads());
|
||||||
Iris.info("Process Memory: " + getHardware.getProcessMemory() + " MB");
|
Iris.info("Process Memory: " + getHardware.getProcessMemory() + " MB");
|
||||||
if (getHardware.getProcessMemory() < 5999) {
|
if (getHardware.getProcessMemory() < 5999) {
|
||||||
|
|||||||
Reference in New Issue
Block a user