Skip to content

Commit a222bd2

Browse files
committed
feat(settings): 支持在 Shortcuts.*-Click-Player 不打开菜单情况下对 {0} 解析目标玩家名
1 parent fa2743f commit a222bd2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
group=me.arasple.mc.trmenu
2-
version=3.9.11
2+
version=3.9.12

plugin/src/main/kotlin/trplugins/menu/module/display/MenuSession.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ class MenuSession(
144144
}
145145
}
146146
val content =
147-
(if (preColor) funced else funced.colored().parseRainbow().parseGradients()).replaceWithOrder(*arguments)
147+
(if (preColor) funced else funced.colored().parseRainbow().parseGradients()).replaceWithOrder(*arguments).replaceWithOrder(*implicitArguments)
148148
val papi = content.replacePlaceholder(placeholderPlayer)
149149

150150
return if (preColor) papi else papi.colored().parseRainbow().parseGradients()

0 commit comments

Comments
 (0)