Changes
Page history
added isSkill condition
authored
Aug 30, 2025
by
Lxlp
Show whitespace changes
Inline
Side-by-side
Skills/Conditions/playerkills.md
0 → 100644
View page @
595b54c3
## Description
Matches how many players the target mob has killed.
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| kills | k | The number range to match | 0 |
## Examples
```
yaml
Conditions
:
-
playerkills{k=>10}
true
```
\ No newline at end of file