diff --git a/Command-Conditions.md b/Command-Conditions.md index 3699e94..a9194ad 100644 --- a/Command-Conditions.md +++ b/Command-Conditions.md @@ -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