Skip to content

Commit

Permalink
2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lt-name committed May 3, 2023
1 parent 1618909 commit a67dd72
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.smallaswater.tips</groupId>
<artifactId>Tips</artifactId>
<version>2.1.6-SNAPSHOT</version>
<version>2.1.6<!-- -SNAPSHOT--></version>


<properties>
Expand Down
3 changes: 1 addition & 2 deletions src/main/java/tip/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ public void onEnable() {
}
AddPlayerTask.add(new TipTask(Main.getInstance(),Main.getInstance().getConfig().getInt("自定义刷新刻度.底部",20)));

this.getLogger().info("插件加载完成~");
}

public String getMotd() {
Expand Down Expand Up @@ -157,8 +158,6 @@ public void init(){
showMessages.addAll(getManagerByConfig(getLevelMessage()));
//开始加载Message
playerConfigs = new LinkedList<>();

this.getLogger().info("插件加载完成~");
}

public void loadPlayerConfig(Player player){
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/Tips变量.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
{ms} : 玩家的延迟
{levelName}: 玩家当前地图名称
{deviceOS} : 玩家设备系统
{view} : 玩家视角指南针
{online} : 在线玩家数量
{maxplayer}: 服务器最大人数上限

{年}: 当前时间 年
{月}: 当前时间 月
{日}: 当前时间 日
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Tips
main: tip.Main
version: "2.1.6-SNAPSHOT"
version: "2.1.6"
api: ["1.0.8"]

load: POSTWORLD
Expand Down

0 comments on commit a67dd72

Please sign in to comment.