Skip to content

Commands

Lilly Tempest edited this page Jul 26, 2021 · 4 revisions

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

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

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

removeCondition <doorId> <condition> [condition id]
Remove a condition from a door.

copyCondition

copyCondition <sourceDoorId> <targetDoorId> [condition]
Copy one or all condition from one door to another.

cloneDoor

cloneDoor <sourceDoorId> <targetDoorId>
Clone the settings of a door to another. This includes conditions as well.

giveKey

giveKey <doorId> [amount] [player]
Get the key for a door if a item condition is set.

info

info <doorId>
Get information about this door.

unregister

unregister <doorId>
Remove all conditions for a door.

invertOpen

invertOpen <doorId>
Invert the state of the door. Useful if you created it in a opened state.

setEvaluator

setEvaluator <doorId> <evaluationType> [customEvaluator]
Change the evaluation method for door state.

stayOpen

stayOpen <doorId> <seconds>
Set the seconds a door will stay open when fully opened.

list

list
Get a list of all your registered doors.

reload

reload
This will reload the plugin/config.

about

about
Information about this plugin

help

help
The help command which contains the information of this site.

Clone this wiki locally