We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5f9d81 commit dd7709cCopy full SHA for dd7709c
src/main/proto/serverbound_plot.proto
@@ -5,6 +5,8 @@ option java_package = "com.mcdiamondfire.proto.messages.serverbound.player";
5
option java_multiple_files = true;
6
7
// Requests to get the template for the code block at the given location,
8
+// if the location is a line starter, the entire line will be returned,
9
+// otherwise only the code block will be returned,
10
// requires the player to have developer permissions on the plot,
11
// and the location being a valid line starter.
12
message GetByLocationOperation {
0 commit comments