#Please tell me what to write in A

1 messages · Page 1 of 1 (latest)

dawn nymph
#

world.afterEvents.blockPlace.subscribe((event) => {
const player = event.player;
const p_block = A
player.sendMessage(p ${p_block});
});

I need to know which blocks I have installed.

jagged fulcrum
#

Wdym ?

#

Did you mean that block that player is holding in his hand or what

fallow wave
#

const p_block = event.block.typeId

arctic crystal
fallow wave