Skip to content

Commit

Permalink
fix(conf): 修复玩家进服时无法读取配置文件而出现报错的问题。#42
Browse files Browse the repository at this point in the history
  • Loading branch information
CarmJos committed Jan 19, 2023
1 parent 7cf9f3f commit 36cc4bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<groupId>cc.carm.plugin</groupId>
<artifactId>userprefix</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>

<name>UserPrefix</name>
<description>轻便、高效、实时的用户前缀系统。</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public static class FUNCTIONS extends ConfigurationRoot {

@ConfigPath("on-name-prefix")
@HeaderComment({"头顶与TabList前缀功能,该方法用到了玩家名计分板接口,如有冲突请关掉哦~"})
public static final class NAME_PREFIX {
public static final class NAME_PREFIX extends ConfigurationRoot {

@HeaderComment("是否开启本功能")
public static final ConfigValue<Boolean> ENABLE = ConfiguredValue.of(Boolean.class, true);
Expand Down

0 comments on commit 36cc4bf

Please sign in to comment.