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 145
    • Issues 145
    • 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
    • Items
  • Options

Options · Changes

Page history
Update Options to use yaml authored Jun 13, 2023 by Amy's avatar Amy
Hide whitespace changes
Inline Side-by-side
Showing with 6 additions and 6 deletions
+6 -6
  • Items/Options.md Items/Options.md +6 -6
  • No files found.
Items/Options.md
View page @ 5c2bd453
...@@ -60,7 +60,7 @@ Only applicable to playerhead type items: ...@@ -60,7 +60,7 @@ Only applicable to playerhead type items:
- Use http://mcuuid.net/ to find the trimmed uuid of the player - Use http://mcuuid.net/ to find the trimmed uuid of the player
- This option also supports hashes. - This option also supports hashes.
For example: For example:
``` ```yaml
Options: Options:
SkinTexture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODdlMGFhOTQzM2RiYTliNzU5MzJhMTFkYzk0ZDQwNmJkZTE5ZTg2MzUxNDIxNDkyYjNlZDM3OGM4ZTFhN2NjIn19fQ== SkinTexture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODdlMGFhOTQzM2RiYTliNzU5MzJhMTFkYzk0ZDQwNmJkZTE5ZTg2MzUxNDIxNDkyYjNlZDM3OGM4ZTFhN2NjIn19fQ==
``` ```
...@@ -82,7 +82,7 @@ Dyeable Items ...@@ -82,7 +82,7 @@ Dyeable Items
* Added options for FIREWORK and FIREWORK_CHARGE items * Added options for FIREWORK and FIREWORK_CHARGE items
* For Colors and FadeColors, you can specify what colors you want using the format **RED,GREEN,BLUE** * For Colors and FadeColors, you can specify what colors you want using the format **RED,GREEN,BLUE**
``` ```yaml
Firework: Firework:
Colors: Colors:
- 255,0,255 - 255,0,255
...@@ -95,7 +95,7 @@ Firework: ...@@ -95,7 +95,7 @@ Firework:
Examples Examples
======== ========
``` ```yaml
ClothSlippers: ClothSlippers:
Id: 301 Id: 301
Data: 0 Data: 0
...@@ -110,14 +110,14 @@ ClothSlippers: ...@@ -110,14 +110,14 @@ ClothSlippers:
Color: 200,200,200 Color: 200,200,200
``` ```
Lots of possible options included: Lots of possible options included:
``` ```yaml
TestHead: TestHead:
Id: 397 Id: 397
Data: 3 Data: 3
Options: Options:
Player: Rickyling Player: Rickyling
``` ```
``` ```yaml
dat_item_though: dat_item_though:
Id: banner Id: banner
Data: 4 Data: 4
...@@ -136,7 +136,7 @@ dat_item_though: ...@@ -136,7 +136,7 @@ dat_item_though:
- ARROW_FIRE:10 - ARROW_FIRE:10
``` ```
An example of a firework rocket An example of a firework rocket
``` ```yaml
FireworkGoBoom: FireworkGoBoom:
Id: FIREWORK_ROCKET Id: FIREWORK_ROCKET
Display: 'Rocket' Display: 'Rocket'
......
Clone repository
Home
Changelogs
Premium Features
Commands and Permissions
FAQ / Common Issues
Mythic Add-ons
Compatible Plugins
API Information
Packs
Mobs
  • Mob Options
  • Mob Levels
  • Mob Factions
  • Power Scaling
  • Damage Modifiers
  • Equipment
  • BossBar
  • Custom AI
  • Custom Kill Messages
  • Threat Tables
  • Immunity Tables
  • Templates
  • 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
Examples