Changes
Page history
Update UsefulTips
authored
Oct 07, 2023
by
Lxlp
Show whitespace changes
Inline
Side-by-side
UsefulTips.md
View page @
2ac2c800
...
@@ -4,7 +4,11 @@ Table of contents:
...
@@ -4,7 +4,11 @@ Table of contents:
[[
_TOC_
]]
[[
_TOC_
]]
## General Rules
-
NEVER test ANYTHING while in creative mode
-
Always read the wiki page of what you are using in depth
-
Always keep your plugins updated
-
Make sure you are on a supported version. You can check that by doing
`/mm version`
## Mobs
## Mobs
...
@@ -29,6 +33,10 @@ This is a common issue. To fix this, consider adding the following skill to your
...
@@ -29,6 +33,10 @@ This is a common issue. To fix this, consider adding the following skill to your
## Skills
## Skills
### Chat Messagges
<details><summary>
I want to warn every player that a mob has spawned
</summary>
The
[
Placeholders wiki page
](
/Skills/Placeholders#examples
)
contains one such example.
</details>
## Items
## Items
...
@@ -91,3 +99,12 @@ In this case, you will need to set a variable on the mob every time it is hit on
...
@@ -91,3 +99,12 @@ In this case, you will need to set a variable on the mob every time it is hit on
-
dropitem{...} @UUID{u="<caster.var.lastplayer>"} ~onDeath ?variableisset{var=caster.lastplayer}
-
dropitem{...} @UUID{u="<caster.var.lastplayer>"} ~onDeath ?variableisset{var=caster.lastplayer}
```
```
</details>
</details>
## Spawning
### Random Spawns
<details><summary>
Mobs with the ADD spawn action are not spawning
</summary>
You must have enabled
`GenerateSpawnPoints`
in the plugin's config file.
You must not be in creative or spectator mode.
</details>
\ No newline at end of file