DenizenScript / Denizen

NPC and general Spigot scripting, using the Denizen Scripting Language!
https://denizenscript.com/
MIT License
213 stars 106 forks source link

Match Spigot behavior in `modifyblock` #2583

Closed tal5 closed 10 months ago

tal5 commented 10 months ago

Reported on Discord.

Description

Spigot's BlockPlaceEvent actually fires after the block is already placed, and sets it back to the previous state if it's been cancelled.

Changes

Additions