mirror of
https://github.com/CarmJos/UserPrefix.git
synced 2026-06-04 23:43:29 +08:00
移除一个本不需要的配置
This commit is contained in:
@@ -93,10 +93,9 @@ messages:
|
|||||||
expired:
|
expired:
|
||||||
- "&7您先前使用的前缀 &f%(oldName) &7已到期。"
|
- "&7您先前使用的前缀 &f%(oldName) &7已到期。"
|
||||||
- "&7现在已为您重新调整为 &f%(newName) &7。"
|
- "&7现在已为您重新调整为 &f%(newName) &7。"
|
||||||
help:
|
|
||||||
- "&7输入 &b/prefix &7打开前缀选择菜单。"
|
|
||||||
|
|
||||||
Sounds: #相关的声音,注释掉则不播放声音 格式为 【声音名:音量:音调】 或 【声音名:音量】 或 【声音名】
|
Sounds: #相关的声音,注释掉则不播放声音
|
||||||
|
# 格式为 【声音名:音量:音调】 或 【声音名:音量】 或 【声音名】
|
||||||
openGUI: "BLOCK_NOTE_BLOCK_PLING:1:1"
|
openGUI: "BLOCK_NOTE_BLOCK_PLING:1:1"
|
||||||
guiClick: "UI_BUTTON_CLICK"
|
guiClick: "UI_BUTTON_CLICK"
|
||||||
prefixChange: "ENTITY_VILLAGER_YES"
|
prefixChange: "ENTITY_VILLAGER_YES"
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<groupId>cc.carm.plugin</groupId>
|
<groupId>cc.carm.plugin</groupId>
|
||||||
<artifactId>UserPrefix</artifactId>
|
<artifactId>UserPrefix</artifactId>
|
||||||
<version>1.2.1-SNAPSHOT</version>
|
<version>1.2.2-SNAPSHOT</version>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<maven.compiler.source>8</maven.compiler.source>
|
<maven.compiler.source>8</maven.compiler.source>
|
||||||
|
|||||||
@@ -19,7 +19,6 @@ public class PrefixConfig {
|
|||||||
|
|
||||||
public static ConfigValueList<String> SELECTED = new ConfigValueList<>("messages.selected", String.class);
|
public static ConfigValueList<String> SELECTED = new ConfigValueList<>("messages.selected", String.class);
|
||||||
public static ConfigValueList<String> EXPIRED = new ConfigValueList<>("messages.expired", String.class);
|
public static ConfigValueList<String> EXPIRED = new ConfigValueList<>("messages.expired", String.class);
|
||||||
public static ConfigValueList<String> HELP = new ConfigValueList<>("messages.help", String.class);
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -12,8 +12,6 @@ messages:
|
|||||||
expired:
|
expired:
|
||||||
- "&7您先前使用的前缀 &f%(oldName) &7已到期。"
|
- "&7您先前使用的前缀 &f%(oldName) &7已到期。"
|
||||||
- "&7现在已为您重新调整为 &f%(newName) &7。"
|
- "&7现在已为您重新调整为 &f%(newName) &7。"
|
||||||
help:
|
|
||||||
- "&7输入 &b/prefix &7打开前缀选择菜单。"
|
|
||||||
|
|
||||||
Sounds: #相关的声音,注释掉则不播放声音 格式为 【声音名:音量:音调】 或 【声音名:音量】 或 【声音名】
|
Sounds: #相关的声音,注释掉则不播放声音 格式为 【声音名:音量:音调】 或 【声音名:音量】 或 【声音名】
|
||||||
openGUI: "BLOCK_NOTE_BLOCK_PLING:1:1"
|
openGUI: "BLOCK_NOTE_BLOCK_PLING:1:1"
|
||||||
|
|||||||
Reference in New Issue
Block a user