1
mirror of https://github.com/CarmJos/UserPrefix.git synced 2026-06-04 15:28:21 +08:00

1.2.1-SNAPSHOT 修复一些小问题

1. 添加了更多的注释
2. 修复了玩家GUI缓存未清空的问题。
3. 添加了@Nullable与@NotNull的标识,便于后续代码更新维护。
This commit is contained in:
carm
2021-09-08 18:36:16 +08:00
parent 6c175816ce
commit 7af506362b
7 changed files with 102 additions and 177 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
<groupId>cc.carm.plugin</groupId>
<artifactId>UserPrefix</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.1-SNAPSHOT</version>
<properties>
<maven.compiler.source>8</maven.compiler.source>