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 137
    • Issues 137
    • 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
  • message

message · Changes

Page history
reverted dante authored Oct 23, 2023 by Lxlp's avatar Lxlp
Hide whitespace changes
Inline Side-by-side
Showing with 8 additions and 16 deletions
+8 -16
  • skills/mechanics/message.md skills/mechanics/message.md +8 -16
  • No files found.
skills/mechanics/message.md
View page @ 478823c9
================= ## Description
Sends a chat message to the target, if the target is a player. [Color Sends a chat message to the target, if the target is a player. [Color
codes](/databases/misc/colorcodes) and codes](/databases/misc/colorcodes) and
[variables](/skills/stringvariables) are useable in this mechanic. [variables](/skills/stringvariables) are useable in this mechanic.
**Added in 4.10**
* Now allow hex colors in the format **`<#FFFFFF>`** * Now allow hex colors in the format **`<#FFFFFF>`**
* Now supports gradients in the format **`<gradient:#color1:#color2>text</gradient>`** * Now supports gradients in the format **`<gradient:#color1:#color2>text</gradient>`**
* Now supports **`<rainbow>text</rainbow>`** * Now supports **`<rainbow>text</rainbow>`**
* Now supports hover text in the format **`<hover:show_text:'hover text??'>hover over me!</hover>`** * 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>`** * Now supports clickable text in the format **`<click:run_command:/say hello>click me!</click>`**
Attributes
----------
| Attribute | Aliases | Description | Default |
|-----------|---------|-----------------------------|---------|
| message | msg,m | The message to send. | None |
| audience | | the audience of the message | |
--------------- ## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| message | msg,m | The message to send | None |
| audience | | the [Audience](Skills/Effects#audience) of the message | |
Audience attribute was added in 4.12. possible audience options are: caster, target, and world.
Examples ## Examples
--------
```yaml ```yaml
Skills: Skills:
- message{m="<caster.name>&f<&co> Hahaha! You will all die!"} @PlayersInRadius{r=30} - message{m="<caster.name>&f<&co> Hahaha! You will all die!"} @PlayersInRadius{r=30}
``` ```
\ 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
    • 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
  • 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
Stats
  • Custom Stat Options
  • Modifiers
  • Built in Stats
Examples
Useful Tips