File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/kotlin/xyz/xasmc/hashbook Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ object HashBookCommand {
119
119
sender.sendMiniMessage(" $msgTitle <aqua>storage_mode</aqua>: <green>${HashBook .config.storageMode} " )
120
120
sender.sendMiniMessage(" $msgTitle <aqua>item_data_mode</aqua>: <green>${HashBook .config.itemDataMode} " )
121
121
sender.sendMiniMessage(" $msgTitle <aqua>set_lore</aqua>: <green>${HashBook .config.setLore} " )
122
- sender.sendMiniMessage(" $msgTitle <aqua>lore_content</aqua>: <green>${HashBook .config.loreContent} " )
122
+ sender.sendMiniMessage(" $msgTitle <aqua>lore_content</aqua>: <i>< green>${HashBook .config.loreContent} </i> " )
123
123
})
124
124
125
125
return command
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ object MessageUtil {
25
25
26
26
fun shortHashMessage (hash : String ): String {
27
27
val shortHash = hash.substring(0 .. 6 )
28
- return copyMsg(shortHash, hash, " <green>$hash </green>" )
28
+ return copyMsg(" $ shortHash <i><gold>[点击复制]</gold></i> " , hash, " <green>$hash </green>" )
29
29
}
30
30
31
31
infix fun Player.sendMiniMessage (message : String ) =
You can’t perform that action at this time.
0 commit comments