From 55080d0011b0efa3649ead791225964ba2bf386c Mon Sep 17 00:00:00 2001 From: YoyoNow Date: Fri, 24 Oct 2025 08:51:50 +0200 Subject: [PATCH] Add some of the axiom plugin channels --- .../de/steamwar/velocitycore/listeners/PluginMessage.java | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/VelocityCore/src/de/steamwar/velocitycore/listeners/PluginMessage.java b/VelocityCore/src/de/steamwar/velocitycore/listeners/PluginMessage.java index 85dfa01e..5227ae7d 100644 --- a/VelocityCore/src/de/steamwar/velocitycore/listeners/PluginMessage.java +++ b/VelocityCore/src/de/steamwar/velocitycore/listeners/PluginMessage.java @@ -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);