Animation Script - toxicity188/BetterModel GitHub Wiki
We are using Effects/Instructions to script animation.
Script format
You have to follow this string format to script.
name:optional_argument{metadata_key=metadata_value;another_key=another_value}
You can define multiple script per each line.
Built-in script
Like MEG, There's some built-in script.
Enchant
argument: none
| metadata key | metadata type |
|---|---|
| part | (optional) string |
| exact | (optional) boolean |
| children | (optional) boolean |
| enchant | boolean |
Remap
argument: none
| metadata key | metadata type |
|---|---|
| model | string |
| map | string |
Partvis
argument: none
| metadata key | metadata type |
|---|---|
| part | (optional) string |
| exact | (optional) boolean |
| children | (optional) boolean |
| visible | boolean |
Tint
argument: none
| metadata key | metadata type |
|---|---|
| part | (optional) string |
| exact | (optional) boolean |
| children | (optional) boolean |
| color | int |
| damage | boolean |
ChangePart
argument: none
| metadata key | metadata type |
|---|---|
| part | (optional) string |
| exact | (optional) boolean |
| children | (optional) boolean |
| nmodel | string |
| npart | string |
Brightness
argument: none
| metadata key | metadata type |
|---|---|
| part | (optional) string |
| exact | (optional) boolean |
| children | (optional) boolean |
| block | int |
| sky | int |
MythicMobs skills
You can execute MythicMobs skills by this script.
mm:skill_name{parameter_name=parameter_value}