-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commands
The plugin has server commands which uses doorIds.
When you want to access doors which are not owned by you, you have to use the numerical id. You will also neew the bdo.access_all
permission.
For your own doors you can use the name as well.
setCondition <doorId> <condition> <conditionValues>
Set a condition for a door.
Note: Conditions are combined in groups. This will remove all conditions of the same group.
addCondition <doorId> <condition> <conditionValues>
Set a condition for a door.
This allows you to add multiple conditions of the same group to the door.
removeCondition <doorId> <condition> [condition id]
Remove a condition from a door.
copyCondition <sourceDoorId> <targetDoorId> [condition]
Copy one or all condition from one door to another.
cloneDoor <sourceDoorId> <targetDoorId>
Clone the settings of a door to another. This includes conditions as well.
giveKey <doorId> [amount] [player]
Get the key for a door if a item condition is set.
info <doorId>
Get information about this door.
unregister <doorId>
Remove all conditions for a door.
invertOpen <doorId>
Invert the state of the door. Useful if you created it in a opened state.
setEvaluator <doorId> <evaluationType> [customEvaluator]
Change the evaluation method for door state.
stayOpen <doorId> <seconds>
Set the seconds a door will stay open when fully opened.
list
Get a list of all your registered doors.
reload
This will reload the plugin/config.
about
Information about this plugin
help
The help command which contains the information of this site.