Skip to content

Commit dd7709c

Browse files
committed
feat: expand get behavior
1 parent f5f9d81 commit dd7709c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/proto/serverbound_plot.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ option java_package = "com.mcdiamondfire.proto.messages.serverbound.player";
55
option java_multiple_files = true;
66

77
// 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,
810
// requires the player to have developer permissions on the plot,
911
// and the location being a valid line starter.
1012
message GetByLocationOperation {

0 commit comments

Comments
 (0)