Changes
Page history
standardized layout
authored
May 11, 2024
by
Lxlp
Hide whitespace changes
Inline
Side-by-side
MythicMobs/mechanics/model/Glow.md
View page @
e5ae4ec2
[
< Back to mechanic page
](
../../Model-Mechanics
)
[
< Back to mechanic page
](
../../Model-Mechanics
)
Mechanic: Glow
===============
Alias: GlowBone
---------------
## Description
Configure the model's glow and glow color.
Configure the model's glow and glow color.
Attributes
----------
## Attributes
| Attribute | Aliases | Description | Type | Default |
| Attribute | Aliases | Description | Type | Default |
|------------|------------------|----------------------------------------------------------------------------------------------------|---------|---------|
|------------|------------------|----------------------------------------------------------------------------------------------------|---------|---------|
| modelid | m, mid, model | Targeted model | String | |
| modelid | m, mid, model | Targeted model | String | |
...
@@ -32,4 +27,8 @@ This example will make the full model glow Blue when it spawns, all we have to d
...
@@ -32,4 +27,8 @@ This example will make the full model glow Blue when it spawns, all we have to d
Skills
:
Skills
:
-
model{m=MiniSoldier} @self ~onSpawn
-
model{m=MiniSoldier} @self ~onSpawn
-
glowbone{m=MiniSoldier;c=3986FE} @self ~onSpawn
-
glowbone{m=MiniSoldier;c=3986FE} @self ~onSpawn
```
```
\ No newline at end of file
## Aliases
-
[x] glowbone
\ No newline at end of file