|
|
**Description**: Checks if the specified plugin is running on the server
|
|
|
## Description
|
|
|
Checks if the specified plugin is running on the server
|
|
|
|
|
|
---
|
|
|
|
|
|
## Attributes
|
|
|
|
|
|
**Attributes**
|
|
|
| Attribute | Aliases | Description | Default |
|
|
|
|-----------|-----------|----------------------------------------------------------------------|---------|
|
|
|
| plugin | pl, p | The plugin to check for | MythicMobs |
|
|
|
|
|
|
| Attribute | Alias | Description | Default |
|
|
|
|-----------|-------------|-------------------------------------------------------------------------------------------------|---------|
|
|
|
| p | | The plugin to check for | |
|
|
|
|
|
|
Examples
|
|
|
---
|
|
|
## Examples
|
|
|
```yml
|
|
|
Conditions:
|
|
|
- plugin{p=####} true
|
|
|
Conditions:
|
|
|
- plugin{p=ThePluginName} true
|
|
|
```
|
|
|
|
|
|
|
|
|
## Aliases
|
|
|
- [x] pluginexists
|
|
|
- [x] hasplugin |
|
|
\ No newline at end of file |