#Mining server Event Block no work
1 messages · Page 1 of 1 (latest)
the blocks stays as bedrock
i did put the else if instaed of consstant cancel events thank you
when you call event-block after setting it to bedrock, the returned value will be bedrock
so you should set a local var to the block's type before changing it,
set {_block} to blockdata of event-block
(modify the block)
set block at event-block to {_block}
also note that you must set the var to get the blockdata or block type