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 152
    • Issues 152
    • 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
    • Skills
    • Mechanics
  • speak

speak · Changes

Page history
added audience attribute authored Jul 24, 2023 by Lxlp's avatar Lxlp
Hide whitespace changes
Inline Side-by-side
Showing with 18 additions and 22 deletions
+18 -22
  • skills/mechanics/speak.md skills/mechanics/speak.md +18 -22
  • No files found.
skills/mechanics/speak.md
View page @ d8a82433
Mechanic: Speak
===============
## Description
Makes the caster speak using chat and speech bubbles. Supports
Holograms.
**Added in 4.10**
* Now allow hex colors in the format **`<#FFFFFF>`**
* Now supports gradients in the format **`<gradient:#color1:#color2>text</gradient>`**
* Now supports **`<rainbow>text</rainbow>`**
* Now supports hover text in the format **`<hover:show_text:'hover text??'>hover over me!</hover>`**
* Now supports clickable text in the format **`<click:run_command:/say hello>click me!</click>`**
Attributes
----------
| Attribute | Aliases | Description | Default Value |
|---------------|-------------|---------------------------------------------------------------|----------------------------------|
| offset | o | The y offset for the hologram. | 0.6f |
| radius | r | The radius of entities which will see the chat message . | 12 |
| maxlinelength | ll, mll, ml | The maximum length of the hologram. | 22 |
| lineprefix | lp | The prefix for the hologram. | &f |
| message | m | The message to be displayed (affects both hologram and chat). | NONE |
| chatprefix | cp | The prefix for the chat message. | &lt;caster.name&gt;&f&lt;&co&gt; |
| duration | d, t | The amount of time the hologram will be displayed for. | MESSAGE LENGTH * 4 |
| sendchatmessage | chatmessage, chat | Whether the message shows up in chat | true |
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| offset | o | The y offset for the hologram. | 0.6 |
| radius | r | The radius of entities which will see the chat message | 12 |
| maxlinelength | ll, mll, ml | The maximum length of the hologram | 22 |
| lineprefix| lp | The prefix for the hologram. | &f |
| message | m | The message to be displayed (affects both hologram and chat) | |
| chatprefix| cp | The prefix for the chat message | &lt;caster.name&gt;&f&lt;&co&gt; |
| duration | d, t | The amount of time the hologram will be displayed for. | MESSAGE LENGTH * 4 |
| sendchatmessage | chatmessage, chat | Whether the message shows up in chat | true |
| audience | | The [Audience](/Skills/Effects#audience) of the mechanic | tracked |
Examples
--------
Skills:
- speak{offset=0.6f;radius=30;maxlinelength=22;lineprefix="&5";message=" I just spawned!";chatprefix=<caster.name>&f<&co>;duration=200} @self ~onSpawn
- ...
\ No newline at end of file
## Examples
```yaml
Skills:
- speak{offset=0.6f;radius=30;maxlinelength=22;lineprefix="&5";message=" I just spawned!";chatprefix=<caster.name>&f<&co>;duration=200} @self ~onSpawn
```
\ No newline at end of file
Clone repository
Home
Changelogs
Premium Features
Commands and Permissions
FAQ / Common Issues
Mythic Add-ons
Compatible Plugins
API Information
Packs
Mobs
  • Mob 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
  • Effects
  • Targeters
    • Filters
  • Triggers
  • Conditions
    • In-line conditions
  • Metaskills
  • Placeholders
  • Variables
  • Math
Items
  • Options
  • Attributes
  • Enchantments
  • Potions
  • Banner Layers
  • Firework
Drops & DropTables
  • Drop Types
Spawning
  • Spawners
  • Random Spawns
Examples
Useful Tips