Added multiple conditions sections

JOO200
2020-06-23 02:18:44 +02:00
parent abe25876aa
commit 788ffda9fe
+5
@@ -15,6 +15,11 @@ to enforce creative restrictions.
Or say you wanted to put a restriction that commands must be ran during day time, you might add `@Conditions("daytime")`
# Multiple conditions in one annotation
To use multiple conditions simply split them with "|"
e.g. `@Conditions("daytime|creative")`
# Registering your own conditions
Example:
```java