AlwaysAnimate: Add nameplates support (#3641)
This commit is contained in:
parent
8ebfd9a190
commit
f0f75aa918
1 changed files with 8 additions and 0 deletions
|
|
@ -54,6 +54,14 @@ export default definePlugin({
|
||||||
match: /(\.headerContent.+?guildBanner:\i,animate:)\i/,
|
match: /(\.headerContent.+?guildBanner:\i,animate:)\i/,
|
||||||
replace: "$1!0"
|
replace: "$1!0"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
// Nameplates
|
||||||
|
find: ".MINI_PREVIEW,[",
|
||||||
|
replacement: {
|
||||||
|
match: /animate:\i,loop:/,
|
||||||
|
replace: "animate:true,loop:true,_loop:"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue