Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
MythicMobs MythicMobs
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 143
    • Issues 143
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • MythicCraft
  • MythicMobsMythicMobs
  • Wiki
    • Mobs
  • Options

Options · Changes

Page history
added Scale option authored May 12, 2024 by Lxlp's avatar Lxlp
Show whitespace changes
Inline Side-by-side
Showing with 17 additions and 7 deletions
+17 -7
  • Mobs/Options.md Mobs/Options.md +17 -7
  • No files found.
Mobs/Options.md
View page @ 67cd9662
...@@ -22,16 +22,17 @@ Whether the name-tag is always displayed. ...@@ -22,16 +22,17 @@ Whether the name-tag is always displayed.
Equivalent to the NBT-tag `CustomNameVisible`. Equivalent to the NBT-tag `CustomNameVisible`.
Defaults to `false`. Defaults to `false`.
```yml ```yml
Options: Options:
AlwaysShowName: false AlwaysShowName: false
``` ```
<!-- #### AttackSpeed:
**AttackSpeed: \[number\]** The attack speed of the mob
Defaults to vanilla attack speed of the respective mobs
* Sets the attack speed of the mob. ```yaml
* Defaults to vanilla attack speed for the respective mobs. (Doesn't do anything.) Options:
--> AttackSpeed: 1
```
#### VisibleByDefault #### VisibleByDefault
Sets whether the mob is visible by default when the mobs spawns or when the mob gets loaded. Sets whether the mob is visible by default when the mobs spawns or when the mob gets loaded.
...@@ -287,6 +288,15 @@ ExampleMob: ...@@ -287,6 +288,15 @@ ExampleMob:
- cancelevent{sync=true} @self ~onDeath - cancelevent{sync=true} @self ~onDeath
``` ```
#### Scale
The scale of the mob.
If set to -1, the option is ignored.
Defaults to `-1`.
```yaml
Options:
Scale: 2
```
#### ShowHealth #### ShowHealth
Displays the health of the mob through messages broadcast within a radius and formatting by `Mobs.ShowHealth.Radius` and `Mobs.ShowHealth.Formatting`, respectively, in `/plugins/MythicMobs/config.yml` Displays the health of the mob through messages broadcast within a radius and formatting by `Mobs.ShowHealth.Radius` and `Mobs.ShowHealth.Formatting`, respectively, in `/plugins/MythicMobs/config.yml`
Defaults to `false`. Defaults to `false`.
......
Clone repository
Home
Changelogs
Premium Features
Commands and Permissions
FAQ / Common Issues
Guides
Troubleshooting
Mythic Add-ons
Compatible Plugins
API Information
Packs
  • Pins
Mobs
  • Mob Options
    • Display Options
  • Mob Levels
  • Mob Factions
  • Power Scaling
  • Damage Modifiers
  • Equipment
  • BossBar
  • Custom AI
  • Custom Kill Messages
  • Threat Tables
  • Immunity Tables
  • Templates
  • Vanilla Overrides
  • Extra: Disguises
  • Extra: ModelEngine
Skills
  • Mechanics
  • Targeters
    • Filters
  • Triggers
  • Conditions
    • In-line conditions
  • Metaskills
  • Placeholders
  • Variables
Items
  • Options
  • Attributes
  • Enchantments
  • Potions
  • Banner Layers
  • Firework
Drops & DropTables
  • Drops
  • DropTables
  • FancyDrops
Spawning
  • Spawners
  • Random Spawns
Stats
  • Custom Stat Options
  • Modifiers
  • Built in Stats
Technical
  • Math
  • Operations
    • Attribute Operations
    • Stats Modifiers
  • Particles Types
  • Audience
  • Equipment Slots
  • Intratick Scheduling
Examples
Useful Tips