Escape the lt and gt
This commit is contained in:
12
README.md
12
README.md
@@ -21,7 +21,7 @@ Heimdall is a multi-module addon that offers various functionalities to enhance
|
|||||||
- Location
|
- Location
|
||||||
- **Example report:**
|
- **Example report:**
|
||||||
- "I see (Hostile) Atomickitty of race Blood Elf (Horde) with health 6.8M/6.8M at Orgrimmar (Valley of Strength)"
|
- "I see (Hostile) Atomickitty of race Blood Elf (Horde) with health 6.8M/6.8M at Orgrimmar (Valley of Strength)"
|
||||||
- "I see (<reaction>) <name> of race <race> (<faction>) with health <health>/<healthMax> at <location>"
|
- "I see (\<reaction\>) \<name\> of race \<race\> (\<faction\>) with health \<health\>/\<healthMax\> at \<location\>"
|
||||||
- Configuration:
|
- Configuration:
|
||||||
- `enabled` - Whether the module is enabled
|
- `enabled` - Whether the module is enabled
|
||||||
- `everyone` - Whether to report to everyone in the channel
|
- `everyone` - Whether to report to everyone in the channel
|
||||||
@@ -53,13 +53,13 @@ Heimdall is a multi-module addon that offers various functionalities to enhance
|
|||||||
- **Example report:**
|
- **Example report:**
|
||||||
- Player appeared:
|
- Player appeared:
|
||||||
- "Любящаядева of class Mage, race Human (Alliance) and guild Анонимное сообщество in Valley of Trials, first seen: 2024-12-27T15:54:38, last seen: never, times seen: 0"
|
- "Любящаядева of class Mage, race Human (Alliance) and guild Анонимное сообщество in Valley of Trials, first seen: 2024-12-27T15:54:38, last seen: never, times seen: 0"
|
||||||
- "<name> of class <class>, race <race> (<faction>) and guild <guild> in <zone>, first seen: <firstSeen>, last seen: <lastSeen>, times seen: <timesSeen>"
|
- "\<name\> of class \<class\>, race \<race\> (\<faction\>) and guild \<guild\> in \<zone\>, first seen: \<firstSeen\>, last seen: \<lastSeen\>, times seen: \<timesSeen\>"
|
||||||
- Player changed zone:
|
- Player changed zone:
|
||||||
- "Thekinglord of class Paladin (Human - Alliance) and guild Caminantes Nocturnos R moved to Durotar"
|
- "Thekinglord of class Paladin (Human - Alliance) and guild Caminantes Nocturnos R moved to Durotar"
|
||||||
- "<name> of class <class> (<faction>) and guild <guild> moved to <zone>"
|
- "\<name\> of class \<class\> (\<faction\>) and guild \<guild\> moved to \<zone\>"
|
||||||
- Player disappeared:
|
- Player disappeared:
|
||||||
- "Thekinglord of class Paladin and guild Caminantes Nocturnos R left Valley of Trials"
|
- "Thekinglord of class Paladin and guild Caminantes Nocturnos R left Valley of Trials"
|
||||||
- "<name> of class <class> and guild <guild> left <zone>"
|
- "\<name\> of class \<class\> and guild \<guild\> left \<zone\>"
|
||||||
- Configuration:
|
- Configuration:
|
||||||
- `enabled` - Whether the module is enabled
|
- `enabled` - Whether the module is enabled
|
||||||
- `notifyChannel` - The channel to report to (by name)
|
- `notifyChannel` - The channel to report to (by name)
|
||||||
@@ -110,7 +110,7 @@ Heimdall is a multi-module addon that offers various functionalities to enhance
|
|||||||
- Sends notifications to a specified channel and optional whisper contacts
|
- Sends notifications to a specified channel and optional whisper contacts
|
||||||
- **Example report:**
|
- **Example report:**
|
||||||
- "Euotuie killed Wild Mature Swine with Demon's Bite in Durotar (The Dranosh'ar Blockade)"
|
- "Euotuie killed Wild Mature Swine with Demon's Bite in Durotar (The Dranosh'ar Blockade)"
|
||||||
- "<killer> killed <victim> with <spell> in <zone> (<subzone>)"
|
- "\<killer\> killed \<victim\> with \<spell\> in \<zone\> (\<subzone\>)"
|
||||||
- Configuration:
|
- Configuration:
|
||||||
- `enabled` - Whether the module is enabled
|
- `enabled` - Whether the module is enabled
|
||||||
- `notifyChannel` - The channel to report to (by name)
|
- `notifyChannel` - The channel to report to (by name)
|
||||||
@@ -167,7 +167,7 @@ Heimdall - это многомодульный аддон, предоставл
|
|||||||
- Местоположение
|
- Местоположение
|
||||||
- **Пример отчета:**
|
- **Пример отчета:**
|
||||||
- "Обнаружен (Враждебный) Atomickitty расы Эльф Крови (Орда) со здоровьем 6.8M/6.8M в Оргриммаре (Долина Силы)"
|
- "Обнаружен (Враждебный) Atomickitty расы Эльф Крови (Орда) со здоровьем 6.8M/6.8M в Оргриммаре (Долина Силы)"
|
||||||
- "Обнаружен (<реакция>) <имя> расы <раса> (<фракция>) со здоровьем <здоровье>/<макс_здоровье> в <локация>"
|
- "Обнаружен (\<реакция\>) \<имя\> расы \<раса\> (\<фракция\>) со здоровьем \<здоровье\>/\<макс_здоровье\> в \<локация\>"
|
||||||
- Конфигурация:
|
- Конфигурация:
|
||||||
- `enabled` - Включен ли модуль
|
- `enabled` - Включен ли модуль
|
||||||
- `everyone` - Сообщать ли всем в канале
|
- `everyone` - Сообщать ли всем в канале
|
||||||
|
|||||||
Reference in New Issue
Block a user