- 版权类型
- 原创
- 插件中文名称
- 幸运权限组聊天格式
- 插件英文名称
- LPC
- 原帖地址
- #
- 支持的核心(服务端)
- Spigot
- Paper
- 语言支持
- 多语言
- 前置组件
- LuckPerms https://www.spigotmc.org/resources/luckperms.28140/
- 适配版本(Java)
- 最新版本
- 26.x
- 1.21
- 1.20
- 1.19
- 1.18
- 1.17
- 1.16
- 1.15
- 1.14
- 1.13
- 1.12
- 1.11
- 1.10
- 1.9
- 1.8
LPC Fork
支持多世界的 LPC 插件分支
支持多世界的 LPC 插件分支
这是什么?
这是一个 LPC 插件的分支,在 LPC 插件的基础上增加了对多世界单独聊天格式的支持。(还有 chat-format 功能的开关配置!)如何使用?
1. 前往我的仓库 Release 页面下载最新版。2. 丢进 plugins 文件夹。
3.Enjoy~
如何配置?
我没有大改config.yml,只添加了必要的配置,示例如下:
YAML:
# Per-world chat format. Overrides group-formats and chat-format for the specified world.
# YAML note: world names must be indented with exactly 2 spaces.
world-formats:
world_nether: "&c[nether] {prefix}{name}&r: {message}"
world_the_end: "&5[end] {prefix}{name}&r: {message}"
# When false, players without a world or group format use the vanilla Minecraft chat format.
# Only chat-format is ignored in that case; world-formats and group-formats still apply.
chat-format-enabled: true
注意!你配置的世界名字必须和多世界插件的世界名称对应,否则完全不生效!
插件默认选取最优格式,因此有配置的世界遵循你配置的格式而不是留在 chat-format 地方!
仓库地址?
已开源
可以转载吗?
当然,但是最好告诉我一下,并且转载形式必须是免费而不是当倒卖狗的,你也可以二次开发我的fork,各位大佬们也可以提交pr哦QWQ