Improve performance when preventing edited blocks to be modified.
The properties multiple-facing and redstone-wire are, each, now divided in 4 properties based on the face of the block to facilitate the editing. The permission and the name in the config will not change. So you have nothing to do.
multiple-facing-north,
multiple-facing-east,
multiple-facing-south,
multiple-facing-west.
The name of the permission about the chunk has changed from pds.chunk. to pds.command.chunk. because the action is an argument of a command and not a specific action.
The property end-portal-frame has been renamed to eyed for a more logical name. The permission is now pds.property.eyed and to config the durability the section is now Settings.Durability.EYED. Don’t forget to change you’re config file !
The config of the durability of the property moisture is now present in the config files.