Add some of the axiom plugin channels

This commit is contained in:
2025-10-24 08:51:50 +02:00
parent adbd8f7dd4
commit 55080d0011
@@ -396,7 +396,8 @@ public class PluginMessage extends BasicListener {
"axiom:response_chunk_data", "axiom:register_world_properties", "axiom:set_world_property",
"axiom:ack_world_properties", "axiom:restrictions", "axiom:marker_data", "axiom:marker_nbt_response",
"axiom:custom_blocks", "axiom:editor_warning", "axiom:blueprint_manifest", "axiom:response_blueprint",
"axiom:annotation_update", "axiom:redo_handshake", "axiom:register_custom_items"
"axiom:annotation_update", "axiom:redo_handshake", "axiom:register_custom_items", "axiom:register_custom_block_v2",
"axiom:register_world"
);
registerBiDirPassthrough("axiom:handle_big_payload", "axiom:set_editor_views");
for(String channel : Arrays.asList(
@@ -404,7 +405,8 @@ public class PluginMessage extends BasicListener {
"axiom:set_world_property", "axiom:set_block", "axiom:set_hotbar_slot", "axiom:switch_active_hotbar",
"axiom:teleport", "axiom:request_chunk_data", "axiom:spawn_entity", "axiom:response_entity_data",
"axiom:manipulate_entity", "axiom:delete_entity", "axiom:marker_nbt_request", "axiom:set_buffer",
"axiom:allowed_gamemodes", "axiom:ignore_display_entities", "axiom:add_server_heightmap", "axiom:set_no_physical_trigger"
"axiom:allowed_gamemodes", "axiom:ignore_display_entities", "axiom:add_server_heightmap", "axiom:set_no_physical_trigger",
"axiom:request_blueprint", "axiom:request_entity_data", "axiom:upload_blueprint"
)) {
channelRegisterHandlers.put(channel, player -> {});
registerPassthroughToServer(channel);