We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 115606b commit 6fce2c0Copy full SHA for 6fce2c0
1 file changed
src/main/proto/clientbound_plot.proto
@@ -78,3 +78,10 @@ message S2CPlotLineStarters {
78
79
repeated CodeLineStarter line_starter = 1;
80
}
81
+
82
+// Sent when the plot finishes a lag measurement,
83
+// requires the player to have developer permissions on the plot,
84
+// and be profiling the plot.
85
+message S2CPlotProfiling {
86
+ int32 cpu_usage = 1; // The CPU usage of the plot in percentage (0 to 100).
87
+}
0 commit comments