updated bulletmaterial metadata for ITEM, TRACKING, REALTRACKING and DISPLAY authored by Lxlp's avatar Lxlp
...@@ -173,7 +173,7 @@ Examples: ...@@ -173,7 +173,7 @@ Examples:
### ITEM Bullet ### ITEM Bullet
| Attribute | Aliases | Description | Default | | Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------| |-----------|-----------|----------------------------------------------------------------------|---------|
| bulletmaterial | material, mat | The material of the bullet, either a vanilla item type or custom MythicItem | STONE<!--type:Material--> | | bulletmaterial | material, mat | The material of the bullet, either a vanilla item type or custom MythicItem | STONE<!--type:Item--> |
|bulletModel| model | The CustomModelData integer for the material (define model strings on a MythicItem instead) | 0 | |bulletModel| model | The CustomModelData integer for the material (define model strings on a MythicItem instead) | 0 |
|bulletColor| | The color of the material, if applicable | | |bulletColor| | The color of the material, if applicable | |
| bulletmatchdirection | bmd, bulletsmall | Should the bullet face where the projectile is facing | false | | bulletmatchdirection | bmd, bulletsmall | Should the bullet face where the projectile is facing | false |
...@@ -193,7 +193,7 @@ Examples: ...@@ -193,7 +193,7 @@ Examples:
### TRACKING Bullet ### TRACKING Bullet
| Attribute | Aliases | Description | Default | | Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------| |-----------|-----------|----------------------------------------------------------------------|---------|
| bulletmaterial | material, mat | The material of the bullet, can be vanilla item type or MythicItem | STONE<!--type:Material--> | | bulletmaterial | material, mat | The material of the bullet, can be vanilla item type or MythicItem | STONE<!--type:Item--> |
|bulletModel| model | The CustomModelData integer for the material (define model strings on a MythicItem instead) | 0 | |bulletModel| model | The CustomModelData integer for the material (define model strings on a MythicItem instead) | 0 |
|bulletColor| | The color of the material, if applicable | | |bulletColor| | The color of the material, if applicable | |
| bulletEnchanted | enchanted | Should the material be enchanted | false | | bulletEnchanted | enchanted | Should the material be enchanted | false |
...@@ -210,7 +210,7 @@ Examples: ...@@ -210,7 +210,7 @@ Examples:
### REALTRACKING Bullet ### REALTRACKING Bullet
| Attribute | Aliases | Description | Default | | Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------| |-----------|-----------|----------------------------------------------------------------------|---------|
| bulletmaterial | material, mat | The material of the bullet, can be vanilla item type or MythicItem | STONE<!--type:Material--> | | bulletmaterial | material, mat | The material of the bullet, can be vanilla item type or MythicItem | STONE<!--type:Item--> |
|bulletModel| model | The CustomModelData integer for the material (define model strings on a MythicItem instead) | 0 | |bulletModel| model | The CustomModelData integer for the material (define model strings on a MythicItem instead) | 0 |
|bulletColor| | The color of the material, if applicable | | |bulletColor| | The color of the material, if applicable | |
| bulletEnchanted | enchanted | Should the material be enchanted | false | | bulletEnchanted | enchanted | Should the material be enchanted | false |
...@@ -218,7 +218,7 @@ Examples: ...@@ -218,7 +218,7 @@ Examples:
### DISPLAY Bullet ### DISPLAY Bullet
| Attribute | Aliases | Description | Default | | Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------| |-----------|-----------|----------------------------------------------------------------------|---------|
| bulletmaterial | material, mat, bulletitem | The material of the bullet, can be vanilla item type or MythicItem | STONE<!--type:Material--> | | bulletmaterial | material, mat, bulletitem | The material of the bullet, can be vanilla item type or MythicItem | STONE<!--type:Item--> |
|bulletModel| model | The CustomModelData integer for the material (define model strings on a MythicItem instead) | 0 | |bulletModel| model | The CustomModelData integer for the material (define model strings on a MythicItem instead) | 0 |
|bulletColor| | The color of the material, if applicable | | |bulletColor| | The color of the material, if applicable | |
| bulletEnchanted | enchanted | Should the material be enchanted | false | | bulletEnchanted | enchanted | Should the material be enchanted | false |
... ...
......