Changes
Page history
added Nameplate and fixed typo
authored
Oct 19, 2023
by
Lxlp
Show whitespace changes
Inline
Side-by-side
Mobs/Mobs.md
View page @
f9e01b2f
...
...
@@ -35,7 +35,7 @@ another_mob:
```
#### Display
Set the display name of the mob.
Set
s
the display name of the mob.
This option supports color codes and [placeholders].
**The mob's name will not change or update on its own, you have to use [setname] mechanic to change or update it.**
```
yml
...
...
@@ -134,7 +134,7 @@ another_example:
```
#### Display Options
Set the display entity options.
Set
s
the display entity options.
A list of available display options can be found in the
[
Display Options
](
Mobs/DisplayOptions
)
page
```
yml
cool_display
:
...
...
@@ -281,6 +281,18 @@ example_mob:
-
swap{} @trigger ~onInteract
```
#### Nameplate
Forces the usage of Mythic nameplates on the mob, if the
`Enabled: true`
option is used.
This makes display names like
`Display: "Hello\nWorld!"`
be displayed on two separate lines.
```
yaml
ExampleMob
:
Type
:
PIG
Display
:
"
Hello
\n
World!
Nameplate:
Enabled:
true
```
#### Trades
Customizes the villager trades.
Villagers must have a profession and a profession level of 2 to be able to keep its custom trades.
...
...
...
...