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 144
    • Issues 144
    • 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
    • Drops
  • FancyDrops

FancyDrops · Changes

Page history
added HologramTimeout option authored Feb 13, 2024 by Lxlp's avatar Lxlp
Hide whitespace changes
Inline Side-by-side
Showing with 12 additions and 1 deletion
+12 -1
  • drops/FancyDrops.md drops/FancyDrops.md +12 -1
  • No files found.
drops/FancyDrops.md
View page @ 5af3c308
......@@ -11,6 +11,7 @@ This is an additional field on the mob config, `DropOptions`, that allows you to
DropOptions:
DropMethod: FANCY
ClientSideDrops: false
HologramTimeout: 6000
HologramMessage:
- ...
- ...
......@@ -24,7 +25,8 @@ Can be one of two values:
- `VANILLA`, which keeps all of the "normal" drop behaviors
- `FANCY`, which enables damage tracking, scoreboards and more advanced drop effects. Drops can also be rolled for every participant instead of only once if the relevant config is set to allow it.
So, in essence, this must be set to `FANCY` in order for the rest of the page to work
So, in essence, this must be set to `FANCY` in order for the rest of the page to work
Defaults to `VANILLA`
```yaml
DropOptions:
DropMethod: FANCY
......@@ -39,6 +41,15 @@ Whether drops should be seen per-player, in a client side manner. In essence, wi
```
### HologramTimeout
The amount of time after which the hologram that spawns when the mob dies should disappear
Defaults to `6000`
```yaml
DropOptions:
HologramTimeout: 6000
```
### HologramMessage
What the hologram that spawns when the mob dies should say. Is able to use specific placeholders.
```yaml
......
Clone repository
Home
Changelogs
Premium Features
Commands and Permissions
FAQ / Common Issues
Mythic Add-ons
Compatible Plugins
API Information
Packs
  • Pins
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
  • Drops
  • DropTables
  • FancyDrops
Spawning
  • Spawners
  • Random Spawns
Stats
  • Custom Stat Options
  • Modifiers
  • Built in Stats
Examples
Useful Tips