Add axiom:set_no_physical_trigger to plugin message channels for expanded functionality

This commit is contained in:
2025-10-12 15:30:46 +02:00
parent 3bfac2d1cf
commit 7179daedae
@@ -402,7 +402,7 @@ 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:allowed_gamemodes", "axiom:ignore_display_entities", "axiom:add_server_heightmap", "axiom:set_no_physical_trigger"
)) {
channelRegisterHandlers.put(channel, player -> {});
registerPassthroughToServer(channel);