From be89fc1a1889ada1f0bbacffa7959978966f792a Mon Sep 17 00:00:00 2001 From: MiaoWoo Date: Thu, 24 Oct 2019 09:23:10 +0800 Subject: [PATCH] feat: update default config --- pom.xml | 112 ++++++---------------------------- src/main/resources/config.yml | 3 +- 2 files changed, 22 insertions(+), 93 deletions(-) diff --git a/pom.xml b/pom.xml index 9b0bf81..eebad17 100644 --- a/pom.xml +++ b/pom.xml @@ -1,78 +1,21 @@ 4.0.0 - pw.yumc + MiaoBoard - 2.4.1 + 2.4.2 喵式记分板 - - ${project.artifactId} - - - src/main/resources - true - - - - - org.apache.maven.plugins - maven-shade-plugin - 2.4.3 - - false - true - - - pw.yumc:YumCore - - - - - pw.yumc.YumCore - ${project.groupId}.${project.artifactId} - - - - - - package - - shade - - - - - - com.github.wvengen - proguard-maven-plugin - - - package - - proguard - - - - - - - - ${java.home}/lib/rt.jar - - - - - - - - - Jenkins - http://ci.yumc.pw/job/${project.artifactId}/ - + + + pw.yumc + minecraft-plugin-parent + 1.0 + + - §a正式版本 2.4.1 + §a正式版本 2.4.2 + §619-10-24 §cfix: 调整默认配置的 time.end 为2099年; §618-03-05 §cfix: 修复1.12不兼容的问题; §617-10-15 §cfix: 修复颜色字符分割错误; §617-08-15 §cfix: 修复事件未标记为异步的问题 @@ -83,29 +26,14 @@ §617-03-09 §afeat: 添加记分板更新事件; DEV - UTF-8 - 1.8 - 1.8 - - - yumc-repo - http://repo.yumc.pw/content/groups/public/ - - - - - jtb - YUMC - http://repo.yumc.pw/content/repositories/yumcenter/ - - - - - pw.yumc - YumCore - jar - [1.8.1,) - - + + + + + com.github.wvengen + proguard-maven-plugin + + + \ No newline at end of file diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 4a2bd2a..38dbab9 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -15,7 +15,7 @@ Boards: #显示时间(格式为yyyy-MM-dd HH:mm:ss) time: start: '2016-01-01 00:00:00' - end: '2020-01-01 00:00:00' + end: '2099-01-01 00:00:00' #记分板标题 title: '玩家信息' #记分板权限 @@ -29,6 +29,7 @@ Boards: - '&6血 量: &c%player_health%' - '&6饥 饿: &d%player_food_level%' - '&6模 式: &4%player_gamemode%' + - '&6到 期: &7%time_left_2099-01-01 00:00:00%' #默认记分板 admin: #记分板顺序(将按照从小到大依次检测 比如 1-50 优先检测 1 符合则显示 不符合 检测 2 ...)