{"id":98648,"date":"2026-06-05T18:58:28","date_gmt":"2026-06-05T15:58:28","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/mastercosmetics\/"},"modified":"2026-06-05T18:58:28","modified_gmt":"2026-06-05T15:58:28","slug":"mastercosmetics","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/mastercosmetics\/","title":{"rendered":"MasterCosmetics"},"content":{"rendered":"<p>&#8211; MasterCosmetics<br \/>\n&#8211; Trigger-based cosmetics plugin for Paper\/Purpur 1.20.6\u20131.21.x. It integrates with MythicMobs to execute custom skills in response to in-game events. No GUI \u2014 everything is configured via config.yml. Admins assign cosmetics to players with a command; players can toggle them on and off independently.<br \/>\n&#8211;<br \/>\n&#8211; Commands<br \/>\n&#8211;<br \/>\n&#8211; \/mc list \u2014 shows the cosmetics you have equipped.<br \/>\n&#8211; \/mc equip <id> \u2014 toggles a cosmetic on or off. Works only if you own the cosmetic.<br \/>\n&#8211; \/mc unequip <id> \u2014 removes a specific cosmetic.<br \/>\n&#8211; \/mc unequipall \u2014 removes all active cosmetics at once.<br \/>\n&#8211; \/mc give <player> <id> (admin) \u2014 assigns a cosmetic to a player. Without this command, the player cannot equip it.<br \/>\n&#8211; \/mc remove <player> <id> (admin) \u2014 revokes a cosmetic from a player and unequips it if active.<br \/>\n&#8211; \/mc reload (admin) \u2014 reloads the config without restarting the server.<br \/>\n&#8211;<br \/>\n&#8211; Aliases: \/mc, \/cosm.<br \/>\n&#8211; Permissions: mastercosmetics.use for players, mastercosmetics.admin for admins.<br \/>\n&#8211;<br \/>\n&#8211; Triggers<br \/>\n&#8211;<br \/>\n&#8211; Each cosmetic has a list of triggers that define when the MythicMobs skill is executed. Multiple triggers can be combined on the same cosmetic.<br \/>\n&#8211;<br \/>\n&#8211; ALWAYS \u2014 the skill repeats every N ticks continuously while the cosmetic is equipped. Use interval: N to control frequency (20 ticks = 1 second).<br \/>\n&#8211; ON_SPAWN \u2014 triggers when the player joins the server or respawns after death.<br \/>\n&#8211; ON_DEATH \u2014 triggers when the player dies.<br \/>\n&#8211; ON_KILL_PLAYER \u2014 triggers when the player kills another player.<br \/>\n&#8211; ON_KILL_MOB \u2014 triggers when the player kills any mob.<br \/>\n&#8211; ON_HIT_PLAYER \u2014 triggers every time the player hits another player.<br \/>\n&#8211; ON_HIT_MOB \u2014 triggers every time the player hits a mob.<br \/>\n&#8211; ON_JUMP \u2014 triggers once per jump.<br \/>\n&#8211; ON_FLY_TICK \u2014 triggers every N ticks while the player is flying (elytra or creative flight). Use interval: N.<br \/>\n&#8211; ON_WALK \u2014 triggers every N ticks while the player is walking on the ground. Stops when the player stops moving. Use interval: N.<br \/>\n&#8211; ON_IDLE \u2014 triggers every N ticks while the player is standing still on the ground. Stops when the player moves. Use interval: N.<br \/>\n&#8211; Pet<br \/>\n&#8211;<br \/>\n&#8211; Each cosmetic can have a pet: section that spawns a companion mob. The owner can never damage their own pet.<br \/>\n&#8211;<br \/>\n&#8211; mob-type \u2014 type of mob to spawn. Use Bukkit EntityType names: PANDA, WOLF, FOX, BEE, COW, etc.<br \/>\n&#8211; name \u2014 name displayed above the pet. Supports &#038; color codes and the {player} placeholder (replaced with the owner\u2019s name).<br \/>\n&#8211; scale \u2014 size of the mob. 0.5 = half, 1.0 = normal, 2.0 = double. Requires Paper\/Purpur 1.20.5+.<br \/>\n&#8211; follow-distance \u2014 distance (in blocks) at which the pet starts moving toward the player.<br \/>\n&#8211; immune \u2014 if true, the pet is invulnerable to all damage sources: fire, falls, explosions, attacks from players or mobs.<br \/>\n&#8211; move-speed \u2014 movement speed of the pet. Default 0.3. Typical range: 0.15 (slow) \u2192 0.35 (normal) \u2192 0.70 (fast).<br \/>\n&#8211; always-skill \u2014 MythicMobs skill executed periodically by the pet, independent of player triggers.<br \/>\n&#8211; always-interval \u2014 how many ticks between executions of always-skill. Default 40 (2 seconds).<br \/>\n&#8211; always-caster \u2014 who executes always-skill. &#8220;pet&#8221; = effects appear around the pet, &#8220;player&#8221; = effects appear around the player.<br \/>\n&#8211; trigger-skill \u2014 MythicMobs skill executed when one of the defined pet triggers activates.<br \/>\n&#8211; trigger-caster \u2014 same as always-caster, but for trigger-skill.<br \/>\n&#8211; triggers \u2014 list of triggers that activate trigger-skill on the pet. Uses the same names as player triggers (e.g., ON_KILL_MOB, ON_HIT_PLAYER).<br \/>\n&#8211; Database<br \/>\n&#8211;<br \/>\n&#8211; By default, data is stored in YAML files at playerdata\/<uuid>.yml. To use MySQL, set database.enabled: true in the config and fill in the connection fields.<br \/>\n&#8211;<br \/>\n&#8211; database.enabled \u2014 false = YAML files, true = MySQL.<br \/>\n&#8211; database.host \u2014 MySQL server address.<br \/>\n&#8211; database.port \u2014 port. Default 3306.<br \/>\n&#8211; database.name \u2014 database name.<br \/>\n&#8211; database.username \/ database.password \u2014 credentials.<br \/>\n&#8211; database.table-prefix \u2014 table prefix. Default mc_. The mc_player_data table is created automatically.<br \/>\n&#8211; database.pool-size \u2014 number of simultaneous connections in the pool. Default 5.<br \/>\n&#8211; database.connection-timeout \u2014 connection timeout in milliseconds. Default 30000.<br \/>\n&#8211;<br \/>\n&#8211; If the MySQL connection fails at startup, the plugin automatically falls back to YAML files without crashing. The MySQL driver is already included in Paper\/Purpur 1.20+ \u2014 nothing extra is required.<br \/>\n&#8211;<br \/>\n&#8211; General Config<br \/>\n&#8211; settings.debug \u2014 if true, logs every executed skill, every applied pet attribute, and every pathfinding attempt. Should be false in production.<br \/>\n&#8211; settings.prefix \u2014 chat message prefix. Supports &#038; color codes.<br \/>\n&#8211;<br \/>\n&#8211; All messages in the messages: section are customizable and support &#038; color codes and placeholders such as {name}, {player}, {id}, {category}.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Create cosmetics and pets with custom effects using the skills of MythicMobs.<\/p>\n","protected":false},"featured_media":98649,"template":"","meta":{"_minecraft_slug":"mastercosmetics","_minecraft_project_id":"A5MF8moI","_minecraft_author":"mastercraftreal178","_minecraft_license":"MIT","_minecraft_downloads":9,"_minecraft_follows":0,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"mastercosmetics.zip","_minecraft_size_bytes":38500,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-15T23:14:21.634147Z","_minecraft_date_created":"2026-03-21T02:24:45.953794Z","_minecraft_date_modified":"2026-03-20T22:36:17.203000Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/mastercosmetics","_minecraft_icon_attachment_id":98649,"_minecraft_imported_at":"2026-06-05T15:58:29+00:00","_minecraft_import_hash":"53d1c83e6737a341d4fe9f3b96aecf67","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,127,128,129],"mod_loader":[130,132,133,134],"minecraft_version":[59,36,60,93,94,101,102],"class_list":["post-98648","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_loader-bukkit","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4","minecraft_version-1-20-5","minecraft_version-1-20-6"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>MasterCosmetics - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/mastercosmetics\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"MasterCosmetics - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Create cosmetics and pets with custom effects using the skills of MythicMobs.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/mastercosmetics\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mastercosmetics\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mastercosmetics\\\/\",\"name\":\"MasterCosmetics - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mastercosmetics\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mastercosmetics\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/mastercosmetics-icon-550822842cf4524073f66db305f70660f511780f_96.webp\",\"datePublished\":\"2026-06-05T15:58:28+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mastercosmetics\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mastercosmetics\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mastercosmetics\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/mastercosmetics-icon-550822842cf4524073f66db305f70660f511780f_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/mastercosmetics-icon-550822842cf4524073f66db305f70660f511780f_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mastercosmetics\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"MasterCosmetics\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"MasterCosmetics - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/mastercosmetics\/","og_locale":"en_US","og_type":"article","og_title":"MasterCosmetics - Minecraft","og_description":"Create cosmetics and pets with custom effects using the skills of MythicMobs.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/mastercosmetics\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/mastercosmetics\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/mastercosmetics\/","name":"MasterCosmetics - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/mastercosmetics\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/mastercosmetics\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/mastercosmetics-icon-550822842cf4524073f66db305f70660f511780f_96.webp","datePublished":"2026-06-05T15:58:28+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/mastercosmetics\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/mastercosmetics\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/mastercosmetics\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/mastercosmetics-icon-550822842cf4524073f66db305f70660f511780f_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/mastercosmetics-icon-550822842cf4524073f66db305f70660f511780f_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/mastercosmetics\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"MasterCosmetics"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/98648","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/98649"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=98648"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=98648"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=98648"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=98648"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}