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 6219a87 commit e75ee08Copy full SHA for e75ee08
src/main/java/com/mcdiamondfire/proto/ModAPIMessages.java
@@ -28,6 +28,9 @@ public final class ModAPIMessages {
28
registerMessage(S2CPlotInfo.class, "s2c_plot_info");
29
registerMessage(S2CCodeOperationResult.class, "s2c_code_operation_result");
30
registerMessage(S2CMultiCodeOperationsResult.class, "s2c_multi_code_operations_result");
31
+ registerMessage(S2CPlotLineStarters.class, "s2c_plot_line_starters");
32
+ registerMessage(S2CPlotLineStarterUpdate.class, "s2c_plot_line_starter_update");
33
+ registerMessage(S2CPlotProfiling.class, "s2c_plot_profiling");
34
35
// Player.
36
registerMessage(S2CPlayerCurrency.class, "s2c_player_currency");
0 commit comments