We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e3ea9f commit c1afd94Copy full SHA for c1afd94
1 file changed
src/main/proto/mod_api.proto
@@ -24,6 +24,7 @@ message ServerInfo {
24
25
// Sent when the player joins the server.
26
message ServerBooster {
27
+ // Represents an active booster.
28
message ActiveBooster {
29
bool tipped = 1; // Whether the booster was tipped by the player.
30
int32 multiplier = 2; // The multiplier of the booster (e.g. 2 for 2x).
@@ -38,6 +39,7 @@ message ServerBooster {
38
39
40
// Sent when the player joins a plot.
41
message PlotInfo {
42
+ // Represents a player in a plot.
43
message PlotPlayer {
44
string user_name = 1; // The name of the player.
45
string user_uuid = 2; // The UUID of the player (36 characters including dashes).
0 commit comments