You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,12 @@ Dialogs allows you to do the following:
32
32
-`player_command` - Makes target player execute a command.
33
33
-`pause` - Waits for desired amount of ticks, before proceeding to the next action.
34
34
- ...more to come in the future!
35
+
- Test placeholder-based conditions before executing an action.
36
+
-`equals` and `not_equals` - Checks if two strings are equal.
37
+
-`contains` and `not_contains` - Checks if one string contains another.
38
+
-`starts_with` and `ends_with` - Checks if one string starts or ends with another.
39
+
-`greater_than`, `greater_than_or_equals` - Checks if one number is greater than another.
40
+
-`smaller_than` and `smaller_than_or_equals` - Checks if one number is smaller than another.
35
41
36
42
Every element type except for `actionbar_animation` have built-in support for **[PlaceholderAPI](https://github.com/PlaceholderAPI/PlaceholderAPI)**.
0 commit comments