NitWikit/docs-java/advance/format-code.md

55 lines
1.2 KiB
Markdown
Raw Normal View History

2024-05-25 02:05:55 +08:00
---
规范化 + 修复 (#81) * 规范化 (1/2) * 链接更新 * docs(contributor): contrib-readme-action has updated readme * Move plugin.yml.md * docs(contributor): contrib-readme-action has updated readme * Rename "扩展阅读" to "杂项" * Fix links * docs(contributor): contrib-readme-action has updated readme * Rename "反作弊" * docs(contributor): contrib-readme-action has updated readme * docs(contributor): contrib-readme-action has updated readme * Move 进阶教程 to 杂项 * docs(contributor): contrib-readme-action has updated readme * docs(contributor): contrib-readme-action has updated readme * Fix * docs(contributor): contrib-readme-action has updated readme * docs(contributor): contrib-readme-action has updated readme * Fix Build * docs(contributor): contrib-readme-action has updated readme * Fix again (我谢谢你啊小杰) * docs(contributor): contrib-readme-action has updated readme * Fix * docs(contributor): contrib-readme-action has updated readme * 你个老6 * 好烦 * 你别一直触发 * 删除多余文件 * Fix #82 & Optimize * 服务器核心移动到正式开服中 * Fix Build * exp * Update * Move Script to plugin * Update * Optimize * preparation * process * start * Fix * 1 * 2 * 3 * 4 * 5 * Fix build * a * a * c * 不搞了 * a * a * c * Fix * ow * 尝试支持Velcel和Pages共同作用 * Update modules * Update * 排序 * 移动 反作弊 * Move * Move deploy * c * Fix * Correct * 排序 * move todo --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-06-10 10:26:44 +08:00
title: 格式化代码
2024-05-25 02:05:55 +08:00
sidebar_position: 8
---
# 格式化代码
**格式化代码Formatting code**,又称**颜色代码Color code**,能使在游戏中加入含颜色和格式信息。
在 Minecraft 中,可以以分节符号(`§`)产生带色文字。
2024-06-23 21:59:20 +08:00
2024-05-25 02:05:55 +08:00
![](_images/格式化代码/Minecraft_Formatting.gif)
你也可以用 [颜色代码生成器](https://mcg.tuanzi.ink/) 来生成它。
2024-05-25 02:05:55 +08:00
:::note
2024-06-08 17:30:27 +08:00
通常在游戏客户端中,你不能打出 `§` 这个符号。需要使用 `\u00A7` 或者 `\u00a7`
2024-05-25 02:05:55 +08:00
在配置文件中,你可以直接复制粘贴这个符号而不用自己输入。
2024-08-11 03:29:15 +08:00
你也可以在按住 `Alt` 键的同时,**小键盘** **按顺序** 输入 `167` 以输出 `§` 符号
2024-05-25 02:05:55 +08:00
:::
:::tip
2024-06-23 21:59:20 +08:00
为了方便,多数插件的配置中支持使用 `&` 来代表 `§`
2024-05-25 02:05:55 +08:00
2024-06-23 21:59:20 +08:00
比如下面这个 TrMenu 菜单例子:
2024-05-25 02:05:55 +08:00
```
Icons:
test:
display:
material: stone
lore:
- '&11 &22 &33'
- '&aa &bb &cc'
```
![](_images/格式化代码/游戏内.png)
:::
2024-06-23 21:59:20 +08:00
如果你想要更绚丽的颜色和更丰富的功能(比如点击文本执行命令)。
2024-05-25 02:05:55 +08:00
2024-06-23 21:59:20 +08:00
可以去看 [MiniMessage](MiniMessage.md) 部分。
2024-05-25 02:05:55 +08:00
# 参考
- https://zh.minecraft.wiki/w/%E6%A0%BC%E5%BC%8F%E5%8C%96%E4%BB%A3%E7%A0%81