New custom block interaction settings:
Added setting the
command-source when clicking on an interaction entity.
Also added the ability to use
placeholders in the interaction command
New API settings:
Now
all plugin events can be canceled
Renaming settings:
Were renamed:
Code (Text):
#If set to false, players without blockdisplaycreator.blocks-destruction permission are prohibited from destroying custom blocks. By def true
blocks-destruction: true
#If set to false, players without blockdisplaycreator.blocks-placement permission are prohibited from placing custom blocks. By def true
blocks-placement: true
#If set to false, players without blockdisplaycreator.blocks-interaction permission are prohibited from interacting with custom blocks. By def true
blocks-interaction: true
When the
central-materials of custom blocks are destroyed, custom blocks will drop out of them.
When exploding, custom blocks do not break.
The code has also been optimized and many abstractions have been added for future updates.