Version 2.4.0 has some larger changes.
The permission for the givekey command changed to bdo.command.givekey.
Three new conditions for locations were added. These conditions all have the prefix "world". The current location checks had a player scope. Which means that a player would have to fullfill all player conditions. For example a player had to be in the region and needs the item for the item condition. The world condition will just check if any player is inside the region and if any player has the item.
This is usefull if you want to have two players in different regions to open a door.
To allow this it is now possible to add multiple conditions of the same type. Use the addcondition command instead of the setcondition command. If you dont want to use this feature just continue using the setcondition command. This command will always override all set conditions.
+ Added three new world conditions.
+ Added command to add conditions
+ Allow to add more then one condition of the same type
* The giveKey command now requires the bdo.command.givekey permission and no longer the bdo.command.use permission
* Fixed a bug which caused mythic mobs to not work correct
* Fixed a bug which