Monitoring

Ram: (1.0.12) (1.0.13 Bug of total ram set)

ram (1¦free[e]|2¦used[s]|3¦total[s])
(1¦free[e]|2¦used[s]|3¦total[s]) ram

Cpu: (1.0.12)

load (1¦sys[tem]|2¦pro[ces][s])
(1¦sys[tem]|2¦pro[ces][s]) load

➔ I think there is no need to explain :)

Exemples:

command /ram:
    trigger:
        send "%ram free% / %ram used% / %ram total%"

command /sys:
    trigger:
        send "%load sys% / %load pro%"

If you have a problem in the console ? (with Linux) it is necessary to add this in start.sh/run.bat

[...] --add-opens jdk.management/com.sun.management.internal=ALL-UNNAMED -jar paper-161.jar nogui

Thanks to Anarchick I was able to make this syntax, thanks to him!

Last updated