... | ... | @@ -422,7 +422,7 @@ different mob type. |
|
|
|
|
|
### Armor Stands
|
|
|
|
|
|
#### CanMove: \[true/false\]**
|
|
|
#### CanMove
|
|
|
Sets whether an armor stand can move. Defaults to `true` and requires PaperSpigot
|
|
|
```yml
|
|
|
Dummy:
|
... | ... | @@ -455,7 +455,7 @@ Sets whether an armor stand has a baseplate. Defaults to `true` |
|
|
Dummy:
|
|
|
Type: ARMOR_STAND
|
|
|
Options:
|
|
|
HasBasePlate: true
|
|
|
HasBasePlate: false
|
|
|
```
|
|
|
|
|
|
#### HasGravity
|
... | ... | @@ -598,33 +598,49 @@ Mob: |
|
|
|
|
|
### Bees
|
|
|
|
|
|
**Anger: \[number\]**
|
|
|
|
|
|
* Sets the time in ticks until bee anger ends.
|
|
|
* If set to 0 the bee will not be angry.
|
|
|
* Defaults to 0.
|
|
|
|
|
|
**HasNectar: \[true/false\]**
|
|
|
#### Anger
|
|
|
Sets the time in ticks until bee anger ends.
|
|
|
If set to 0 the bee will not be angry.
|
|
|
Defaults to `0`.
|
|
|
```yaml
|
|
|
Options:
|
|
|
Anger: 200
|
|
|
```
|
|
|
|
|
|
* Whether the bee is carrying pollen.
|
|
|
* Defaults to false.
|
|
|
#### HasNectar
|
|
|
Whether the bee is carrying pollen.
|
|
|
Defaults to `false`.
|
|
|
```yaml
|
|
|
Options:
|
|
|
HasNectar: true
|
|
|
```
|
|
|
|
|
|
**HasStung: \[true/false\]**
|
|
|
|
|
|
* Whether the bee has stung an entity.
|
|
|
* Defaults to false.
|
|
|
#### HasStung
|
|
|
Whether the bee has stung an entity.
|
|
|
Defaults to false.
|
|
|
```yaml
|
|
|
Options:
|
|
|
HasStung: true
|
|
|
```
|
|
|
|
|
|
### Cat
|
|
|
|
|
|
**CatType: \[type\]**
|
|
|
|
|
|
* Sets the type of cat
|
|
|
* Types can be ALL_BLACK, BLACK, BRITISH_SHORTHAIR, CALICO, PERSIAN, JELLIE, RAGDOLL, RED, SIAMESE, TABBY or WHITE.
|
|
|
|
|
|
**CollarColor: \[color\]**
|
|
|
#### CatType
|
|
|
Sets the type of cat
|
|
|
Types can be ALL_BLACK, BLACK, BRITISH_SHORTHAIR, CALICO, PERSIAN, JELLIE, RAGDOLL, RED, SIAMESE, TABBY or WHITE.
|
|
|
```yaml
|
|
|
Options:
|
|
|
CatType: BLACK
|
|
|
```
|
|
|
|
|
|
* Sets the color of the cat's collar.
|
|
|
* Available colors are: BLACK, BLUE, BROWN, CYAN, GRAY, GREEN, LIGHT_BLUE, LIGHT_GRAY, LIME, MAGENTA, ORANGE, PINK, PURPLE, RED, WHITE, or YELLOW.
|
|
|
#### CollarColor
|
|
|
Sets the color of the cat's collar.
|
|
|
Available colors are: BLACK, BLUE, BROWN, CYAN, GRAY, GREEN, LIGHT_BLUE, LIGHT_GRAY, LIME, MAGENTA, ORANGE, PINK, PURPLE, RED, WHITE, or YELLOW.
|
|
|
```yaml
|
|
|
Options:
|
|
|
CollarColor: GREEN
|
|
|
```
|
|
|
|
|
|
### Chicken
|
|
|
|
... | ... | |