NitWikit/docs-java/advance/format-code.md
驿站 4265a24a6b
postyizhan分支合并 (#135)
* 修改顶部java和基岩的label

* 补全目录(preparation)

* 补全目录(start/basic)

* 补全目录(start)

* 补全目录(advance)

* 这个忘记清了

* 补全排版(doc)

* 搞个文件占位置

* 删掉doc-java里的的部署

* 加链接(preparation)

* process start 我自己都改迷糊了

* 加链接(advance)

* 修复损坏的链接

* 修复损坏的链接2

* 修复损坏的链接3
2024-07-15 18:38:05 +08:00

49 lines
1.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: 格式化代码
sidebar_position: 8
---
# 格式化代码
**格式化代码Formatting code**,又称**颜色代码Color code**,能使在游戏中加入含颜色和格式信息。
在 Minecraft 中,可以以分节符号(`§`)产生带色文字。
![](_images/格式化代码/Minecraft_Formatting.gif)
:::note
通常在游戏客户端中,你不能打出 `§` 这个符号。需要使用 `\u00A7` 或者 `\u00a7`
在配置文件中,你可以直接复制粘贴这个符号而不用自己输入。
:::
:::tip
为了方便,多数插件的配置中支持使用 `&` 来代表 `§`
比如下面这个 TrMenu 菜单例子:
```
Icons:
test:
display:
material: stone
lore:
- '&11 &22 &33'
- '&aa &bb &cc'
```
![](_images/格式化代码/游戏内.png)
:::
如果你想要更绚丽的颜色和更丰富的功能(比如点击文本执行命令)。
可以去看 [MiniMessage](MiniMessage.md) 部分。
# 参考
- https://zh.minecraft.wiki/w/%E6%A0%BC%E5%BC%8F%E5%8C%96%E4%BB%A3%E7%A0%81