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 159
    • Issues 159
    • 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
  • UsefulTips

UsefulTips · Changes

Page history
Update UsefulTips authored Oct 07, 2023 by Lxlp's avatar Lxlp
Hide whitespace changes
Inline Side-by-side
Showing with 18 additions and 1 deletion
+18 -1
  • UsefulTips.md UsefulTips.md +18 -1
  • No files found.
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
...@@ -90,4 +98,13 @@ In this case, you will need to set a variable on the mob every time it is hit on ...@@ -90,4 +98,13 @@ In this case, you will need to set a variable on the mob every time it is hit on
- setvariable{var=caster.lastplayer;type=STRING;val=<trigger.uuid>} @self ~onDamaged ?~isPlayer - setvariable{var=caster.lastplayer;type=STRING;val=<trigger.uuid>} @self ~onDamaged ?~isPlayer
- dropitem{...} @UUID{u="<caster.var.lastplayer>"} ~onDeath ?variableisset{var=caster.lastplayer} - dropitem{...} @UUID{u="<caster.var.lastplayer>"} ~onDeath ?variableisset{var=caster.lastplayer}
``` ```
</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> </details>
\ 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