mirror of
https://github.com/carm-outsource/TimeReward.git
synced 2026-06-04 15:28:16 +08:00
Compare commits
66 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| aa9757e8fd | |||
| 47370b985f | |||
| b9be573f48 | |||
| 3adb4b6abe | |||
| a482d9032e | |||
| 04dde6bf94 | |||
| bed658fa3c | |||
| 8273a66877 | |||
| 3a3eb0ccf3 | |||
| 52194688bc | |||
| 416649f582 | |||
| b5680ecfcb | |||
| f1c2f0ed02 | |||
| 3ef4a621a9 | |||
| 1b47bf5174 | |||
| ae4d7446b5 | |||
| a474fb9823 | |||
| 5b59e36ea9 | |||
| 63d72a8084 | |||
| f2e1fb88b3 | |||
| 22568cfa0b | |||
| ae9fe2e645 | |||
| 8a8c23bd7e | |||
| cc451cd1f4 | |||
| 2f5d8c93bd | |||
| 3e665f1494 | |||
| f090d4e24b | |||
| b7acae634c | |||
| 451d6b9fa2 | |||
| e155659455 | |||
| ca0e4bbd6b | |||
| f6fcda1f94 | |||
| bd192b9843 | |||
| fbc8921bda | |||
| e959aba5c3 | |||
| c1956d8a7b | |||
| 3cf759f60b | |||
| f7388ae64e | |||
| c5f51a4838 | |||
| 681982e728 | |||
| bd9d390662 | |||
| 07315f6fa1 | |||
| d14e0acafa | |||
| eff8149cd3 | |||
| d7e344fae2 | |||
| 4badff21cd | |||
| 9eed011959 | |||
| 056eee8a8e | |||
| 59efe5e531 | |||
| b494d64d56 | |||
| 5d030e8a43 | |||
| aea380c0e3 | |||
| 703df5a2ad | |||
| 44b60d3376 | |||
| a2b16f0d2c | |||
| f7f7d66fd7 | |||
| 01d43a7ea9 | |||
| ef145803fa | |||
| f8aafa0a1b | |||
| 52f8f7bd3a | |||
| 1078c7e03d | |||
| 9a85f84119 | |||
| dd80c5c9f7 | |||
| e1f4172a7f | |||
| 85b7fba34b | |||
| a1baed824d |
@@ -14,9 +14,9 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v6
|
||||||
- name: "Set up JDK"
|
- name: "Set up JDK"
|
||||||
uses: actions/setup-java@v2
|
uses: actions/setup-java@v5
|
||||||
with:
|
with:
|
||||||
java-version: '8'
|
java-version: '8'
|
||||||
distribution: 'adopt'
|
distribution: 'adopt'
|
||||||
@@ -35,10 +35,10 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
mkdir artifacts
|
mkdir artifacts
|
||||||
cp -vrf target/ artifacts/target/
|
cp -vrf target/ artifacts/target/
|
||||||
cp -vrf asset/*.jar artifacts
|
cp -vrf .asset/*.jar artifacts
|
||||||
|
|
||||||
- name: "Upload artifact"
|
- name: "Upload artifact"
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: Artifact
|
name: Artifact
|
||||||
path: artifacts
|
path: artifacts
|
||||||
@@ -12,10 +12,10 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: "Checkout"
|
- name: "Checkout"
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: "Set up JDK"
|
- name: "Set up JDK"
|
||||||
uses: actions/setup-java@v2
|
uses: actions/setup-java@v5
|
||||||
with:
|
with:
|
||||||
java-version: '8'
|
java-version: '8'
|
||||||
distribution: 'adopt'
|
distribution: 'adopt'
|
||||||
@@ -37,5 +37,5 @@ jobs:
|
|||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
upload_url: ${{ github.event.release.upload_url }}
|
upload_url: ${{ github.event.release.upload_url }}
|
||||||
asset_path: asset/*.jar
|
asset_path: ".asset/*.jar"
|
||||||
asset_content_type: application/java-archive
|
asset_content_type: application/java-archive
|
||||||
@@ -44,7 +44,7 @@
|
|||||||
|
|
||||||
```text
|
```text
|
||||||
# claim [奖励ID]
|
# claim [奖励ID]
|
||||||
@ 玩家指令
|
@ 玩家指令 (TimeReward.claim)
|
||||||
- 为自己手动领取对应奖励。
|
- 为自己手动领取对应奖励。
|
||||||
- 若不填写奖励ID,则自动领取全部可领取的奖励。
|
- 若不填写奖励ID,则自动领取全部可领取的奖励。
|
||||||
|
|
||||||
@@ -72,14 +72,21 @@
|
|||||||
变量如下:
|
变量如下:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
# %TimeReward_time%
|
# %TimeReward_<单位>_<时间类型>%
|
||||||
- 得到玩家总共的在线时长(秒)。
|
- 得到玩家的在线时长。
|
||||||
|
- 单位可选 seconds, minutes, hours, days.
|
||||||
|
- 时间类型可选 TOTAL, DAILY, WEEKLY, MONTHLY 。
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# %TimeReward_reward_<奖励ID>%
|
# %TimeReward_reward_<奖励ID>%
|
||||||
- 得到某个奖励配置的名称。
|
- 得到某个奖励配置的名称。
|
||||||
|
|
||||||
# %TimeReward_claimed_<奖励ID>%
|
# %TimeReward_claimed_<奖励ID>%
|
||||||
- 得到玩家是否已经领取了某个奖励。
|
- 得到玩家是否已经领取过某个奖励。
|
||||||
|
? 若奖励为循环奖励(即每在线X小时即可领取一次),
|
||||||
|
? 但玩家曾经领取过,该变量仍为 true 。
|
||||||
|
? 因此,需使用 %TimeReward_claimable_<奖励ID>% 判断是否可领取。
|
||||||
|
|
||||||
# %TimeReward_claimable_<奖励ID>%
|
# %TimeReward_claimable_<奖励ID>%
|
||||||
- 得到玩家是否可以领取某个奖励
|
- 得到玩家是否可以领取某个奖励
|
||||||
@@ -103,6 +110,8 @@
|
|||||||
|
|
||||||
若您觉得本插件做的不错,您可以捐赠支持我,感谢您成为开源项目的支持者!
|
若您觉得本插件做的不错,您可以捐赠支持我,感谢您成为开源项目的支持者!
|
||||||
|
|
||||||
|
万分感谢 [egg_拿]() 与 [ayoiz](https://github.com/ayoi2) 赞助本项目的开发与维护!
|
||||||
|
|
||||||
Many thanks to Jetbrains for kindly providing a license for me to work on this and other open-source projects.
|
Many thanks to Jetbrains for kindly providing a license for me to work on this and other open-source projects.
|
||||||
[](https://www.jetbrains.com/?from=https://github.com/CarmJos/UserPrefix)
|
[](https://www.jetbrains.com/?from=https://github.com/CarmJos/UserPrefix)
|
||||||
|
|
||||||
|
|||||||
@@ -11,14 +11,14 @@
|
|||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
<maven.compiler.encoding>UTF-8</maven.compiler.encoding>
|
<maven.compiler.encoding>UTF-8</maven.compiler.encoding>
|
||||||
|
|
||||||
<deps.easyplugin.version>1.5.5</deps.easyplugin.version>
|
<deps.easyplugin.version>1.5.14</deps.easyplugin.version>
|
||||||
<deps.easysql.version>0.4.7</deps.easysql.version>
|
<deps.easysql.version>0.4.7</deps.easysql.version>
|
||||||
<deps.mineconfig.version>2.5.1</deps.mineconfig.version>
|
<deps.mineconfig.version>3.1.3</deps.mineconfig.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<groupId>cc.carm.plugin</groupId>
|
<groupId>cc.carm.plugin</groupId>
|
||||||
<artifactId>timereward</artifactId>
|
<artifactId>timereward</artifactId>
|
||||||
<version>2.2.0</version>
|
<version>3.1.6</version>
|
||||||
|
|
||||||
<name>TimeReward</name>
|
<name>TimeReward</name>
|
||||||
<description>在线时长自动领奖插件,通过指令发放奖励,基于EasyPlugin实现。</description>
|
<description>在线时长自动领奖插件,通过指令发放奖励,基于EasyPlugin实现。</description>
|
||||||
@@ -93,6 +93,14 @@
|
|||||||
<optional>true</optional>
|
<optional>true</optional>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>cc.carm.lib</groupId>
|
||||||
|
<artifactId>easyplugin-user</artifactId>
|
||||||
|
<version>${deps.easyplugin.version}</version>
|
||||||
|
<scope>compile</scope>
|
||||||
|
<optional>true</optional>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>cc.carm.lib</groupId>
|
<groupId>cc.carm.lib</groupId>
|
||||||
<artifactId>easyplugin-command</artifactId>
|
<artifactId>easyplugin-command</artifactId>
|
||||||
@@ -137,7 +145,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.bstats</groupId>
|
<groupId>org.bstats</groupId>
|
||||||
<artifactId>bstats-bukkit</artifactId>
|
<artifactId>bstats-bukkit</artifactId>
|
||||||
<version>3.0.0</version>
|
<version>3.2.1</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
<optional>true</optional>
|
<optional>true</optional>
|
||||||
</dependency>
|
</dependency>
|
||||||
@@ -145,14 +153,14 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.spigotmc</groupId>
|
<groupId>org.spigotmc</groupId>
|
||||||
<artifactId>spigot-api</artifactId>
|
<artifactId>spigot-api</artifactId>
|
||||||
<version>1.12.2-R0.1-SNAPSHOT</version>
|
<version>1.19-R0.1-20220725.090125-47</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>me.clip</groupId>
|
<groupId>me.clip</groupId>
|
||||||
<artifactId>placeholderapi</artifactId>
|
<artifactId>placeholderapi</artifactId>
|
||||||
<version>2.11.2</version>
|
<version>2.12.2</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
@@ -166,7 +174,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.jetbrains</groupId>
|
<groupId>org.jetbrains</groupId>
|
||||||
<artifactId>annotations</artifactId>
|
<artifactId>annotations</artifactId>
|
||||||
<version>24.0.0</version>
|
<version>26.1.0</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
@@ -179,11 +187,11 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-clean-plugin</artifactId>
|
<artifactId>maven-clean-plugin</artifactId>
|
||||||
<version>2.5</version>
|
<version>3.5.0</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<filesets>
|
<filesets>
|
||||||
<fileset>
|
<fileset>
|
||||||
<directory>${project.basedir}/asset/</directory>
|
<directory>${project.basedir}/.asset/</directory>
|
||||||
<useDefaultExcludes>true</useDefaultExcludes>
|
<useDefaultExcludes>true</useDefaultExcludes>
|
||||||
<includes>
|
<includes>
|
||||||
<include>**/*</include>
|
<include>**/*</include>
|
||||||
@@ -203,7 +211,7 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-compiler-plugin</artifactId>
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
<version>3.10.0</version>
|
<version>3.15.0</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<source>${project.jdk.version}</source>
|
<source>${project.jdk.version}</source>
|
||||||
<target>${project.jdk.version}</target>
|
<target>${project.jdk.version}</target>
|
||||||
@@ -215,13 +223,13 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-jar-plugin</artifactId>
|
<artifactId>maven-jar-plugin</artifactId>
|
||||||
<version>3.2.0</version>
|
<version>3.5.0</version>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-source-plugin</artifactId>
|
<artifactId>maven-source-plugin</artifactId>
|
||||||
<version>3.2.0</version>
|
<version>3.4.0</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<phase>package</phase>
|
<phase>package</phase>
|
||||||
@@ -235,7 +243,7 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-shade-plugin</artifactId>
|
<artifactId>maven-shade-plugin</artifactId>
|
||||||
<version>3.2.4</version>
|
<version>3.6.2</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<phase>package</phase>
|
<phase>package</phase>
|
||||||
@@ -246,7 +254,7 @@
|
|||||||
</executions>
|
</executions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<finalName>${project.name}-${project.version}</finalName>
|
<finalName>${project.name}-${project.version}</finalName>
|
||||||
<outputDirectory>${project.basedir}/asset/</outputDirectory>
|
<outputDirectory>${project.basedir}/.asset/</outputDirectory>
|
||||||
<createDependencyReducedPom>false</createDependencyReducedPom>
|
<createDependencyReducedPom>false</createDependencyReducedPom>
|
||||||
<filters>
|
<filters>
|
||||||
<filter>
|
<filter>
|
||||||
@@ -281,7 +289,7 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-surefire-plugin</artifactId>
|
<artifactId>maven-surefire-plugin</artifactId>
|
||||||
<version>2.22.1</version>
|
<version>3.5.6</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<useSystemClassLoader>false</useSystemClassLoader>
|
<useSystemClassLoader>false</useSystemClassLoader>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|||||||
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"extends": [
|
||||||
|
"config:recommended"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -1,31 +1,40 @@
|
|||||||
package cc.carm.plugin.timereward;
|
package cc.carm.plugin.timereward;
|
||||||
|
|
||||||
import cc.carm.lib.configuration.core.source.ConfigurationProvider;
|
import cc.carm.lib.configuration.source.ConfigurationHolder;
|
||||||
import cc.carm.lib.easyplugin.EasyPlugin;
|
import cc.carm.lib.easyplugin.EasyPlugin;
|
||||||
import cc.carm.lib.easyplugin.updatechecker.GHUpdateChecker;
|
import cc.carm.lib.easyplugin.updatechecker.GHUpdateChecker;
|
||||||
import cc.carm.lib.easyplugin.utils.MessageUtils;
|
import cc.carm.lib.easyplugin.utils.MessageUtils;
|
||||||
import cc.carm.lib.mineconfiguration.bukkit.MineConfiguration;
|
import cc.carm.lib.mineconfiguration.bukkit.source.BukkitConfigFactory;
|
||||||
import cc.carm.plugin.timereward.command.MainCommand;
|
import cc.carm.plugin.timereward.command.MainCommand;
|
||||||
import cc.carm.plugin.timereward.conf.PluginConfig;
|
import cc.carm.plugin.timereward.conf.PluginConfig;
|
||||||
import cc.carm.plugin.timereward.conf.PluginMessages;
|
import cc.carm.plugin.timereward.conf.PluginMessages;
|
||||||
|
import cc.carm.plugin.timereward.conf.RewardsConfig;
|
||||||
import cc.carm.plugin.timereward.hooker.PAPIExpansion;
|
import cc.carm.plugin.timereward.hooker.PAPIExpansion;
|
||||||
import cc.carm.plugin.timereward.listener.UserListener;
|
import cc.carm.plugin.timereward.listener.UserListener;
|
||||||
import cc.carm.plugin.timereward.manager.RewardManager;
|
import cc.carm.plugin.timereward.manager.RewardManager;
|
||||||
import cc.carm.plugin.timereward.manager.UserManager;
|
import cc.carm.plugin.timereward.manager.UserManager;
|
||||||
import cc.carm.plugin.timereward.storage.database.MySQLStorage;
|
import cc.carm.plugin.timereward.storage.database.MySQLStorage;
|
||||||
|
import cc.carm.plugin.timereward.util.DateTimeUtils;
|
||||||
import org.bstats.bukkit.Metrics;
|
import org.bstats.bukkit.Metrics;
|
||||||
import org.bukkit.Bukkit;
|
import org.bukkit.Bukkit;
|
||||||
|
import org.bukkit.entity.Entity;
|
||||||
|
import org.bukkit.scheduler.BukkitRunnable;
|
||||||
|
|
||||||
|
import java.io.File;
|
||||||
|
|
||||||
public class Main extends EasyPlugin {
|
public class Main extends EasyPlugin {
|
||||||
private static Main instance;
|
private static Main instance;
|
||||||
|
|
||||||
protected ConfigurationProvider<?> configProvider;
|
protected ConfigurationHolder<?> configProvider;
|
||||||
protected ConfigurationProvider<?> messageProvider;
|
protected ConfigurationHolder<?> messageProvider;
|
||||||
|
protected ConfigurationHolder<?> rewardProvider;
|
||||||
|
|
||||||
protected MySQLStorage storage;
|
protected MySQLStorage storage;
|
||||||
protected UserManager userManager;
|
protected UserManager userManager;
|
||||||
protected RewardManager rewardManager;
|
protected RewardManager rewardManager;
|
||||||
|
|
||||||
|
protected BukkitRunnable autoSaveTask;
|
||||||
|
|
||||||
public Main() {
|
public Main() {
|
||||||
instance = this;
|
instance = this;
|
||||||
}
|
}
|
||||||
@@ -33,11 +42,16 @@ public class Main extends EasyPlugin {
|
|||||||
@Override
|
@Override
|
||||||
protected void load() {
|
protected void load() {
|
||||||
log("加载插件配置文件...");
|
log("加载插件配置文件...");
|
||||||
this.configProvider = MineConfiguration.from(this, "config.yml");
|
this.configProvider = BukkitConfigFactory.from(new File(getDataFolder(), "config.yml")).build();
|
||||||
this.configProvider.initialize(PluginConfig.class);
|
this.configProvider.initialize(PluginConfig.class);
|
||||||
|
|
||||||
this.messageProvider = MineConfiguration.from(this, "messages.yml");
|
this.messageProvider = BukkitConfigFactory.from(new File(getDataFolder(), "messages.yml")).build();
|
||||||
this.messageProvider.initialize(PluginMessages.class);
|
this.messageProvider.initialize(PluginMessages.class);
|
||||||
|
|
||||||
|
this.rewardProvider = BukkitConfigFactory.from(new File(getDataFolder(), "rewards.yml")).build();
|
||||||
|
this.rewardProvider.initialize(RewardsConfig.class);
|
||||||
|
|
||||||
|
DateTimeUtils.WEEK_START_DAY = PluginConfig.WEEK_FIRST_DAY::resolve;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
@@ -53,10 +67,10 @@ public class Main extends EasyPlugin {
|
|||||||
}
|
}
|
||||||
|
|
||||||
log("加载用户管理器...");
|
log("加载用户管理器...");
|
||||||
this.userManager = new UserManager();
|
this.userManager = new UserManager(this);
|
||||||
if (Bukkit.getOnlinePlayers().size() > 0) {
|
if (!Bukkit.getOnlinePlayers().isEmpty()) {
|
||||||
log("加载现有用户数据...");
|
log("加载现有用户数据...");
|
||||||
this.userManager.loadAll();
|
this.userManager.loadOnline(Entity::getUniqueId);
|
||||||
}
|
}
|
||||||
|
|
||||||
log("加载奖励管理器...");
|
log("加载奖励管理器...");
|
||||||
@@ -88,11 +102,32 @@ public class Main extends EasyPlugin {
|
|||||||
info("已禁用检查更新,跳过。");
|
info("已禁用检查更新,跳过。");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (PluginConfig.AUTO_SAVE.resolve() > 0) {
|
||||||
|
long period = PluginConfig.AUTO_SAVE.resolve() * 20L;
|
||||||
|
this.autoSaveTask = new BukkitRunnable() {
|
||||||
|
int i = 0;
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void run() {
|
||||||
|
i = i == Integer.MAX_VALUE ? 0 : i + 1;
|
||||||
|
debugging("第" + i + "次自动保存用户在线数据...");
|
||||||
|
userManager.saveAll();
|
||||||
|
}
|
||||||
|
};
|
||||||
|
this.autoSaveTask.runTaskTimerAsynchronously(this, period, period);
|
||||||
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void shutdown() {
|
protected void shutdown() {
|
||||||
|
|
||||||
|
if (this.autoSaveTask != null && !this.autoSaveTask.isCancelled()) {
|
||||||
|
this.autoSaveTask.cancel();
|
||||||
|
this.autoSaveTask = null;
|
||||||
|
}
|
||||||
|
|
||||||
info("终止奖励发放进程...");
|
info("终止奖励发放进程...");
|
||||||
this.rewardManager.shutdown();
|
this.rewardManager.shutdown();
|
||||||
|
|
||||||
@@ -131,12 +166,15 @@ public class Main extends EasyPlugin {
|
|||||||
return getInstance().storage;
|
return getInstance().storage;
|
||||||
}
|
}
|
||||||
|
|
||||||
public ConfigurationProvider<?> getConfigProvider() {
|
public ConfigurationHolder<?> getConfigProvider() {
|
||||||
return configProvider;
|
return configProvider;
|
||||||
}
|
}
|
||||||
|
|
||||||
public ConfigurationProvider<?> getMessageProvider() {
|
public ConfigurationHolder<?> getMessageProvider() {
|
||||||
return messageProvider;
|
return messageProvider;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public ConfigurationHolder<?> getRewardProvider() {
|
||||||
|
return rewardProvider;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@@ -11,6 +11,9 @@ import java.util.List;
|
|||||||
|
|
||||||
public class TimeRewardAPI {
|
public class TimeRewardAPI {
|
||||||
|
|
||||||
|
private TimeRewardAPI() {
|
||||||
|
}
|
||||||
|
|
||||||
public static UserManager getUserManager() {
|
public static UserManager getUserManager() {
|
||||||
return Main.getInstance().userManager;
|
return Main.getInstance().userManager;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -22,16 +22,16 @@ public class MainCommand extends CommandHandler {
|
|||||||
@Override
|
@Override
|
||||||
public Void noArgs(CommandSender sender) {
|
public Void noArgs(CommandSender sender) {
|
||||||
if (sender.hasPermission("TimeReward.admin")) {
|
if (sender.hasPermission("TimeReward.admin")) {
|
||||||
PluginMessages.USAGE.ADMIN.send(sender);
|
PluginMessages.USAGE.ADMIN.sendTo(sender);
|
||||||
} else {
|
} else {
|
||||||
PluginMessages.USAGE.USER.send(sender);
|
PluginMessages.USAGE.USER.sendTo(sender);
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public Void noPermission(CommandSender sender) {
|
public Void noPermission(CommandSender sender) {
|
||||||
PluginMessages.NO_PERMISSION.send(sender);
|
PluginMessages.NO_PERMISSION.sendTo(sender);
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,12 +1,11 @@
|
|||||||
package cc.carm.plugin.timereward.command.sub;
|
package cc.carm.plugin.timereward.command.sub;
|
||||||
|
|
||||||
import cc.carm.lib.easyplugin.command.SubCommand;
|
import cc.carm.lib.easyplugin.command.SubCommand;
|
||||||
import cc.carm.plugin.timereward.Main;
|
|
||||||
import cc.carm.plugin.timereward.TimeRewardAPI;
|
import cc.carm.plugin.timereward.TimeRewardAPI;
|
||||||
import cc.carm.plugin.timereward.command.MainCommand;
|
import cc.carm.plugin.timereward.command.MainCommand;
|
||||||
import cc.carm.plugin.timereward.conf.PluginMessages;
|
import cc.carm.plugin.timereward.conf.PluginMessages;
|
||||||
|
import cc.carm.plugin.timereward.data.RewardContents;
|
||||||
import cc.carm.plugin.timereward.manager.RewardManager;
|
import cc.carm.plugin.timereward.manager.RewardManager;
|
||||||
import cc.carm.plugin.timereward.storage.RewardContents;
|
|
||||||
import org.bukkit.command.CommandSender;
|
import org.bukkit.command.CommandSender;
|
||||||
import org.bukkit.entity.Player;
|
import org.bukkit.entity.Player;
|
||||||
import org.bukkit.plugin.java.JavaPlugin;
|
import org.bukkit.plugin.java.JavaPlugin;
|
||||||
@@ -24,41 +23,51 @@ public class ClaimCommand extends SubCommand<MainCommand> {
|
|||||||
@Override
|
@Override
|
||||||
public Void execute(JavaPlugin plugin, CommandSender sender, String[] args) {
|
public Void execute(JavaPlugin plugin, CommandSender sender, String[] args) {
|
||||||
if (!(sender instanceof Player)) {
|
if (!(sender instanceof Player)) {
|
||||||
PluginMessages.NOT_PLAYER.send(sender);
|
PluginMessages.NOT_PLAYER.sendTo(sender);
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
Player player = (Player) sender;
|
Player player = (Player) sender;
|
||||||
RewardManager manager = TimeRewardAPI.getRewardManager();
|
RewardManager manager = TimeRewardAPI.getRewardManager();
|
||||||
|
|
||||||
|
if(manager.isClaiming(player.getUniqueId())){
|
||||||
|
PluginMessages.ALREADY_CLAIMING.sendTo(sender);
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
@Nullable String rewardID = args.length > 0 ? args[0] : null;
|
@Nullable String rewardID = args.length > 0 ? args[0] : null;
|
||||||
if (rewardID == null) {
|
if (rewardID == null) {
|
||||||
|
|
||||||
List<RewardContents> unclaimedRewards = manager.getUnclaimedRewards(player);
|
List<RewardContents> unclaimedRewards = manager.getUnclaimedRewards(player);
|
||||||
if (unclaimedRewards.isEmpty()) {
|
if (unclaimedRewards.isEmpty()) {
|
||||||
PluginMessages.NO_UNCLAIMED_REWARD.send(sender);
|
PluginMessages.NO_UNCLAIMED_REWARD.sendTo(sender);
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
Main.getInstance().getScheduler().run(() -> unclaimedRewards.forEach(
|
// 为玩家发放奖励
|
||||||
// 在同步进程中为玩家发放奖励
|
manager.claimRewards(player, unclaimedRewards, false);
|
||||||
unclaimedReward -> manager.claimReward(player, unclaimedReward, false)
|
|
||||||
));
|
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
RewardContents reward = manager.getReward(rewardID);
|
RewardContents reward = manager.getReward(rewardID);
|
||||||
if (reward == null) {
|
if (reward == null) {
|
||||||
PluginMessages.NOT_EXISTS.send(sender, rewardID);
|
PluginMessages.NOT_EXISTS.sendTo(sender, rewardID);
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!manager.isClaimable(player, reward)) {
|
if (!manager.isClaimable(player, reward)) {
|
||||||
PluginMessages.NOT_CLAIMABLE.send(sender, reward.getDisplayName());
|
PluginMessages.NOT_CLAIMABLE.sendTo(sender, reward.getDisplayName());
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
Main.getInstance().getScheduler().run(() -> manager.claimReward(player, reward, false));
|
|
||||||
|
// 为玩家发放奖励
|
||||||
|
manager.claimReward(player, reward, false);
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public boolean hasPermission(@NotNull CommandSender sender) {
|
||||||
|
return sender.hasPermission("TimeReward.claim");
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ import cc.carm.lib.easyplugin.command.SubCommand;
|
|||||||
import cc.carm.plugin.timereward.TimeRewardAPI;
|
import cc.carm.plugin.timereward.TimeRewardAPI;
|
||||||
import cc.carm.plugin.timereward.command.MainCommand;
|
import cc.carm.plugin.timereward.command.MainCommand;
|
||||||
import cc.carm.plugin.timereward.conf.PluginMessages;
|
import cc.carm.plugin.timereward.conf.PluginMessages;
|
||||||
import cc.carm.plugin.timereward.storage.RewardContents;
|
import cc.carm.plugin.timereward.data.RewardContents;
|
||||||
import org.bukkit.command.CommandSender;
|
import org.bukkit.command.CommandSender;
|
||||||
import org.bukkit.plugin.java.JavaPlugin;
|
import org.bukkit.plugin.java.JavaPlugin;
|
||||||
import org.jetbrains.annotations.NotNull;
|
import org.jetbrains.annotations.NotNull;
|
||||||
@@ -20,18 +20,19 @@ public class ListCommand extends SubCommand<MainCommand> {
|
|||||||
@Override
|
@Override
|
||||||
public Void execute(JavaPlugin plugin, CommandSender sender, String[] args) {
|
public Void execute(JavaPlugin plugin, CommandSender sender, String[] args) {
|
||||||
Collection<RewardContents> awards = TimeRewardAPI.getRewardManager().listRewards().values();
|
Collection<RewardContents> awards = TimeRewardAPI.getRewardManager().listRewards().values();
|
||||||
PluginMessages.LIST.HEADER.send(sender, awards.size());
|
PluginMessages.LIST.HEADER.sendTo(sender, awards.size());
|
||||||
|
|
||||||
for (RewardContents reward : awards) {
|
for (RewardContents reward : awards) {
|
||||||
if (reward.getPermission() != null) {
|
if (reward.getPermission() != null) {
|
||||||
PluginMessages.LIST.OBJECT_PERM.send(sender,
|
PluginMessages.LIST.OBJECT_PERM.prepare(
|
||||||
reward.getRewardID(), reward.getDisplayName(),
|
reward.getRewardID(), reward.getDisplayName(), reward.getType().name(),
|
||||||
reward.getTime(), reward.getPermission()
|
reward.getTime(), reward.getPermission()
|
||||||
);
|
).to(sender);
|
||||||
} else {
|
} else {
|
||||||
PluginMessages.LIST.OBJECT.send(sender,
|
PluginMessages.LIST.OBJECT.prepare(
|
||||||
reward.getRewardID(), reward.getDisplayName(), reward.getTime()
|
reward.getRewardID(), reward.getDisplayName(),
|
||||||
);
|
reward.getType().name(), reward.getTime()
|
||||||
|
).to(sender);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
|
|||||||
@@ -19,15 +19,19 @@ public class ReloadCommand extends SubCommand<MainCommand> {
|
|||||||
public Void execute(JavaPlugin plugin, CommandSender sender, String[] args) throws Exception {
|
public Void execute(JavaPlugin plugin, CommandSender sender, String[] args) throws Exception {
|
||||||
|
|
||||||
long s1 = System.currentTimeMillis();
|
long s1 = System.currentTimeMillis();
|
||||||
PluginMessages.RELOAD.START.send(sender);
|
PluginMessages.RELOAD.START.sendTo(sender);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
Main.getInstance().getConfigProvider().reload();
|
Main.getInstance().getConfigProvider().reload();
|
||||||
Main.getInstance().getMessageProvider().reload();
|
Main.getInstance().getMessageProvider().reload();
|
||||||
|
Main.getInstance().getRewardProvider().reload();
|
||||||
|
|
||||||
PluginMessages.RELOAD.COMPLETE.send(sender, System.currentTimeMillis() - s1, TimeRewardAPI.getRewardManager().listRewards().size());
|
PluginMessages.RELOAD.COMPLETE.prepare(
|
||||||
|
System.currentTimeMillis() - s1,
|
||||||
|
TimeRewardAPI.getRewardManager().listRewards().size()
|
||||||
|
).to(sender);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
PluginMessages.RELOAD.ERROR.send(sender);
|
PluginMessages.RELOAD.ERROR.sendTo(sender);
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ import cc.carm.lib.easyplugin.command.SubCommand;
|
|||||||
import cc.carm.plugin.timereward.TimeRewardAPI;
|
import cc.carm.plugin.timereward.TimeRewardAPI;
|
||||||
import cc.carm.plugin.timereward.command.MainCommand;
|
import cc.carm.plugin.timereward.command.MainCommand;
|
||||||
import cc.carm.plugin.timereward.conf.PluginMessages;
|
import cc.carm.plugin.timereward.conf.PluginMessages;
|
||||||
import cc.carm.plugin.timereward.storage.RewardContents;
|
import cc.carm.plugin.timereward.data.RewardContents;
|
||||||
import org.bukkit.command.CommandSender;
|
import org.bukkit.command.CommandSender;
|
||||||
import org.bukkit.entity.Player;
|
import org.bukkit.entity.Player;
|
||||||
import org.bukkit.plugin.java.JavaPlugin;
|
import org.bukkit.plugin.java.JavaPlugin;
|
||||||
@@ -23,17 +23,17 @@ public class TestCommand extends SubCommand<MainCommand> {
|
|||||||
public Void execute(JavaPlugin plugin, CommandSender sender, String[] args) throws Exception {
|
public Void execute(JavaPlugin plugin, CommandSender sender, String[] args) throws Exception {
|
||||||
if (args.length < 1) return getParent().noArgs(sender);
|
if (args.length < 1) return getParent().noArgs(sender);
|
||||||
if (!(sender instanceof Player)) {
|
if (!(sender instanceof Player)) {
|
||||||
PluginMessages.NOT_PLAYER.send(sender);
|
PluginMessages.NOT_PLAYER.sendTo(sender);
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
RewardContents contents = TimeRewardAPI.getRewardManager().getReward(args[0]);
|
RewardContents contents = TimeRewardAPI.getRewardManager().getReward(args[0]);
|
||||||
if (contents == null) {
|
if (contents == null) {
|
||||||
PluginMessages.NOT_EXISTS.send(sender, args[0]);
|
PluginMessages.NOT_EXISTS.sendTo(sender, args[0]);
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
PluginMessages.COMMAND_LIST.send(sender, contents.getRewardID());
|
PluginMessages.COMMAND_LIST.sendTo(sender, contents.getRewardID());
|
||||||
|
|
||||||
TimeRewardAPI.getRewardManager().executeCommand((Player) sender, contents);
|
TimeRewardAPI.getRewardManager().executeCommand((Player) sender, contents);
|
||||||
return null;
|
return null;
|
||||||
|
|||||||
@@ -5,13 +5,15 @@ import cc.carm.lib.easyplugin.command.SubCommand;
|
|||||||
import cc.carm.plugin.timereward.TimeRewardAPI;
|
import cc.carm.plugin.timereward.TimeRewardAPI;
|
||||||
import cc.carm.plugin.timereward.command.MainCommand;
|
import cc.carm.plugin.timereward.command.MainCommand;
|
||||||
import cc.carm.plugin.timereward.conf.PluginMessages;
|
import cc.carm.plugin.timereward.conf.PluginMessages;
|
||||||
import cc.carm.plugin.timereward.storage.UserData;
|
import cc.carm.plugin.timereward.data.IntervalType;
|
||||||
|
import cc.carm.plugin.timereward.user.UserRewardData;
|
||||||
import org.bukkit.Bukkit;
|
import org.bukkit.Bukkit;
|
||||||
import org.bukkit.command.CommandSender;
|
import org.bukkit.command.CommandSender;
|
||||||
import org.bukkit.entity.Player;
|
import org.bukkit.entity.Player;
|
||||||
import org.bukkit.plugin.java.JavaPlugin;
|
import org.bukkit.plugin.java.JavaPlugin;
|
||||||
import org.jetbrains.annotations.NotNull;
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
|
||||||
|
import java.time.format.DateTimeFormatter;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
public class UserCommand extends SubCommand<MainCommand> {
|
public class UserCommand extends SubCommand<MainCommand> {
|
||||||
@@ -26,15 +28,30 @@ public class UserCommand extends SubCommand<MainCommand> {
|
|||||||
|
|
||||||
Player player = Bukkit.getPlayer(args[0]);
|
Player player = Bukkit.getPlayer(args[0]);
|
||||||
if (player == null) {
|
if (player == null) {
|
||||||
PluginMessages.NOT_ONLINE.send(sender, args[0]);
|
PluginMessages.NOT_ONLINE.sendTo(sender, args[0]);
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
UserData user = TimeRewardAPI.getUserManager().getData(player);
|
UserRewardData user = TimeRewardAPI.getUserManager().get(player);
|
||||||
PluginMessages.USER_INFO.send(sender,
|
if (user == null) {
|
||||||
player.getName(), user.getAllSeconds(),
|
PluginMessages.LOADING.sendTo(sender, args[0]);
|
||||||
user.getClaimedRewards().size(), String.join("&8, &f", user.getClaimedRewards())
|
return null;
|
||||||
);
|
}
|
||||||
|
|
||||||
|
PluginMessages.USER_INFO.prepare(
|
||||||
|
player.getName(),
|
||||||
|
user.getOnlineDuration(IntervalType.DAILY).getSeconds(),
|
||||||
|
user.getOnlineDuration(IntervalType.WEEKLY).getSeconds(),
|
||||||
|
user.getOnlineDuration(IntervalType.MONTHLY).getSeconds(),
|
||||||
|
user.getOnlineDuration(IntervalType.TOTAL).getSeconds(),
|
||||||
|
user.getClaimedRewards().size()
|
||||||
|
).to(sender);
|
||||||
|
|
||||||
|
DateTimeFormatter formatter = DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss");
|
||||||
|
user.getClaimedRewards().forEach((id, time) -> {
|
||||||
|
PluginMessages.USER_RECEIVED.sendTo(sender, id, time.format(formatter));
|
||||||
|
});
|
||||||
|
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,49 +1,51 @@
|
|||||||
package cc.carm.plugin.timereward.conf;
|
package cc.carm.plugin.timereward.conf;
|
||||||
|
|
||||||
import cc.carm.lib.configuration.core.ConfigurationRoot;
|
import cc.carm.lib.configuration.Configuration;
|
||||||
import cc.carm.lib.configuration.core.annotation.HeaderComment;
|
import cc.carm.lib.configuration.annotation.ConfigPath;
|
||||||
import cc.carm.lib.configuration.core.value.ConfigValue;
|
import cc.carm.lib.configuration.annotation.HeaderComments;
|
||||||
import cc.carm.lib.configuration.core.value.type.ConfiguredValue;
|
import cc.carm.lib.configuration.value.standard.ConfiguredValue;
|
||||||
import cc.carm.plugin.timereward.storage.RewardContents;
|
|
||||||
|
|
||||||
public class PluginConfig extends ConfigurationRoot {
|
import java.time.DayOfWeek;
|
||||||
|
|
||||||
public static final ConfigValue<Boolean> DEBUG = ConfiguredValue.of(Boolean.class, false);
|
@ConfigPath(root = true)
|
||||||
|
public interface PluginConfig extends Configuration {
|
||||||
|
|
||||||
@HeaderComment({
|
ConfiguredValue<Boolean> DEBUG = ConfiguredValue.of(Boolean.class, false);
|
||||||
|
|
||||||
|
@HeaderComments({
|
||||||
"统计数据设定",
|
"统计数据设定",
|
||||||
"该选项用于帮助开发者统计插件版本与使用情况,且绝不会影响性能与使用体验。",
|
"该选项用于帮助开发者统计插件版本与使用情况,且绝不会影响性能与使用体验。",
|
||||||
"当然,您也可以选择在这里关闭,或在plugins/bStats下的配置文件中关闭。"
|
"当然,您也可以选择在这里关闭,或在plugins/bStats下的配置文件中关闭。"
|
||||||
})
|
})
|
||||||
public static final ConfigValue<Boolean> METRICS = ConfiguredValue.of(Boolean.class, true);
|
ConfiguredValue<Boolean> METRICS = ConfiguredValue.of(Boolean.class, true);
|
||||||
|
|
||||||
@HeaderComment({
|
@HeaderComments({
|
||||||
"检查更新设定",
|
"检查更新设定",
|
||||||
"该选项用于插件判断是否要检查更新,若您不希望插件检查更新并提示您,可以选择关闭。",
|
"该选项用于插件判断是否要检查更新,若您不希望插件检查更新并提示您,可以选择关闭。",
|
||||||
"检查更新为异步操作,绝不会影响性能与使用体验。"
|
"检查更新为异步操作,绝不会影响性能与使用体验。"
|
||||||
})
|
})
|
||||||
public static final ConfigValue<Boolean> CHECK_UPDATE = ConfiguredValue.of(Boolean.class, true);
|
ConfiguredValue<Boolean> CHECK_UPDATE = ConfiguredValue.of(Boolean.class, true);
|
||||||
|
|
||||||
@HeaderComment({"奖励相关设定,包含以下设定:",
|
@HeaderComments({
|
||||||
" [id] 配置键名即奖励ID,支持英文、数字与下划线。",
|
"自动保存设定,用于设置自动保存的时间间隔,单位为秒(小于等于0则关闭)。",
|
||||||
" | 确定后请不要更改,因为该键值用于存储玩家是否领取的数据",
|
"一般来说,玩家会在退出游戏时进行保存。",
|
||||||
" | 如果更改,原先领取过该奖励的玩家将会自动再领取一次!",
|
"但如果您希望额外的定期保存数据以避免数据丢失,可以选择开启。",
|
||||||
" [name] 奖励的显示名称,可以是任意字符串",
|
|
||||||
" | 可以在 commands 中使用 %(name) 来获取该奖励的名称",
|
|
||||||
" | 也可以使用变量 %TimeReward_reward_<奖励ID>% 来获取对应奖励的名称",
|
|
||||||
" [permission] 领取奖励时后台执行的指令",
|
|
||||||
" | 支持PlaceholderAPI变量,指令中可以使用 %(name) 来获取该奖励的名称。",
|
|
||||||
" [commands] 该奖励领取权限,可以不设置。",
|
|
||||||
" | 若为空则所有人都可以领取;若不为空,则需要拥有该权限的玩家才能领取。",
|
|
||||||
" [auto] 该奖励是否自动领取,可以不设置,默认为true。",
|
|
||||||
" | 若关闭自动领取,则需要玩家手动输入/tr claim 领取奖励。",
|
|
||||||
})
|
})
|
||||||
public static final ConfigValue<RewardContents.Group> REWARDS = ConfigValue.builder()
|
ConfiguredValue<Long> AUTO_SAVE = ConfiguredValue.of(Long.class, 60L);
|
||||||
.asValue(RewardContents.Group.class).fromSection()
|
|
||||||
.parseValue((v, d) -> RewardContents.Group.parse(v))
|
@HeaderComments({
|
||||||
.serializeValue(RewardContents.Group::serialize)
|
"是否在保存时优先使用数据库中的数据。",
|
||||||
.defaults(RewardContents.Group.defaults())
|
"若启用,则会在保存数据时在数据库中重新读取数据计算时间,以确利用最新数据;",
|
||||||
.build();
|
"若关闭,则保存时会直接采用进入服务器时所加载的数据进行计算。"
|
||||||
|
})
|
||||||
|
ConfiguredValue<Boolean> USE_STORAGE_DATA = ConfiguredValue.of(Boolean.class, true);
|
||||||
|
|
||||||
|
@HeaderComments("周起始日,用于判断周度奖励的结算日期。")
|
||||||
|
ConfiguredValue<DayOfWeek> WEEK_FIRST_DAY = ConfiguredValue.builderOf(DayOfWeek.class)
|
||||||
|
.from(Integer.class)
|
||||||
|
.parse((v, d) -> DayOfWeek.of(d))
|
||||||
|
.serialize(DayOfWeek::getValue)
|
||||||
|
.defaults(DayOfWeek.MONDAY).build();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,14 +1,14 @@
|
|||||||
package cc.carm.plugin.timereward.conf;
|
package cc.carm.plugin.timereward.conf;
|
||||||
|
|
||||||
import cc.carm.lib.configuration.core.ConfigurationRoot;
|
|
||||||
import cc.carm.lib.configuration.core.annotation.HeaderComment;
|
import cc.carm.lib.configuration.Configuration;
|
||||||
|
import cc.carm.lib.configuration.annotation.ConfigPath;
|
||||||
|
import cc.carm.lib.configuration.annotation.HeaderComments;
|
||||||
import cc.carm.lib.easyplugin.utils.ColorParser;
|
import cc.carm.lib.easyplugin.utils.ColorParser;
|
||||||
import cc.carm.lib.mineconfiguration.bukkit.builder.message.CraftMessageListBuilder;
|
import cc.carm.lib.mineconfiguration.bukkit.value.ConfiguredMessage;
|
||||||
import cc.carm.lib.mineconfiguration.bukkit.value.ConfiguredMessageList;
|
|
||||||
import de.themoep.minedown.MineDown;
|
import de.themoep.minedown.MineDown;
|
||||||
import me.clip.placeholderapi.PlaceholderAPI;
|
import me.clip.placeholderapi.PlaceholderAPI;
|
||||||
import net.md_5.bungee.api.chat.BaseComponent;
|
import net.md_5.bungee.api.chat.BaseComponent;
|
||||||
import net.md_5.bungee.api.chat.TextComponent;
|
|
||||||
import org.bukkit.command.CommandSender;
|
import org.bukkit.command.CommandSender;
|
||||||
import org.bukkit.command.ConsoleCommandSender;
|
import org.bukkit.command.ConsoleCommandSender;
|
||||||
import org.bukkit.entity.Player;
|
import org.bukkit.entity.Player;
|
||||||
@@ -17,19 +17,20 @@ import org.jetbrains.annotations.NotNull;
|
|||||||
import java.util.function.BiFunction;
|
import java.util.function.BiFunction;
|
||||||
|
|
||||||
|
|
||||||
@HeaderComment({
|
@HeaderComments({
|
||||||
"TimeReward 在线奖励插件的消息配置文件",
|
"TimeReward 在线奖励插件的消息配置文件",
|
||||||
"如特定的消息不需要任何提示,可直接留下单行空内容消息。",
|
"如特定的消息不需要任何提示,可直接留下单行空内容消息。",
|
||||||
"支持 &+颜色代码(原版颜色)、&(#XXXXXX)(RGB颜色) 与 &<#XXXXXX>(前后标注RGB颜色渐变)。",
|
"支持 &+颜色代码(原版颜色)、&(#XXXXXX)(RGB颜色) 与 &<#XXXXXX>(前后标注RGB颜色渐变)。",
|
||||||
" "
|
" "
|
||||||
})
|
})
|
||||||
public class PluginMessages extends ConfigurationRoot {
|
@ConfigPath(root = true)
|
||||||
|
public interface PluginMessages extends Configuration {
|
||||||
|
|
||||||
public static @NotNull CraftMessageListBuilder<BaseComponent[]> list() {
|
static ConfiguredMessage.@NotNull Builder<BaseComponent[]> list() {
|
||||||
return ConfiguredMessageList.create(getParser())
|
return ConfiguredMessage.create(getParser())
|
||||||
.whenSend((sender, message) -> {
|
.dispatcher((sender, message) -> {
|
||||||
if (sender instanceof ConsoleCommandSender) {
|
if (sender instanceof ConsoleCommandSender) {
|
||||||
message.forEach(m -> sender.sendMessage(TextComponent.toLegacyText(m)));
|
message.forEach(m -> sender.sendMessage(BaseComponent.toLegacyText(m)));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
Player player = (Player) sender;
|
Player player = (Player) sender;
|
||||||
@@ -37,16 +38,16 @@ public class PluginMessages extends ConfigurationRoot {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
public static @NotNull BiFunction<CommandSender, String, BaseComponent[]> getParser() {
|
static @NotNull BiFunction<CommandSender, String, BaseComponent[]> getParser() {
|
||||||
return (sender, message) -> {
|
return (sender, message) -> {
|
||||||
if (sender instanceof Player) message = PlaceholderAPI.setPlaceholders((Player) sender, message);
|
if (sender instanceof Player) message = PlaceholderAPI.setPlaceholders((Player) sender, message);
|
||||||
return MineDown.parse(ColorParser.parse(message));
|
return MineDown.parse(ColorParser.parse(message));
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
public static final class USAGE extends ConfigurationRoot {
|
interface USAGE extends Configuration {
|
||||||
|
|
||||||
public static final ConfiguredMessageList<BaseComponent[]> ADMIN = list().defaults(
|
ConfiguredMessage<BaseComponent[]> ADMIN = list().defaults(
|
||||||
"&6&l在线奖励 &f管理员指令帮助",
|
"&6&l在线奖励 &f管理员指令帮助",
|
||||||
"&8#&f claim &6[奖励ID]",
|
"&8#&f claim &6[奖励ID]",
|
||||||
"&8-&7 为自己手动领取对应奖励。",
|
"&8-&7 为自己手动领取对应奖励。",
|
||||||
@@ -61,77 +62,92 @@ public class PluginMessages extends ConfigurationRoot {
|
|||||||
"&8-&7 测试执行奖励配置的指令。"
|
"&8-&7 测试执行奖励配置的指令。"
|
||||||
).build();
|
).build();
|
||||||
|
|
||||||
public static final ConfiguredMessageList<BaseComponent[]> USER = list().defaults(
|
ConfiguredMessage<BaseComponent[]> USER = list().defaults(
|
||||||
"&6&l在线奖励 &f您可以输入 &e/tr claim &6[奖励ID] &f领取对应奖励。"
|
"&6&l在线奖励 &f您可以输入 &e/tr claim &6[奖励ID] &f领取对应奖励。"
|
||||||
).build();
|
).build();
|
||||||
}
|
}
|
||||||
|
|
||||||
public static final ConfiguredMessageList<BaseComponent[]> NO_PERMISSION = list().defaults(
|
ConfiguredMessage<BaseComponent[]> NO_PERMISSION = list().defaults(
|
||||||
"&c&l抱歉!&f但您没有足够的权限使用该指令。"
|
"&c&l抱歉!&f但您没有足够的权限使用该指令。"
|
||||||
).build();
|
).build();
|
||||||
|
|
||||||
public static final ConfiguredMessageList<BaseComponent[]> NOT_PLAYER = list().defaults(
|
ConfiguredMessage<BaseComponent[]> NOT_PLAYER = list().defaults(
|
||||||
"&f该指令请以玩家身份执行。"
|
"&f该指令请以玩家身份执行。"
|
||||||
).build();
|
).build();
|
||||||
|
|
||||||
public static final ConfiguredMessageList<BaseComponent[]> NOT_ONLINE = list().defaults(
|
ConfiguredMessage<BaseComponent[]> NOT_ONLINE = list().defaults(
|
||||||
"&f玩家 &e%(player) &f并不在线。"
|
"&f玩家 &e%(player) &f并不在线。"
|
||||||
).params("player").build();
|
).params("player").build();
|
||||||
|
|
||||||
public static final ConfiguredMessageList<BaseComponent[]> NOT_EXISTS = list().defaults(
|
ConfiguredMessage<BaseComponent[]> LOADING = list().defaults(
|
||||||
|
"&e&l请稍候... &f您的在线数据正在加载中。"
|
||||||
|
).params("player").build();
|
||||||
|
|
||||||
|
ConfiguredMessage<BaseComponent[]> NOT_EXISTS = list().defaults(
|
||||||
"&f奖励 &e%(award) &f并不存在。"
|
"&f奖励 &e%(award) &f并不存在。"
|
||||||
).params("award").build();
|
).params("award").build();
|
||||||
|
|
||||||
public static final ConfiguredMessageList<BaseComponent[]> NOT_CLAIMABLE = list().defaults(
|
ConfiguredMessage<BaseComponent[]> NOT_CLAIMABLE = list().defaults(
|
||||||
"&c&l抱歉!&f但您暂时未满足领取奖励 &e%(award) &f的条件。"
|
"&c&l抱歉!&f但您暂时未满足领取奖励 &e%(award) &f的条件。"
|
||||||
).params("award").build();
|
).params("award").build();
|
||||||
|
|
||||||
public static final ConfiguredMessageList<BaseComponent[]> NO_UNCLAIMED_REWARD = list().defaults(
|
ConfiguredMessage<BaseComponent[]> ALREADY_CLAIMING = list().defaults(
|
||||||
|
"&e&l请稍候...&f您当前有正在领取的奖励任务,单次只可领取一份奖励。"
|
||||||
|
).build();
|
||||||
|
|
||||||
|
ConfiguredMessage<BaseComponent[]> NO_UNCLAIMED_REWARD = list().defaults(
|
||||||
"&f您暂时没有未领取的奖励。"
|
"&f您暂时没有未领取的奖励。"
|
||||||
).build();
|
).build();
|
||||||
|
|
||||||
public static final ConfiguredMessageList<BaseComponent[]> USER_INFO = list().defaults(
|
ConfiguredMessage<BaseComponent[]> USER_INFO = list().defaults(
|
||||||
"&f玩家 &6%(player) &f已在线&e%(time)&f秒,共领取了 &e%(amount)&f 次奖励。",
|
"&f玩家 &6%(player) &f的在线时间数据:",
|
||||||
"&7已领取的奖励列表如下:&r%(rewards) &7。"
|
"&f 本日在线 &e%(daily)&f秒,本周在线 &e%(weekly)&f秒,",
|
||||||
).params("player", "time", "amount", "rewards").build();
|
"&f 本月在线 &e%(monthly)&f秒,累积在线 &e%(total)&f秒。",
|
||||||
|
"&7已领取了 &f%(amount) &7种奖励,如下所示:"
|
||||||
|
).params("player", "daily", "weekly", "monthly", "total", "amount").build();
|
||||||
|
|
||||||
public static final ConfiguredMessageList<BaseComponent[]> COMMAND_LIST = list().defaults(
|
ConfiguredMessage<BaseComponent[]> USER_RECEIVED = list().defaults(
|
||||||
|
"&7- &e%(reward) &7于 &f%(time) &7领取"
|
||||||
|
).params("reward", "time").build();
|
||||||
|
|
||||||
|
ConfiguredMessage<BaseComponent[]> COMMAND_LIST = list().defaults(
|
||||||
"&f正在执行奖励 %(award) 的指令列表..."
|
"&f正在执行奖励 %(award) 的指令列表..."
|
||||||
).params("award").build();
|
).params("award").build();
|
||||||
|
|
||||||
|
interface LIST extends Configuration {
|
||||||
|
|
||||||
public static class LIST extends ConfigurationRoot {
|
ConfiguredMessage<BaseComponent[]> HEADER = list().defaults(
|
||||||
|
|
||||||
public static final ConfiguredMessageList<BaseComponent[]> HEADER = list().defaults(
|
|
||||||
"&6&l在线奖励 &f奖励列表 &7(共%(amount)个)"
|
"&6&l在线奖励 &f奖励列表 &7(共%(amount)个)"
|
||||||
).params("amount").build();
|
).params("amount").build();
|
||||||
|
|
||||||
public static final ConfiguredMessageList<BaseComponent[]> OBJECT = list().defaults(
|
ConfiguredMessage<BaseComponent[]> OBJECT = list().defaults(
|
||||||
"&8# &f%(id)",
|
"&8# &f%(id)",
|
||||||
"&8- &7奖励名称 &f%(name)",
|
"&8- &7奖励名称 &f%(name)",
|
||||||
|
"&8- &7奖励类型 &f%(type)",
|
||||||
"&8- &7领取时间 &f&e%(time)&f秒"
|
"&8- &7领取时间 &f&e%(time)&f秒"
|
||||||
).params("id", "name", "time").build();
|
).params("id", "name", "type", "time").build();
|
||||||
|
|
||||||
public static final ConfiguredMessageList<BaseComponent[]> OBJECT_PERM = list().defaults(
|
ConfiguredMessage<BaseComponent[]> OBJECT_PERM = list().defaults(
|
||||||
"&8# &f%(id)",
|
"&8# &f%(id)",
|
||||||
"&8- &7奖励名称 &f%(name)",
|
"&8- &7奖励名称 &f%(name)",
|
||||||
|
"&8- &7奖励类型 &f%(type)",
|
||||||
"&8- &7领取时间 &f&e%(time)&f秒",
|
"&8- &7领取时间 &f&e%(time)&f秒",
|
||||||
"&8- &7需要权限 &f%(permission)"
|
"&8- &7需要权限 &f%(permission)"
|
||||||
).params("id", "name", "time", "permission").build();
|
).params("id", "name", "type", "time", "permission").build();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public static class RELOAD extends ConfigurationRoot {
|
interface RELOAD extends Configuration {
|
||||||
|
|
||||||
public static final ConfiguredMessageList<BaseComponent[]> START = list().defaults(
|
ConfiguredMessage<BaseComponent[]> START = list().defaults(
|
||||||
"&f正在重载配置文件..."
|
"&f正在重载配置文件..."
|
||||||
).build();
|
).build();
|
||||||
|
|
||||||
public static final ConfiguredMessageList<BaseComponent[]> ERROR = list().defaults(
|
ConfiguredMessage<BaseComponent[]> ERROR = list().defaults(
|
||||||
"&f配置文件&c重载失败!&f详细原因详见后台输出。"
|
"&f配置文件&c重载失败!&f详细原因详见后台输出。"
|
||||||
).build();
|
).build();
|
||||||
|
|
||||||
public static final ConfiguredMessageList<BaseComponent[]> COMPLETE = list().defaults(
|
ConfiguredMessage<BaseComponent[]> COMPLETE = list().defaults(
|
||||||
"&f配置文件重载完成!耗时 &d%(time)&fms,共加载了 &d%(count) &f个奖励配置。"
|
"&f配置文件重载完成!耗时 &d%(time)&fms,共加载了 &d%(count) &f个奖励配置。"
|
||||||
).params("time", "count").build();
|
).params("time", "count").build();
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,91 @@
|
|||||||
|
package cc.carm.plugin.timereward.conf;
|
||||||
|
|
||||||
|
import cc.carm.lib.configuration.Configuration;
|
||||||
|
import cc.carm.lib.configuration.annotation.ConfigPath;
|
||||||
|
import cc.carm.lib.configuration.annotation.HeaderComments;
|
||||||
|
import cc.carm.lib.configuration.source.section.ConfigureSection;
|
||||||
|
import cc.carm.lib.configuration.value.standard.ConfiguredValue;
|
||||||
|
import cc.carm.plugin.timereward.data.RewardContents;
|
||||||
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
|
||||||
|
import java.util.LinkedHashMap;
|
||||||
|
import java.util.Map;
|
||||||
|
|
||||||
|
@HeaderComments({"奖励相关设定,包含以下设定:",
|
||||||
|
" [id] 配置键名即奖励ID,支持英文、数字与下划线。",
|
||||||
|
" | 确定后请不要更改,因为该键值用于存储玩家是否领取的数据",
|
||||||
|
" | 如果更改,原先领取过该奖励的玩家将会自动再领取一次!",
|
||||||
|
" [type] 奖励的类型序号",
|
||||||
|
" | “0”代表总计时间奖励,“1”代表每日在线奖励,",
|
||||||
|
" | “2”代表每周在线奖励,“3”代表每月在线奖励。",
|
||||||
|
" [time] 奖励发放要求的时间(秒)",
|
||||||
|
" [loop] 奖励是否按循环时间发放",
|
||||||
|
" | 可以填入 true 或 false",
|
||||||
|
" | 若启用,则在规定的周期内,每满足指定时间一次则发放一次奖励",
|
||||||
|
" | 如 类型为 “每周在线奖励” 时间为 “12小时” ",
|
||||||
|
" | 则 代表 代表在这周内每12小时发放一次奖励,下一周时间重新开始算",
|
||||||
|
" [name] 奖励的显示名称,可以是任意字符串",
|
||||||
|
" | 可以在 commands 中使用 %(name) 来获取该奖励的名称",
|
||||||
|
" | 也可以使用变量 %TimeReward_reward_<奖励ID>% 来获取对应奖励的名称",
|
||||||
|
" [permission] 领取奖励时后台执行的指令",
|
||||||
|
" | 支持PlaceholderAPI变量,指令中可以使用 %(name) 来获取该奖励的名称。",
|
||||||
|
" [commands] 该奖励领取权限,可以不设置。",
|
||||||
|
" | 若为空则所有人都可以领取;若不为空,则需要拥有该权限的玩家才能领取。",
|
||||||
|
" [auto] 该奖励是否自动领取,可以不设置,默认为true。",
|
||||||
|
" | 若关闭自动领取,则需要玩家手动输入/tr claim 领取奖励。",
|
||||||
|
})
|
||||||
|
@ConfigPath(root = true)
|
||||||
|
public interface RewardsConfig extends Configuration {
|
||||||
|
|
||||||
|
ConfiguredValue<RewardGroup> REWARDS = ConfiguredValue.builderOf(RewardGroup.class)
|
||||||
|
.fromSection()
|
||||||
|
.parse((v, d) -> RewardGroup.parse(d))
|
||||||
|
.serialize(RewardGroup::serialize)
|
||||||
|
.defaults(RewardGroup.defaults())
|
||||||
|
.build();
|
||||||
|
|
||||||
|
static Map<String, RewardContents> getContents() {
|
||||||
|
return REWARDS.getNotNull().getContents();
|
||||||
|
}
|
||||||
|
|
||||||
|
final class RewardGroup {
|
||||||
|
final @NotNull Map<String, RewardContents> contents;
|
||||||
|
|
||||||
|
public RewardGroup(@NotNull Map<String, RewardContents> contents) {
|
||||||
|
this.contents = contents;
|
||||||
|
}
|
||||||
|
|
||||||
|
public @NotNull Map<String, RewardContents> getContents() {
|
||||||
|
return contents;
|
||||||
|
}
|
||||||
|
|
||||||
|
public Map<String, Object> serialize() {
|
||||||
|
Map<String, Object> map = new LinkedHashMap<>();
|
||||||
|
for (Map.Entry<String, RewardContents> entry : contents.entrySet()) {
|
||||||
|
map.put(entry.getKey(), entry.getValue().serialize());
|
||||||
|
}
|
||||||
|
return map;
|
||||||
|
}
|
||||||
|
|
||||||
|
public static RewardGroup parse(@NotNull ConfigureSection section) {
|
||||||
|
Map<String, RewardContents> rewards = new LinkedHashMap<>();
|
||||||
|
for (String rewardID : section.getKeys(false)) {
|
||||||
|
ConfigureSection rewardSection = section.getSection(rewardID);
|
||||||
|
if (rewardSection == null) continue;
|
||||||
|
|
||||||
|
RewardContents c = RewardContents.parse(rewardID, rewardSection);
|
||||||
|
if (c == null) continue;
|
||||||
|
rewards.put(rewardID, c);
|
||||||
|
}
|
||||||
|
return new RewardGroup(rewards);
|
||||||
|
}
|
||||||
|
|
||||||
|
public static RewardGroup defaults() {
|
||||||
|
Map<String, RewardContents> rewards = new LinkedHashMap<>();
|
||||||
|
rewards.put("example", RewardContents.defaults("example"));
|
||||||
|
return new RewardGroup(rewards);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,122 @@
|
|||||||
|
package cc.carm.plugin.timereward.data;
|
||||||
|
|
||||||
|
import cc.carm.plugin.timereward.Main;
|
||||||
|
import cc.carm.plugin.timereward.util.DateTimeUtils;
|
||||||
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
|
||||||
|
import java.time.Duration;
|
||||||
|
import java.time.LocalDate;
|
||||||
|
import java.time.LocalDateTime;
|
||||||
|
import java.util.Arrays;
|
||||||
|
import java.util.function.BiFunction;
|
||||||
|
import java.util.function.Predicate;
|
||||||
|
|
||||||
|
public enum IntervalType {
|
||||||
|
|
||||||
|
TOTAL(
|
||||||
|
0, Duration.ofSeconds(4294967295L), time -> false,
|
||||||
|
(timeRecord, join) -> Duration.between(join, LocalDateTime.now()).plus(timeRecord.getTotalTime())
|
||||||
|
),
|
||||||
|
|
||||||
|
DAILY(
|
||||||
|
1, Duration.ofDays(1), time -> !DateTimeUtils.sameDay(time.toLocalDate()),
|
||||||
|
(record, join) -> {
|
||||||
|
LocalDateTime now = LocalDateTime.now();
|
||||||
|
LocalDate today = LocalDate.now();
|
||||||
|
if (DateTimeUtils.sameDay(join.toLocalDate(), today)) {
|
||||||
|
// 如果加入的时间和今天的日期相同
|
||||||
|
if (DateTimeUtils.sameDay(record.getDate(), today)) {
|
||||||
|
// 如果上一次记录的日期和今天的日期相同
|
||||||
|
// 则从加入的时间开始计算到现在的时间,并加上当天的游玩时间
|
||||||
|
return Duration.between(join, now).plus(record.getDailyTime());
|
||||||
|
} else {
|
||||||
|
// 如果上一次记录的日期和今天的日期不同
|
||||||
|
// 则从加入的时间开始计算到现在的时间
|
||||||
|
return Duration.between(join, now);
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
// 如果加入的时间和今天的日期不同
|
||||||
|
// 则从今天的0点开始计算到现在的时间
|
||||||
|
return Duration.between(today.atTime(0, 0, 0), now);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
),
|
||||||
|
WEEKLY(
|
||||||
|
2, Duration.ofDays(7),
|
||||||
|
time -> !DateTimeUtils.sameWeek(time),
|
||||||
|
(r, join) -> {
|
||||||
|
LocalDateTime now = LocalDateTime.now();
|
||||||
|
if (DateTimeUtils.sameWeek(join.toLocalDate(), now)) {
|
||||||
|
if (DateTimeUtils.sameWeek(r.getDate(), now.toLocalDate())) {
|
||||||
|
return Duration.between(join, now).plus(r.getWeeklyTime());
|
||||||
|
} else {
|
||||||
|
return Duration.between(join, now);
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
return Duration.between(DateTimeUtils.currentWeekStartTime(), now);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
),
|
||||||
|
|
||||||
|
MONTHLY(
|
||||||
|
3, Duration.ofDays(31),
|
||||||
|
time -> !DateTimeUtils.sameMonth(time.toLocalDate()),
|
||||||
|
(r, join) -> {
|
||||||
|
LocalDateTime now = LocalDateTime.now();
|
||||||
|
if (DateTimeUtils.sameMonth(join.toLocalDate(), now.toLocalDate())) {
|
||||||
|
if (DateTimeUtils.sameMonth(r.getDate(), now.toLocalDate())) {
|
||||||
|
return Duration.between(join, now).plus(r.getMonthlyTime());
|
||||||
|
} else {
|
||||||
|
return Duration.between(join, now);
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
return Duration.between(DateTimeUtils.currentMonthStartTime(), now);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
);
|
||||||
|
|
||||||
|
private final int id;
|
||||||
|
private final @NotNull Duration maxDuration;
|
||||||
|
private final @NotNull Predicate<LocalDateTime> periodChangePredicate;
|
||||||
|
private final @NotNull BiFunction<TimeRecord, LocalDateTime, Duration> calculator;
|
||||||
|
|
||||||
|
IntervalType(int id, @NotNull Duration maxDuration,
|
||||||
|
@NotNull Predicate<LocalDateTime> periodChangePredicate,
|
||||||
|
@NotNull BiFunction<TimeRecord, LocalDateTime, Duration> calculator) {
|
||||||
|
this.id = id;
|
||||||
|
this.maxDuration = maxDuration;
|
||||||
|
this.periodChangePredicate = periodChangePredicate;
|
||||||
|
this.calculator = calculator;
|
||||||
|
}
|
||||||
|
|
||||||
|
public int getID() {
|
||||||
|
return id;
|
||||||
|
}
|
||||||
|
|
||||||
|
public @NotNull Duration getMaxDuration() {
|
||||||
|
return maxDuration;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
public Duration calculate(@NotNull TimeRecord timeRecord, @NotNull LocalDateTime joinTime) {
|
||||||
|
Duration result = calculator.apply(timeRecord, joinTime);
|
||||||
|
// 如果超过最大值,则返回最大值
|
||||||
|
if (result.compareTo(maxDuration) > 0) {
|
||||||
|
Main.debugging("在线时间超过最大值,类型: " + this.name() + ", 计算结果: " + result + " 加入时间 " + joinTime + " 时间记录" + timeRecord);
|
||||||
|
return maxDuration;
|
||||||
|
}
|
||||||
|
return result;
|
||||||
|
}
|
||||||
|
|
||||||
|
public boolean isPeriodChanged(@NotNull LocalDateTime claimedDate) {
|
||||||
|
return periodChangePredicate.test(claimedDate);
|
||||||
|
}
|
||||||
|
|
||||||
|
public static IntervalType parse(String input) {
|
||||||
|
if (input == null) return null;
|
||||||
|
else return Arrays.stream(values())
|
||||||
|
.filter(t -> t.name().equalsIgnoreCase(input) || Integer.toString(t.id).equals(input))
|
||||||
|
.findFirst().orElse(null);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
+30
-55
@@ -1,6 +1,6 @@
|
|||||||
package cc.carm.plugin.timereward.storage;
|
package cc.carm.plugin.timereward.data;
|
||||||
|
|
||||||
import cc.carm.lib.configuration.core.source.ConfigurationWrapper;
|
import cc.carm.lib.configuration.source.section.ConfigureSection;
|
||||||
import cc.carm.lib.easyplugin.utils.ColorParser;
|
import cc.carm.lib.easyplugin.utils.ColorParser;
|
||||||
import cc.carm.plugin.timereward.Main;
|
import cc.carm.plugin.timereward.Main;
|
||||||
import org.bukkit.entity.Player;
|
import org.bukkit.entity.Player;
|
||||||
@@ -13,29 +13,41 @@ public class RewardContents {
|
|||||||
|
|
||||||
public final @NotNull String id;
|
public final @NotNull String id;
|
||||||
|
|
||||||
|
public final @NotNull IntervalType type;
|
||||||
private final long time;
|
private final long time;
|
||||||
|
private final boolean loop;
|
||||||
|
|
||||||
private final @Nullable String name;
|
private final @Nullable String name;
|
||||||
private final @Nullable String permission;
|
private final @Nullable String permission;
|
||||||
private final @NotNull List<String> commands;
|
private final @NotNull List<String> commands;
|
||||||
|
|
||||||
private final boolean auto;
|
private final boolean auto;
|
||||||
|
|
||||||
|
public RewardContents(@NotNull String id, @NotNull IntervalType type, long time, boolean loop,
|
||||||
public RewardContents(@NotNull String id, long time,
|
|
||||||
@Nullable String name, @Nullable String permission,
|
@Nullable String name, @Nullable String permission,
|
||||||
@NotNull List<String> commands, boolean auto) {
|
@NotNull List<String> commands, boolean auto) {
|
||||||
this.id = id;
|
this.id = id;
|
||||||
|
this.type = type;
|
||||||
this.time = time;
|
this.time = time;
|
||||||
|
this.loop = loop;
|
||||||
this.name = name;
|
this.name = name;
|
||||||
this.permission = permission;
|
this.permission = permission;
|
||||||
this.commands = commands;
|
this.commands = commands;
|
||||||
this.auto = auto;
|
this.auto = auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getRewardID() {
|
public @NotNull String getRewardID() {
|
||||||
return id;
|
return id;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public @NotNull IntervalType getType() {
|
||||||
|
return type;
|
||||||
|
}
|
||||||
|
|
||||||
|
public boolean isLoop() {
|
||||||
|
return loop;
|
||||||
|
}
|
||||||
|
|
||||||
public long getTime() {
|
public long getTime() {
|
||||||
return time;
|
return time;
|
||||||
}
|
}
|
||||||
@@ -64,13 +76,11 @@ public class RewardContents {
|
|||||||
return permission == null || player.hasPermission(permission);
|
return permission == null || player.hasPermission(permission);
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean isTimeEnough(long requireSeconds) {
|
|
||||||
return requireSeconds >= getTime();
|
|
||||||
}
|
|
||||||
|
|
||||||
public Map<String, Object> serialize() {
|
public Map<String, Object> serialize() {
|
||||||
Map<String, Object> map = new LinkedHashMap<>();
|
Map<String, Object> map = new LinkedHashMap<>();
|
||||||
map.put("time", getTime());
|
map.put("time", getTime());
|
||||||
|
map.put("type", getType().getID());
|
||||||
|
map.put("loop", isLoop());
|
||||||
if (getName() != null) map.put("name", getName());
|
if (getName() != null) map.put("name", getName());
|
||||||
if (getPermission() != null) map.put("permission", getPermission());
|
if (getPermission() != null) map.put("permission", getPermission());
|
||||||
map.put("commands", getCommands());
|
map.put("commands", getCommands());
|
||||||
@@ -78,25 +88,29 @@ public class RewardContents {
|
|||||||
return map;
|
return map;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static RewardContents parse(String id, @NotNull ConfigurationWrapper<?> section) {
|
public static RewardContents parse(String id, @NotNull ConfigureSection section) {
|
||||||
long time = section.getLong("time", -1L);
|
long time = section.getLong("time", -1L);
|
||||||
if (time <= 0) {
|
if (time <= 0) {
|
||||||
Main.severe("奖励 " + id + " 的时间配置错误,请检查配置文件。");
|
Main.severe("奖励 " + id + " 的时间配置错误,请检查配置文件。");
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
IntervalType intervalType = IntervalType.parse(Objects.toString(section.get("type")));
|
||||||
|
if (intervalType == null) {
|
||||||
|
Main.severe("奖励 " + id + " 的类型配置错误,请检查配置文件。");
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
return new RewardContents(
|
return new RewardContents(
|
||||||
id, time,
|
id, intervalType, time, section.getBoolean("loop", false),
|
||||||
section.getString("name"),
|
section.getString("name"), section.getString("permission"),
|
||||||
section.getString("permission"),
|
section.getStringList("commands"), section.getBoolean("auto", false)
|
||||||
section.getStringList("commands"),
|
|
||||||
section.getBoolean("auto", false)
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static RewardContents defaults(String id) {
|
public static RewardContents defaults(String id) {
|
||||||
return new RewardContents(
|
return new RewardContents(
|
||||||
id, 7200,
|
id, IntervalType.TOTAL, 7200, false,
|
||||||
"&f[初级奖励] &e总在线时长 2小时", "TimeReward.vip",
|
"&f[初级奖励] &e总在线时长 2小时", "TimeReward.vip",
|
||||||
Collections.singletonList("say &f恭喜 &b%player_name% &f领取了奖励 &r%(name) &f!"),
|
Collections.singletonList("say &f恭喜 &b%player_name% &f领取了奖励 &r%(name) &f!"),
|
||||||
true
|
true
|
||||||
@@ -116,44 +130,5 @@ public class RewardContents {
|
|||||||
return Objects.hash(id);
|
return Objects.hash(id);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static final class Group {
|
|
||||||
final @NotNull Map<String, RewardContents> contents;
|
|
||||||
|
|
||||||
public Group(@NotNull Map<String, RewardContents> contents) {
|
|
||||||
this.contents = contents;
|
|
||||||
}
|
|
||||||
|
|
||||||
public @NotNull Map<String, RewardContents> getContents() {
|
|
||||||
return contents;
|
|
||||||
}
|
|
||||||
|
|
||||||
public Map<String, Object> serialize() {
|
|
||||||
Map<String, Object> map = new LinkedHashMap<>();
|
|
||||||
for (Map.Entry<String, RewardContents> entry : contents.entrySet()) {
|
|
||||||
map.put(entry.getKey(), entry.getValue().serialize());
|
|
||||||
}
|
|
||||||
return map;
|
|
||||||
}
|
|
||||||
|
|
||||||
public static Group parse(@NotNull ConfigurationWrapper<?> section) {
|
|
||||||
Map<String, RewardContents> rewards = new LinkedHashMap<>();
|
|
||||||
for (String rewardID : section.getKeys(false)) {
|
|
||||||
ConfigurationWrapper<?> rewardSection = section.getConfigurationSection(rewardID);
|
|
||||||
if (rewardSection == null) continue;
|
|
||||||
|
|
||||||
RewardContents c = RewardContents.parse(rewardID, rewardSection);
|
|
||||||
if (c == null) continue;
|
|
||||||
rewards.put(rewardID, c);
|
|
||||||
}
|
|
||||||
return new Group(rewards);
|
|
||||||
}
|
|
||||||
|
|
||||||
public static Group defaults() {
|
|
||||||
Map<String, RewardContents> rewards = new LinkedHashMap<>();
|
|
||||||
rewards.put("example", RewardContents.defaults("example"));
|
|
||||||
return new Group(rewards);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -0,0 +1,85 @@
|
|||||||
|
package cc.carm.plugin.timereward.data;
|
||||||
|
|
||||||
|
import cc.carm.plugin.timereward.util.DateTimeUtils;
|
||||||
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
|
||||||
|
import java.time.Duration;
|
||||||
|
import java.time.LocalDate;
|
||||||
|
|
||||||
|
public class TimeRecord {
|
||||||
|
|
||||||
|
public static TimeRecord empty() {
|
||||||
|
return new TimeRecord(LocalDate.now(), 0, 0, 0, 0);
|
||||||
|
}
|
||||||
|
|
||||||
|
protected final @NotNull LocalDate date;
|
||||||
|
|
||||||
|
protected final @NotNull Duration daily;
|
||||||
|
protected final @NotNull Duration weekly;
|
||||||
|
protected final @NotNull Duration monthly;
|
||||||
|
|
||||||
|
protected final @NotNull Duration total;
|
||||||
|
|
||||||
|
public TimeRecord(@NotNull LocalDate date, long daily, long weekly, long monthly, long total) {
|
||||||
|
this(date,
|
||||||
|
Duration.ofSeconds(daily), Duration.ofSeconds(weekly),
|
||||||
|
Duration.ofSeconds(monthly), Duration.ofSeconds(total)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
public TimeRecord(@NotNull LocalDate date,
|
||||||
|
@NotNull Duration daily, @NotNull Duration weekly,
|
||||||
|
@NotNull Duration monthly, @NotNull Duration total) {
|
||||||
|
this.date = date;
|
||||||
|
this.daily = daily;
|
||||||
|
this.weekly = weekly;
|
||||||
|
this.monthly = monthly;
|
||||||
|
this.total = total;
|
||||||
|
}
|
||||||
|
|
||||||
|
public @NotNull LocalDate getDate() {
|
||||||
|
return date;
|
||||||
|
}
|
||||||
|
|
||||||
|
public @NotNull Duration getDailyTime() {
|
||||||
|
return daily;
|
||||||
|
}
|
||||||
|
|
||||||
|
public @NotNull Duration getWeeklyTime() {
|
||||||
|
return weekly;
|
||||||
|
}
|
||||||
|
|
||||||
|
public @NotNull Duration getMonthlyTime() {
|
||||||
|
return monthly;
|
||||||
|
}
|
||||||
|
|
||||||
|
public @NotNull Duration getTotalTime() {
|
||||||
|
return total;
|
||||||
|
}
|
||||||
|
|
||||||
|
public boolean isDayUpdated() {
|
||||||
|
return !LocalDate.now().equals(getDate());
|
||||||
|
}
|
||||||
|
|
||||||
|
public boolean isWeekUpdated() {
|
||||||
|
if (!isDayUpdated()) return false; // Same day always same week
|
||||||
|
return !DateTimeUtils.sameWeek(LocalDate.now(), getDate());
|
||||||
|
}
|
||||||
|
|
||||||
|
public boolean isMonthUpdated() {
|
||||||
|
if (!isDayUpdated()) return false; // Same day always same month
|
||||||
|
return !DateTimeUtils.sameMonth(LocalDate.now(), getDate());
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String toString() {
|
||||||
|
return "TimeRecord{" +
|
||||||
|
"date=" + date +
|
||||||
|
", daily=" + daily +
|
||||||
|
", weekly=" + weekly +
|
||||||
|
", monthly=" + monthly +
|
||||||
|
", total=" + total +
|
||||||
|
'}';
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -3,22 +3,28 @@ package cc.carm.plugin.timereward.hooker;
|
|||||||
import cc.carm.lib.easyplugin.papi.EasyPlaceholder;
|
import cc.carm.lib.easyplugin.papi.EasyPlaceholder;
|
||||||
import cc.carm.lib.easyplugin.papi.handler.PlaceholderHandler;
|
import cc.carm.lib.easyplugin.papi.handler.PlaceholderHandler;
|
||||||
import cc.carm.plugin.timereward.TimeRewardAPI;
|
import cc.carm.plugin.timereward.TimeRewardAPI;
|
||||||
import cc.carm.plugin.timereward.storage.RewardContents;
|
import cc.carm.plugin.timereward.data.IntervalType;
|
||||||
import cc.carm.plugin.timereward.storage.UserData;
|
import cc.carm.plugin.timereward.data.RewardContents;
|
||||||
|
import cc.carm.plugin.timereward.user.UserRewardData;
|
||||||
import org.bukkit.entity.Player;
|
import org.bukkit.entity.Player;
|
||||||
import org.bukkit.plugin.java.JavaPlugin;
|
import org.bukkit.plugin.java.JavaPlugin;
|
||||||
import org.jetbrains.annotations.NotNull;
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
|
||||||
|
import java.time.Duration;
|
||||||
import java.util.Collections;
|
import java.util.Collections;
|
||||||
import java.util.function.BiFunction;
|
import java.util.function.BiFunction;
|
||||||
import java.util.function.Function;
|
import java.util.function.Function;
|
||||||
|
import java.util.function.ToLongFunction;
|
||||||
|
|
||||||
public class PAPIExpansion extends EasyPlaceholder {
|
public class PAPIExpansion extends EasyPlaceholder {
|
||||||
|
|
||||||
public PAPIExpansion(@NotNull JavaPlugin plugin, @NotNull String rootIdentifier) {
|
public PAPIExpansion(@NotNull JavaPlugin plugin, @NotNull String rootIdentifier) {
|
||||||
super(plugin, rootIdentifier);
|
super(plugin, rootIdentifier);
|
||||||
|
|
||||||
handle("time", userHandler(UserData::getAllSeconds));
|
handle("seconds", timeHandler(Duration::getSeconds), Collections.singletonList("<时间类型>"), "time");
|
||||||
|
handle("minutes", timeHandler(Duration::toMinutes), Collections.singletonList("<时间类型>"));
|
||||||
|
handle("hours", timeHandler(Duration::toHours), Collections.singletonList("<时间类型>"));
|
||||||
|
handle("days", timeHandler(Duration::toDays), Collections.singletonList("<时间类型>"));
|
||||||
|
|
||||||
handle("reward",
|
handle("reward",
|
||||||
rewardHandler(RewardContents::getDisplayName),
|
rewardHandler(RewardContents::getDisplayName),
|
||||||
@@ -27,7 +33,11 @@ public class PAPIExpansion extends EasyPlaceholder {
|
|||||||
|
|
||||||
handle("claimed", userHandler((user, args) -> {
|
handle("claimed", userHandler((user, args) -> {
|
||||||
if (args.length < 1) return "请填写奖励ID";
|
if (args.length < 1) return "请填写奖励ID";
|
||||||
else return user.isClaimed(args[0]);
|
|
||||||
|
RewardContents reward = TimeRewardAPI.getRewardManager().getReward(args[0]);
|
||||||
|
if (reward == null) return "奖励不存在";
|
||||||
|
|
||||||
|
return user.isClaimed(reward);
|
||||||
}), Collections.singletonList("<奖励ID>"));
|
}), Collections.singletonList("<奖励ID>"));
|
||||||
|
|
||||||
handle("claimable", (offlinePlayer, args) -> {
|
handle("claimable", (offlinePlayer, args) -> {
|
||||||
@@ -43,17 +53,28 @@ public class PAPIExpansion extends EasyPlaceholder {
|
|||||||
handle("version", (player, args) -> getVersion());
|
handle("version", (player, args) -> getVersion());
|
||||||
}
|
}
|
||||||
|
|
||||||
protected <R> PlaceholderHandler userHandler(Function<UserData, R> userFunction) {
|
protected <R> PlaceholderHandler userHandler(Function<UserRewardData, R> userFunction) {
|
||||||
return userHandler((user, args) -> userFunction.apply(user));
|
return userHandler((user, args) -> userFunction.apply(user));
|
||||||
}
|
}
|
||||||
|
|
||||||
protected <R> PlaceholderHandler userHandler(BiFunction<UserData, String[], R> userFunction) {
|
protected <R> PlaceholderHandler userHandler(BiFunction<UserRewardData, String[], R> userFunction) {
|
||||||
return (player, args) -> {
|
return (player, args) -> {
|
||||||
if (player == null || !player.isOnline()) return "加载中...";
|
if (player == null || !player.isOnline()) return "加载中...";
|
||||||
return userFunction.apply(TimeRewardAPI.getUserManager().getData((Player) player), args);
|
UserRewardData data = TimeRewardAPI.getUserManager().get((Player) player);
|
||||||
|
if (data == null) return "加载中...";
|
||||||
|
return userFunction.apply(data, args);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
protected PlaceholderHandler timeHandler(ToLongFunction<Duration> timeFunction) {
|
||||||
|
return userHandler((user, args) -> {
|
||||||
|
if (args.length < 1) return "请填写时间类型";
|
||||||
|
IntervalType type = IntervalType.parse(args[0]);
|
||||||
|
if (type == null) return "时间类型不存在";
|
||||||
|
return timeFunction.applyAsLong(user.getOnlineDuration(type));
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
protected <R> PlaceholderHandler rewardHandler(Function<RewardContents, R> function) {
|
protected <R> PlaceholderHandler rewardHandler(Function<RewardContents, R> function) {
|
||||||
return (player, args) -> {
|
return (player, args) -> {
|
||||||
if (args.length < 1) return "请填写奖励ID";
|
if (args.length < 1) return "请填写奖励ID";
|
||||||
|
|||||||
@@ -2,21 +2,38 @@ package cc.carm.plugin.timereward.listener;
|
|||||||
|
|
||||||
import cc.carm.plugin.timereward.Main;
|
import cc.carm.plugin.timereward.Main;
|
||||||
import cc.carm.plugin.timereward.TimeRewardAPI;
|
import cc.carm.plugin.timereward.TimeRewardAPI;
|
||||||
|
import org.bukkit.entity.Player;
|
||||||
import org.bukkit.event.EventHandler;
|
import org.bukkit.event.EventHandler;
|
||||||
import org.bukkit.event.Listener;
|
import org.bukkit.event.Listener;
|
||||||
import org.bukkit.event.player.PlayerJoinEvent;
|
import org.bukkit.event.player.PlayerJoinEvent;
|
||||||
import org.bukkit.event.player.PlayerQuitEvent;
|
import org.bukkit.event.player.PlayerQuitEvent;
|
||||||
|
import org.jetbrains.annotations.Nullable;
|
||||||
|
|
||||||
public class UserListener implements Listener {
|
public class UserListener implements Listener {
|
||||||
|
|
||||||
@EventHandler
|
@EventHandler
|
||||||
public void onJoin(PlayerJoinEvent event) {
|
public void onJoin(PlayerJoinEvent event) {
|
||||||
Main.getInstance().getScheduler().runAsync(() -> TimeRewardAPI.getUserManager().loadData(event.getPlayer().getUniqueId()));
|
@Nullable Player player = event.getPlayer();
|
||||||
|
// Delayed load to avoid async error
|
||||||
|
Main.getInstance().getScheduler().runLater(20L, () -> {
|
||||||
|
if (player == null || !player.isOnline()) return;
|
||||||
|
TimeRewardAPI.getUserManager()
|
||||||
|
.load(event.getPlayer().getUniqueId(), true)
|
||||||
|
.thenAccept(data -> {
|
||||||
|
if (!player.isOnline()) { // 不在线自动卸载
|
||||||
|
TimeRewardAPI.getUserManager().unload(data.getUserUUID(), false);
|
||||||
|
}
|
||||||
|
}).exceptionally(ex -> {
|
||||||
|
Main.severe("加载用户在线时长数据失败: " + event.getPlayer().getName());
|
||||||
|
ex.printStackTrace();
|
||||||
|
return null;
|
||||||
|
});
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
@EventHandler
|
@EventHandler
|
||||||
public void onQuit(PlayerQuitEvent event) {
|
public void onQuit(PlayerQuitEvent event) {
|
||||||
Main.getInstance().getScheduler().runAsync(() -> TimeRewardAPI.getUserManager().unloadData(event.getPlayer().getUniqueId()));
|
TimeRewardAPI.getUserManager().unload(event.getPlayer().getUniqueId());
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,9 +3,10 @@ package cc.carm.plugin.timereward.manager;
|
|||||||
import cc.carm.lib.easyplugin.utils.MessageUtils;
|
import cc.carm.lib.easyplugin.utils.MessageUtils;
|
||||||
import cc.carm.plugin.timereward.Main;
|
import cc.carm.plugin.timereward.Main;
|
||||||
import cc.carm.plugin.timereward.TimeRewardAPI;
|
import cc.carm.plugin.timereward.TimeRewardAPI;
|
||||||
import cc.carm.plugin.timereward.conf.PluginConfig;
|
import cc.carm.plugin.timereward.conf.RewardsConfig;
|
||||||
import cc.carm.plugin.timereward.storage.RewardContents;
|
import cc.carm.plugin.timereward.data.IntervalType;
|
||||||
import cc.carm.plugin.timereward.storage.UserData;
|
import cc.carm.plugin.timereward.data.RewardContents;
|
||||||
|
import cc.carm.plugin.timereward.user.UserRewardData;
|
||||||
import org.bukkit.Bukkit;
|
import org.bukkit.Bukkit;
|
||||||
import org.bukkit.entity.Player;
|
import org.bukkit.entity.Player;
|
||||||
import org.bukkit.scheduler.BukkitRunnable;
|
import org.bukkit.scheduler.BukkitRunnable;
|
||||||
@@ -13,15 +14,19 @@ import org.jetbrains.annotations.NotNull;
|
|||||||
import org.jetbrains.annotations.Nullable;
|
import org.jetbrains.annotations.Nullable;
|
||||||
import org.jetbrains.annotations.Unmodifiable;
|
import org.jetbrains.annotations.Unmodifiable;
|
||||||
|
|
||||||
import java.util.Collections;
|
import java.time.Duration;
|
||||||
import java.util.List;
|
import java.time.LocalDateTime;
|
||||||
import java.util.Map;
|
import java.util.*;
|
||||||
|
import java.util.concurrent.CompletableFuture;
|
||||||
|
import java.util.concurrent.ConcurrentHashMap;
|
||||||
import java.util.stream.Collectors;
|
import java.util.stream.Collectors;
|
||||||
|
|
||||||
public class RewardManager {
|
public class RewardManager {
|
||||||
|
|
||||||
protected BukkitRunnable runnable;
|
protected BukkitRunnable runnable;
|
||||||
|
|
||||||
|
protected Map<UUID, CompletableFuture<Boolean>> claiming = new ConcurrentHashMap<>();
|
||||||
|
|
||||||
public RewardManager(Main main) {
|
public RewardManager(Main main) {
|
||||||
this.runnable = new BukkitRunnable() {
|
this.runnable = new BukkitRunnable() {
|
||||||
@Override
|
@Override
|
||||||
@@ -29,15 +34,15 @@ public class RewardManager {
|
|||||||
if (Bukkit.getOnlinePlayers().isEmpty()) return;
|
if (Bukkit.getOnlinePlayers().isEmpty()) return;
|
||||||
|
|
||||||
for (Player player : Bukkit.getOnlinePlayers()) {
|
for (Player player : Bukkit.getOnlinePlayers()) {
|
||||||
|
if (isClaiming(player.getUniqueId())) continue; // 如果正在领取奖励,则跳过
|
||||||
|
|
||||||
List<RewardContents> rewards = getUnclaimedRewards(player).stream()
|
List<RewardContents> rewards = getUnclaimedRewards(player).stream()
|
||||||
.filter(RewardContents::isAutoClaimed)
|
.filter(RewardContents::isAutoClaimed)
|
||||||
.collect(Collectors.toList());
|
.collect(Collectors.toList());
|
||||||
if (rewards.isEmpty()) continue;
|
if (rewards.isEmpty()) continue;
|
||||||
|
|
||||||
main.getScheduler().run(() -> rewards.forEach(r -> {
|
//为玩家发放奖励
|
||||||
// 在同步进程中为玩家发放奖励
|
claimRewards(player, rewards, true); // 二次检查避免重复发奖
|
||||||
claimReward(player, r, true); // 二次检查避免重复发奖
|
|
||||||
}));
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
@@ -50,7 +55,7 @@ public class RewardManager {
|
|||||||
}
|
}
|
||||||
|
|
||||||
protected Map<String, RewardContents> getRewards() {
|
protected Map<String, RewardContents> getRewards() {
|
||||||
return PluginConfig.REWARDS.getNotNull().getContents();
|
return RewardsConfig.getContents();
|
||||||
}
|
}
|
||||||
|
|
||||||
public @Nullable RewardContents getReward(String rewardID) {
|
public @Nullable RewardContents getReward(String rewardID) {
|
||||||
@@ -58,7 +63,15 @@ public class RewardManager {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public Map<String, RewardContents> listRewards() {
|
public Map<String, RewardContents> listRewards() {
|
||||||
return Collections.unmodifiableMap(PluginConfig.REWARDS.getNotNull().getContents());
|
return Collections.unmodifiableMap(RewardsConfig.getContents());
|
||||||
|
}
|
||||||
|
|
||||||
|
public boolean isClaiming(@NotNull UUID uuid) {
|
||||||
|
return claiming.containsKey(uuid) && !claiming.get(uuid).isDone();
|
||||||
|
}
|
||||||
|
|
||||||
|
public CompletableFuture<Boolean> getClaiming(@NotNull UUID uuid) {
|
||||||
|
return claiming.get(uuid);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Unmodifiable
|
@Unmodifiable
|
||||||
@@ -69,18 +82,77 @@ public class RewardManager {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public boolean isClaimable(Player player, RewardContents reward) {
|
public boolean isClaimable(Player player, RewardContents reward) {
|
||||||
UserData user = TimeRewardAPI.getUserManager().getData(player);
|
if (!reward.checkPermission(player)) return false; // 满足权限
|
||||||
return !user.isClaimed(reward.getRewardID()) // 未曾领取
|
|
||||||
&& reward.isTimeEnough(user.getAllSeconds()) // 时间足够
|
UserRewardData user = TimeRewardAPI.getUserManager().get(player);
|
||||||
&& reward.checkPermission(player); // 满足权限
|
if (user == null) return false; // 玩家数据加载中
|
||||||
|
|
||||||
|
IntervalType intervalType = reward.getType();
|
||||||
|
LocalDateTime lastClaimed = user.getClaimedDate(reward);
|
||||||
|
|
||||||
|
if (reward.isLoop()) { // 循环奖励
|
||||||
|
if (lastClaimed == null || intervalType.isPeriodChanged(lastClaimed)) {
|
||||||
|
// 无上次领取记录或上次领取的时间不在一个周期内,则直接判断时间是否足够一次循环领取的时间
|
||||||
|
return user.getOnlineDuration(intervalType).getSeconds() > reward.getTime();
|
||||||
|
} else {
|
||||||
|
// 有上次领取记录,且在同一周期内,则直接判断相隔时间是否满足一个周期
|
||||||
|
return Duration.between(lastClaimed, LocalDateTime.now()).getSeconds() > reward.getTime();
|
||||||
|
}
|
||||||
|
} else { // 非循环奖励
|
||||||
|
if (lastClaimed == null || intervalType.isPeriodChanged(lastClaimed)) { // 无上次领取记录,则直接判断时间是否足够领取的时间
|
||||||
|
return user.getOnlineDuration(intervalType).getSeconds() > reward.getTime();
|
||||||
|
} else return false; // 有同一周期内的领取记录,则玩家不得重复领取了
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean claimReward(Player player, RewardContents reward, boolean check) {
|
public CompletableFuture<Boolean> claimReward(Player player, RewardContents reward, boolean check) {
|
||||||
if (check && !isClaimable(player, reward)) return false;
|
return claimRewards(player, Collections.singletonList(reward), check);
|
||||||
|
}
|
||||||
|
|
||||||
TimeRewardAPI.getUserManager().getData(player).addClaimedReward(reward.getRewardID());
|
public CompletableFuture<Boolean> claimRewards(Player player, Collection<RewardContents> rewards, boolean check) {
|
||||||
executeCommand(player, reward);
|
CompletableFuture<Boolean> exists = claiming.get(player.getUniqueId());
|
||||||
|
if (exists != null) return CompletableFuture.completedFuture(false); // 如果玩家正在领取奖励,则直接返回false
|
||||||
|
|
||||||
|
Set<RewardContents> contents = rewards.stream()
|
||||||
|
.filter(r -> !check || isClaimable(player, r))
|
||||||
|
.collect(Collectors.toSet());
|
||||||
|
|
||||||
|
if (contents.isEmpty()) {
|
||||||
|
return CompletableFuture.completedFuture(true); // 没有可领取的奖励,直接返回true。
|
||||||
|
}
|
||||||
|
|
||||||
|
Map<String, LocalDateTime> map = new LinkedHashMap<>();
|
||||||
|
contents.forEach(reward -> map.put(reward.getRewardID(), LocalDateTime.now()));
|
||||||
|
|
||||||
|
UserRewardData user = TimeRewardAPI.getUserManager().get(player);
|
||||||
|
if (user == null) return CompletableFuture.completedFuture(false); // 玩家数据加载中
|
||||||
|
|
||||||
|
CompletableFuture<Boolean> task = Main.getInstance().supplyAsync(() -> {
|
||||||
|
try {
|
||||||
|
Main.getStorage().addClaimedData(player.getUniqueId(), map);
|
||||||
|
contents.forEach(user::updateClaimed);
|
||||||
return true;
|
return true;
|
||||||
|
} catch (Exception ex) {
|
||||||
|
Main.severe("为玩家 " + player.getName() + " 领取奖励时发生错误。");
|
||||||
|
ex.printStackTrace();
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
}).thenCompose(result -> {
|
||||||
|
if (result) {
|
||||||
|
return Main.getInstance().supplySync(() -> {
|
||||||
|
rewards.forEach(reward -> executeCommand(player, reward));
|
||||||
|
return true;
|
||||||
|
});
|
||||||
|
} else {
|
||||||
|
return CompletableFuture.completedFuture(false);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
claiming.put(player.getUniqueId(), task);
|
||||||
|
|
||||||
|
return task.whenComplete((b, t) -> {
|
||||||
|
claiming.remove(player.getUniqueId());
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
public void executeCommand(Player player, RewardContents reward) {
|
public void executeCommand(Player player, RewardContents reward) {
|
||||||
@@ -91,8 +163,4 @@ public class RewardManager {
|
|||||||
TimeRewardAPI.executeCommands(player, finalCommands); // 执行命令
|
TimeRewardAPI.executeCommands(player, finalCommands); // 执行命令
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean claimReward(Player player, RewardContents reward) {
|
|
||||||
return claimReward(player, reward, true);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -1,132 +1,67 @@
|
|||||||
package cc.carm.plugin.timereward.manager;
|
package cc.carm.plugin.timereward.manager;
|
||||||
|
|
||||||
|
import cc.carm.lib.easyplugin.EasyPlugin;
|
||||||
|
import cc.carm.lib.easyplugin.user.UserDataManager;
|
||||||
import cc.carm.plugin.timereward.Main;
|
import cc.carm.plugin.timereward.Main;
|
||||||
import cc.carm.plugin.timereward.util.DataTaskRunner;
|
import cc.carm.plugin.timereward.data.IntervalType;
|
||||||
import cc.carm.plugin.timereward.storage.UserData;
|
import cc.carm.plugin.timereward.data.TimeRecord;
|
||||||
import cc.carm.plugin.timereward.storage.database.MySQLStorage;
|
import cc.carm.plugin.timereward.storage.database.MySQLStorage;
|
||||||
import com.google.common.collect.ImmutableMap;
|
import cc.carm.plugin.timereward.user.LockedRewardData;
|
||||||
import org.bukkit.Bukkit;
|
import cc.carm.plugin.timereward.user.UserRewardData;
|
||||||
import org.bukkit.entity.Player;
|
import org.bukkit.entity.Player;
|
||||||
import org.jetbrains.annotations.NotNull;
|
import org.jetbrains.annotations.NotNull;
|
||||||
import org.jetbrains.annotations.Nullable;
|
import org.jetbrains.annotations.Nullable;
|
||||||
import org.jetbrains.annotations.Unmodifiable;
|
|
||||||
|
|
||||||
import java.util.HashMap;
|
import java.time.Duration;
|
||||||
import java.util.Map;
|
import java.time.LocalDate;
|
||||||
|
import java.util.LinkedHashMap;
|
||||||
import java.util.UUID;
|
import java.util.UUID;
|
||||||
|
|
||||||
public class UserManager {
|
public class UserManager extends UserDataManager<UUID, UserRewardData> {
|
||||||
|
|
||||||
private final HashMap<UUID, UserData> userDataMap;
|
public UserManager(@NotNull EasyPlugin plugin) {
|
||||||
|
super(plugin);
|
||||||
public UserManager() {
|
|
||||||
this.userDataMap = new HashMap<>();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@NotNull
|
public @Nullable UserRewardData get(Player player) {
|
||||||
public UserData readData(UUID userUUID) {
|
return getNullable(player.getUniqueId());
|
||||||
try {
|
}
|
||||||
long start = System.currentTimeMillis();
|
|
||||||
|
@Override
|
||||||
|
protected @Nullable UserRewardData loadData(@NotNull UUID key) throws Exception {
|
||||||
|
return Main.getStorage().loadData(key);
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void saveData(@NotNull UserRewardData data) throws Exception {
|
||||||
|
if (data instanceof LockedRewardData) return; // 不保存
|
||||||
|
|
||||||
MySQLStorage storage = Main.getStorage();
|
MySQLStorage storage = Main.getStorage();
|
||||||
|
|
||||||
UserData data = storage.loadData(userUUID);
|
// 考虑读取时间差,优先利用数据库的当前数据计算
|
||||||
|
@Nullable TimeRecord inDatabase = storage.loadTimeRecord(data.getUserUUID());
|
||||||
|
TimeRecord oldRecord = inDatabase == null ? data.getTimeRecord() : inDatabase;
|
||||||
|
|
||||||
if (data == null) {
|
Main.debugging("用户 " + data.getUserUUID() + " 的旧记录: " + oldRecord);
|
||||||
Main.debugging("当前还不存在玩家 " + userUUID + " 的数据,视作新档。");
|
// 只需要保存游玩时间数据,领取数据已经实时保存了
|
||||||
return new UserData(userUUID);
|
Duration daily = IntervalType.DAILY.calculate(oldRecord, data.getJoinTime());
|
||||||
|
Duration weekly = IntervalType.WEEKLY.calculate(oldRecord, data.getJoinTime());
|
||||||
|
Duration monthly = IntervalType.MONTHLY.calculate(oldRecord, data.getJoinTime());
|
||||||
|
Duration total = IntervalType.TOTAL.calculate(oldRecord, data.getJoinTime());
|
||||||
|
TimeRecord newRecord = new TimeRecord(LocalDate.now(), daily, weekly, monthly, total);
|
||||||
|
Main.debugging("用户 " + data.getUserUUID() + " 的新记录: " + newRecord);
|
||||||
|
|
||||||
|
storage.savePlayTime(data.getUserUUID(), newRecord);
|
||||||
}
|
}
|
||||||
|
|
||||||
Main.debugging("读取 " + userUUID + " 的用户数据完成, 耗时 " + (System.currentTimeMillis() - start) + "ms。");
|
@Override
|
||||||
|
public @NotNull UserRewardData emptyUser(@NotNull UUID key) {
|
||||||
return data;
|
return new UserRewardData(key, TimeRecord.empty(), new LinkedHashMap<>());
|
||||||
} catch (Exception e) {
|
|
||||||
Main.severe("无法正常读取玩家数据,玩家操作将不会被保存,请检查数据配置!");
|
|
||||||
Main.severe("Could not loadData user's data, please check the data conf!");
|
|
||||||
e.printStackTrace();
|
|
||||||
return new UserData(userUUID);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public void saveData(UserData data) {
|
@Override
|
||||||
try {
|
public @NotNull UserRewardData errorUser(@NotNull UUID key) {
|
||||||
long start = System.currentTimeMillis();
|
return new LockedRewardData(key); // 避免影响数据存储
|
||||||
MySQLStorage storage = Main.getStorage();
|
|
||||||
|
|
||||||
Main.debugging("正在保存 " + data.getUserUUID() + " 的用户数据...");
|
|
||||||
storage.saveClaimedData(data.getUserUUID(), data.getClaimedRewards());
|
|
||||||
storage.savePlayTime(data.getUserUUID(), data.getAllSeconds());
|
|
||||||
Main.debugging("保存 " + data.getUserUUID() + " 的用户数据完成,耗时 " + (System.currentTimeMillis() - start) + "ms。");
|
|
||||||
|
|
||||||
} catch (Exception e) {
|
|
||||||
Main.severe("无法正常保存玩家数据,请检查数据配置!");
|
|
||||||
Main.severe("Could not saveData user's data, please check the data conf!");
|
|
||||||
e.printStackTrace();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public void loadData(UUID userUUID) {
|
|
||||||
getUserDataMap().put(userUUID, readData(userUUID));
|
|
||||||
}
|
|
||||||
|
|
||||||
public void unloadData(UUID userUUID) {
|
|
||||||
unloadData(userUUID, true);
|
|
||||||
}
|
|
||||||
|
|
||||||
public void unloadData(UUID userUUID, boolean save) {
|
|
||||||
UserData data = getData(userUUID);
|
|
||||||
if (data == null) return;
|
|
||||||
if (save) saveData(data);
|
|
||||||
getUserDataMap().remove(userUUID);
|
|
||||||
}
|
|
||||||
|
|
||||||
public void loadAll() {
|
|
||||||
for (Player player : Bukkit.getOnlinePlayers()) {
|
|
||||||
if (getUserDataMap().containsKey(player.getUniqueId())) continue;
|
|
||||||
loadData(player.getUniqueId());
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public void saveAll() {
|
|
||||||
getUserDataMap().values().forEach(this::saveData);
|
|
||||||
}
|
|
||||||
|
|
||||||
public void unloadAll(boolean save) {
|
|
||||||
if (save) saveAll();
|
|
||||||
getUserDataMap().clear();
|
|
||||||
}
|
|
||||||
|
|
||||||
@Nullable
|
|
||||||
public UserData getData(UUID userUUID) {
|
|
||||||
return getUserDataMap().get(userUUID);
|
|
||||||
}
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
public UserData getData(Player player) {
|
|
||||||
return getUserDataMap().get(player.getUniqueId());
|
|
||||||
}
|
|
||||||
|
|
||||||
public void editData(@NotNull DataTaskRunner task) {
|
|
||||||
try {
|
|
||||||
task.run(Main.getStorage());
|
|
||||||
} catch (Exception exception) {
|
|
||||||
Main.severe("无法正常更改玩家数据,请检查数据配置!");
|
|
||||||
Main.severe("Could not edit user's data, please check the data conf!");
|
|
||||||
exception.printStackTrace();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public void editDataAsync(@NotNull DataTaskRunner task) {
|
|
||||||
Main.getInstance().getScheduler().runAsync(() -> editData(task));
|
|
||||||
}
|
|
||||||
|
|
||||||
@NotNull
|
|
||||||
@Unmodifiable
|
|
||||||
public Map<UUID, UserData> listUserData() {
|
|
||||||
return ImmutableMap.copyOf(getUserDataMap());
|
|
||||||
}
|
|
||||||
|
|
||||||
protected @NotNull HashMap<UUID, UserData> getUserDataMap() {
|
|
||||||
return userDataMap;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,86 +0,0 @@
|
|||||||
package cc.carm.plugin.timereward.storage;
|
|
||||||
|
|
||||||
import org.jetbrains.annotations.NotNull;
|
|
||||||
|
|
||||||
import java.util.LinkedHashSet;
|
|
||||||
import java.util.Set;
|
|
||||||
import java.util.UUID;
|
|
||||||
import java.util.concurrent.TimeUnit;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 用户奖励数据,用于存储用户的奖励的领取情况。
|
|
||||||
*/
|
|
||||||
public class UserData {
|
|
||||||
|
|
||||||
protected final @NotNull UUID userUUID;
|
|
||||||
private final Set<@NotNull String> claimedRewards; // 记录已领取的奖励ID
|
|
||||||
private final long storedSeconds; // 记录已经游玩的时间
|
|
||||||
private final long joinMillis; // 记录本次加入的时间
|
|
||||||
|
|
||||||
public UserData(@NotNull UUID userUUID) {
|
|
||||||
this(userUUID, 0, new LinkedHashSet<>());
|
|
||||||
}
|
|
||||||
|
|
||||||
public UserData(@NotNull UUID userUUID, long storedSeconds,
|
|
||||||
Set<@NotNull String> claimedRewards) {
|
|
||||||
this(userUUID, storedSeconds, claimedRewards, System.currentTimeMillis());
|
|
||||||
}
|
|
||||||
|
|
||||||
public UserData(@NotNull UUID userUUID, long storedSeconds,
|
|
||||||
Set<@NotNull String> claimedRewards, long joinMillis) {
|
|
||||||
this.userUUID = userUUID;
|
|
||||||
this.storedSeconds = storedSeconds;
|
|
||||||
this.claimedRewards = claimedRewards;
|
|
||||||
this.joinMillis = joinMillis;
|
|
||||||
}
|
|
||||||
|
|
||||||
public @NotNull UUID getUserUUID() {
|
|
||||||
return userUUID;
|
|
||||||
}
|
|
||||||
|
|
||||||
public long getStoredSeconds() {
|
|
||||||
return storedSeconds;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 得到本次加入游戏的时间
|
|
||||||
*
|
|
||||||
* @return 本次加入游戏时间
|
|
||||||
*/
|
|
||||||
public long getJoinMillis() {
|
|
||||||
return joinMillis;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 获取玩家本次加入服务器的时间 ,即为 当前时间-加入时间。
|
|
||||||
*
|
|
||||||
* @return 玩家本次加入服务器的时间
|
|
||||||
*/
|
|
||||||
public long getCurrentSeconds() {
|
|
||||||
return TimeUnit.MILLISECONDS.toSeconds(System.currentTimeMillis() - getJoinMillis());
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 获取 玩家在数据库中已经游玩的时间 + (当前时间-加入时间)
|
|
||||||
*
|
|
||||||
* @return 之前游玩的世界与本次游玩时间之和
|
|
||||||
*/
|
|
||||||
public long getAllSeconds() {
|
|
||||||
return getStoredSeconds() + getCurrentSeconds();
|
|
||||||
}
|
|
||||||
|
|
||||||
public Set<String> getClaimedRewards() {
|
|
||||||
return claimedRewards;
|
|
||||||
}
|
|
||||||
|
|
||||||
public boolean isClaimed(@NotNull String rewardId) {
|
|
||||||
return this.claimedRewards.contains(rewardId);
|
|
||||||
}
|
|
||||||
|
|
||||||
public boolean addClaimedReward(@NotNull String rewardId) {
|
|
||||||
if (isClaimed(rewardId)) return false; // 已经领取过了
|
|
||||||
this.claimedRewards.add(rewardId);
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,31 +1,30 @@
|
|||||||
package cc.carm.plugin.timereward.storage.database;
|
package cc.carm.plugin.timereward.storage.database;
|
||||||
|
|
||||||
import cc.carm.lib.configuration.core.ConfigurationRoot;
|
import cc.carm.lib.configuration.Configuration;
|
||||||
import cc.carm.lib.configuration.core.annotation.ConfigPath;
|
import cc.carm.lib.configuration.annotation.ConfigPath;
|
||||||
import cc.carm.lib.configuration.core.annotation.HeaderComment;
|
import cc.carm.lib.configuration.annotation.HeaderComments;
|
||||||
import cc.carm.lib.configuration.core.value.ConfigValue;
|
import cc.carm.lib.configuration.value.standard.ConfiguredValue;
|
||||||
import cc.carm.lib.configuration.core.value.type.ConfiguredValue;
|
|
||||||
|
|
||||||
@HeaderComment("数据库相关设定")
|
@HeaderComments("数据库相关设定")
|
||||||
@ConfigPath("storage.database")
|
@ConfigPath(value = "storage.database", root = true)
|
||||||
public class DatabaseConfig extends ConfigurationRoot {
|
public class DatabaseConfig implements Configuration {
|
||||||
|
|
||||||
@ConfigPath("driver")
|
@ConfigPath("driver")
|
||||||
protected static final ConfigValue<String> DRIVER_NAME = ConfiguredValue.of(
|
protected static final ConfiguredValue<String> DRIVER_NAME = ConfiguredValue.of(
|
||||||
String.class, "com.mysql.jdbc.Driver"
|
String.class, "com.mysql.jdbc.Driver"
|
||||||
);
|
);
|
||||||
|
|
||||||
protected static final ConfigValue<String> HOST = ConfiguredValue.of(String.class, "127.0.0.1");
|
protected static final ConfiguredValue<String> HOST = ConfiguredValue.of(String.class, "127.0.0.1");
|
||||||
protected static final ConfigValue<Integer> PORT = ConfiguredValue.of(Integer.class, 3306);
|
protected static final ConfiguredValue<Integer> PORT = ConfiguredValue.of(Integer.class, 3306);
|
||||||
protected static final ConfigValue<String> DATABASE = ConfiguredValue.of(String.class, "minecraft");
|
protected static final ConfiguredValue<String> DATABASE = ConfiguredValue.of(String.class, "minecraft");
|
||||||
protected static final ConfigValue<String> USERNAME = ConfiguredValue.of(String.class, "root");
|
protected static final ConfiguredValue<String> USERNAME = ConfiguredValue.of(String.class, "root");
|
||||||
protected static final ConfigValue<String> PASSWORD = ConfiguredValue.of(String.class, "password");
|
protected static final ConfiguredValue<String> PASSWORD = ConfiguredValue.of(String.class, "password");
|
||||||
protected static final ConfigValue<String> EXTRA = ConfiguredValue.of(String.class, "?useSSL=false");
|
protected static final ConfiguredValue<String> EXTRA = ConfiguredValue.of(String.class, "?useSSL=false");
|
||||||
|
|
||||||
@HeaderComment("插件相关表的名称")
|
@HeaderComments("插件相关表的名称")
|
||||||
public static final class TABLES extends ConfigurationRoot {
|
public static final class TABLES implements Configuration {
|
||||||
public static final ConfigValue<String> USER_TIMES = ConfiguredValue.of(String.class, "tr_user_times");
|
public static final ConfiguredValue<String> USER_TIMES = ConfiguredValue.of(String.class, "tr_user_times");
|
||||||
public static final ConfigValue<String> USER_CLAIMED = ConfiguredValue.of(String.class, "tr_user_claimed");
|
public static final ConfiguredValue<String> USER_CLAIMED = ConfiguredValue.of(String.class, "tr_user_claimed");
|
||||||
}
|
}
|
||||||
|
|
||||||
protected static String buildJDBC() {
|
protected static String buildJDBC() {
|
||||||
|
|||||||
@@ -1,9 +1,10 @@
|
|||||||
package cc.carm.plugin.timereward.storage.database;
|
package cc.carm.plugin.timereward.storage.database;
|
||||||
|
|
||||||
import cc.carm.lib.configuration.core.value.ConfigValue;
|
import cc.carm.lib.configuration.value.standard.ConfiguredValue;
|
||||||
import cc.carm.lib.easysql.api.SQLManager;
|
import cc.carm.lib.easysql.api.SQLManager;
|
||||||
import cc.carm.lib.easysql.api.SQLTable;
|
import cc.carm.lib.easysql.api.SQLTable;
|
||||||
import cc.carm.lib.easysql.api.builder.TableCreateBuilder;
|
import cc.carm.lib.easysql.api.builder.TableCreateBuilder;
|
||||||
|
import cc.carm.lib.easysql.api.enums.IndexType;
|
||||||
import org.jetbrains.annotations.NotNull;
|
import org.jetbrains.annotations.NotNull;
|
||||||
import org.jetbrains.annotations.Nullable;
|
import org.jetbrains.annotations.Nullable;
|
||||||
|
|
||||||
@@ -15,39 +16,40 @@ public enum DatabaseTables implements SQLTable {
|
|||||||
/**
|
/**
|
||||||
* 用于记录用户在线时间的表
|
* 用于记录用户在线时间的表
|
||||||
*/
|
*/
|
||||||
USER_TIMES(DatabaseConfig.TABLES.USER_TIMES, (table) -> {
|
USER_TIMES(DatabaseConfig.TABLES.USER_TIMES, table -> {
|
||||||
table.addColumn("uuid", "CHAR(36) NOT NULL PRIMARY KEY"); // 用户的UUID
|
table.addColumn("uuid", "CHAR(36) NOT NULL PRIMARY KEY"); // 用户的UUID
|
||||||
|
table.addColumn("date", "DATE NOT NULL"); // 日期
|
||||||
|
|
||||||
table.addColumn("time", "INT UNSIGNED NOT NULL DEFAULT 0"); // 用户在线时间(秒)
|
table.addColumn("daily_time", "MEDIUMINT UNSIGNED NOT NULL DEFAULT 0"); // 用户日在线时间(秒)
|
||||||
|
table.addColumn("weekly_time", "MEDIUMINT UNSIGNED NOT NULL DEFAULT 0"); // 用户周在线时间(秒)
|
||||||
|
table.addColumn("monthly_time", "MEDIUMINT UNSIGNED NOT NULL DEFAULT 0"); // 用户月在线时间(秒)
|
||||||
|
table.addColumn("total_time", "INT UNSIGNED NOT NULL DEFAULT 0"); // 用户总在线时间(秒)
|
||||||
|
|
||||||
table.addColumn("update",
|
table.addColumn("update",
|
||||||
"DATETIME NOT NULL " +
|
"DATETIME NOT NULL " +
|
||||||
"DEFAULT CURRENT_TIMESTAMP " +
|
"DEFAULT CURRENT_TIMESTAMP " +
|
||||||
"ON UPDATE CURRENT_TIMESTAMP"
|
"ON UPDATE CURRENT_TIMESTAMP"
|
||||||
);
|
);
|
||||||
|
|
||||||
}),
|
}),
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 用于记录用户奖励领取情况的表
|
* 用于记录用户奖励领取情况的表
|
||||||
*/
|
*/
|
||||||
USER_CLAIMED(DatabaseConfig.TABLES.USER_CLAIMED, (table) -> {
|
USER_CLAIMED(DatabaseConfig.TABLES.USER_CLAIMED, (table) -> {
|
||||||
table.addAutoIncrementColumn("id", false, true); // 排序键
|
table.addColumn("uuid", "CHAR(36) NOT NULL"); // 用户的UUID 主键
|
||||||
table.addColumn("uuid", "CHAR(36) NOT NULL PRIMARY KEY"); // 用户的UUID 主键
|
table.addColumn("reward", "VARCHAR(64) NOT NULL"); // 已领取的奖励ID
|
||||||
|
|
||||||
table.addColumn("value", "MEDIUMTEXT"); // 已领取的奖励ID
|
table.addColumn("time", "DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP"); // 领取时间
|
||||||
|
|
||||||
table.addColumn("update",
|
table.setIndex(IndexType.PRIMARY_KEY, "pk_timereward_user", "uuid", "reward");
|
||||||
"DATETIME NOT NULL " +
|
|
||||||
"DEFAULT CURRENT_TIMESTAMP " +
|
|
||||||
"ON UPDATE CURRENT_TIMESTAMP"
|
|
||||||
);
|
|
||||||
});
|
});
|
||||||
|
|
||||||
private final Consumer<TableCreateBuilder> builder;
|
private final Consumer<TableCreateBuilder> builder;
|
||||||
private final ConfigValue<String> name;
|
private final ConfiguredValue<String> name;
|
||||||
private @Nullable SQLManager manager;
|
private @Nullable SQLManager manager;
|
||||||
|
|
||||||
DatabaseTables(ConfigValue<String> name,
|
DatabaseTables(ConfiguredValue<String> name,
|
||||||
Consumer<TableCreateBuilder> builder) {
|
Consumer<TableCreateBuilder> builder) {
|
||||||
this.name = name;
|
this.name = name;
|
||||||
this.builder = builder;
|
this.builder = builder;
|
||||||
|
|||||||
@@ -3,18 +3,19 @@ package cc.carm.plugin.timereward.storage.database;
|
|||||||
import cc.carm.lib.easysql.EasySQL;
|
import cc.carm.lib.easysql.EasySQL;
|
||||||
import cc.carm.lib.easysql.api.SQLManager;
|
import cc.carm.lib.easysql.api.SQLManager;
|
||||||
import cc.carm.plugin.timereward.Main;
|
import cc.carm.plugin.timereward.Main;
|
||||||
import cc.carm.plugin.timereward.storage.UserData;
|
import cc.carm.plugin.timereward.data.TimeRecord;
|
||||||
|
import cc.carm.plugin.timereward.user.UserRewardData;
|
||||||
import com.google.gson.Gson;
|
import com.google.gson.Gson;
|
||||||
import com.google.gson.JsonElement;
|
|
||||||
import com.google.gson.JsonParser;
|
import com.google.gson.JsonParser;
|
||||||
import org.jetbrains.annotations.NotNull;
|
import org.jetbrains.annotations.NotNull;
|
||||||
import org.jetbrains.annotations.Nullable;
|
import org.jetbrains.annotations.Nullable;
|
||||||
|
|
||||||
import java.sql.ResultSet;
|
import java.sql.ResultSet;
|
||||||
import java.sql.SQLException;
|
import java.sql.SQLException;
|
||||||
import java.util.LinkedHashSet;
|
import java.time.LocalDate;
|
||||||
import java.util.Set;
|
import java.time.LocalDateTime;
|
||||||
import java.util.UUID;
|
import java.util.*;
|
||||||
|
import java.util.stream.Collectors;
|
||||||
|
|
||||||
public class MySQLStorage {
|
public class MySQLStorage {
|
||||||
protected static final Gson GSON = new Gson();
|
protected static final Gson GSON = new Gson();
|
||||||
@@ -56,62 +57,91 @@ public class MySQLStorage {
|
|||||||
return sqlManager;
|
return sqlManager;
|
||||||
}
|
}
|
||||||
|
|
||||||
public @Nullable UserData loadData(@NotNull UUID uuid) throws Exception {
|
public @Nullable UserRewardData loadData(@NotNull UUID uuid) throws Exception {
|
||||||
Long playTime = loadPlayTime(uuid);
|
TimeRecord recordDate = loadTimeRecord(uuid);
|
||||||
Set<String> claimedData = loadClaimedData(uuid);
|
Map<String, LocalDateTime> claimedData = loadClaimedData(uuid);
|
||||||
return new UserData(uuid, playTime, claimedData);
|
return new UserRewardData(uuid, recordDate, claimedData);
|
||||||
}
|
}
|
||||||
|
|
||||||
public long loadPlayTime(@NotNull UUID uuid) throws Exception {
|
public TimeRecord loadTimeRecord(@NotNull UUID uuid) throws Exception {
|
||||||
return DatabaseTables.USER_TIMES.createQuery()
|
return DatabaseTables.USER_TIMES.createQuery()
|
||||||
.selectColumns("uuid", "time")
|
|
||||||
.addCondition("uuid", uuid).setLimit(1).build()
|
.addCondition("uuid", uuid).setLimit(1).build()
|
||||||
.executeFunction((query) -> {
|
.executeFunction(query -> {
|
||||||
ResultSet resultSet = query.getResultSet();
|
ResultSet rs = query.getResultSet();
|
||||||
if (resultSet == null || !resultSet.next()) return 0L;
|
if (rs == null || !rs.next()) return TimeRecord.empty();
|
||||||
return resultSet.getLong("time");
|
|
||||||
}, 0L);
|
LocalDate date = rs.getDate("date").toLocalDate();
|
||||||
|
long daily = rs.getLong("daily_time");
|
||||||
|
long weekly = rs.getLong("weekly_time");
|
||||||
|
long monthly = rs.getLong("monthly_time");
|
||||||
|
long total = rs.getLong("total_time");
|
||||||
|
|
||||||
|
Main.debugging("成功从数据库中加载用户在线时间记录: " + uuid + " -> {",
|
||||||
|
" - DAILY = " + daily,
|
||||||
|
" - WEEKLY = " + weekly,
|
||||||
|
" - MONTHLY = " + monthly,
|
||||||
|
" - TOTAL = " + total,
|
||||||
|
"}");
|
||||||
|
|
||||||
|
return new TimeRecord(date, daily, weekly, monthly, total);
|
||||||
|
}, TimeRecord.empty());
|
||||||
}
|
}
|
||||||
|
|
||||||
@NotNull
|
@NotNull
|
||||||
public Set<String> loadClaimedData(@NotNull UUID uuid) throws Exception {
|
public Map<String, LocalDateTime> loadClaimedData(@NotNull UUID uuid) throws Exception {
|
||||||
return DatabaseTables.USER_CLAIMED.createQuery()
|
return DatabaseTables.USER_CLAIMED.createQuery()
|
||||||
.selectColumns("uuid", "value")
|
.addCondition("uuid", uuid).build()
|
||||||
.addCondition("uuid", uuid).setLimit(1).build()
|
.executeFunction(query -> {
|
||||||
.executeFunction((query) -> {
|
ResultSet rs = query.getResultSet();
|
||||||
ResultSet resultSet = query.getResultSet();
|
Map<String, LocalDateTime> map = new LinkedHashMap<>();
|
||||||
if (!resultSet.next()) return new LinkedHashSet<>();
|
|
||||||
String json = resultSet.getString("value");
|
while (rs.next()) {
|
||||||
if (json == null) return new LinkedHashSet<>();
|
String rewardID = rs.getString("reward");
|
||||||
JsonElement element = PARSER.parse(json);
|
LocalDateTime time = rs.getTimestamp("time").toLocalDateTime();
|
||||||
if (!element.isJsonArray()) return new LinkedHashSet<>();
|
map.put(rewardID, time);
|
||||||
Set<String> ids = new LinkedHashSet<>();
|
|
||||||
for (JsonElement e : element.getAsJsonArray()) {
|
|
||||||
ids.add(e.getAsString());
|
|
||||||
}
|
|
||||||
return ids;
|
|
||||||
}, new LinkedHashSet<>());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public void saveClaimedData(@NotNull UUID uuid, @Nullable Set<String> claimedRewards) throws Exception {
|
return map;
|
||||||
if (claimedRewards != null) {
|
}, new LinkedHashMap<>());
|
||||||
DatabaseTables.USER_CLAIMED.createReplace()
|
}
|
||||||
.setColumnNames("uuid", "value")
|
|
||||||
.setParams(uuid.toString(), GSON.toJson(claimedRewards))
|
public void addClaimedData(@NotNull UUID uuid, String reward) throws Exception {
|
||||||
.execute();
|
HashMap<String, LocalDateTime> time = new HashMap<>();
|
||||||
|
time.put(reward, LocalDateTime.now());
|
||||||
|
addClaimedData(uuid, time);
|
||||||
|
}
|
||||||
|
|
||||||
|
public void addClaimedData(@NotNull UUID uuid, @NotNull Map<String, LocalDateTime> data) throws Exception {
|
||||||
|
if (!data.isEmpty()) {
|
||||||
|
List<Object[]> values = data.entrySet().stream()
|
||||||
|
.map(entry -> new Object[]{uuid.toString(), entry.getKey(), entry.getValue()})
|
||||||
|
.collect(Collectors.toList());
|
||||||
|
DatabaseTables.USER_CLAIMED.createReplaceBatch()
|
||||||
|
.setColumnNames("uuid", "reward", "time")
|
||||||
|
.setAllParams(values).execute();
|
||||||
} else {
|
} else {
|
||||||
DatabaseTables.USER_CLAIMED.createDelete()
|
DatabaseTables.USER_CLAIMED.createDelete()
|
||||||
.addCondition("uuid", uuid).setLimit(1)
|
.addCondition("uuid", uuid).setLimit(1)
|
||||||
.build()
|
.build().execute();
|
||||||
.execute();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public void savePlayTime(@NotNull UUID uuid, long time) throws Exception {
|
public void savePlayTime(@NotNull UUID uuid, @Nullable TimeRecord newRecord) throws Exception {
|
||||||
|
if (newRecord != null) {
|
||||||
DatabaseTables.USER_TIMES.createReplace()
|
DatabaseTables.USER_TIMES.createReplace()
|
||||||
.setColumnNames("uuid", "time")
|
.setColumnNames("uuid", "date", "daily_time", "weekly_time", "monthly_time", "total_time")
|
||||||
.setParams(uuid.toString(), time)
|
.setParams(
|
||||||
.execute();
|
uuid.toString(), newRecord.getDate(),
|
||||||
|
newRecord.getDailyTime().getSeconds(),
|
||||||
|
newRecord.getWeeklyTime().getSeconds(),
|
||||||
|
newRecord.getMonthlyTime().getSeconds(),
|
||||||
|
newRecord.getTotalTime().getSeconds()
|
||||||
|
).execute();
|
||||||
|
} else {
|
||||||
|
DatabaseTables.USER_TIMES.createDelete()
|
||||||
|
.addCondition("uuid", uuid).setLimit(1)
|
||||||
|
.build().execute();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,36 @@
|
|||||||
|
package cc.carm.plugin.timereward.user;
|
||||||
|
|
||||||
|
import cc.carm.plugin.timereward.data.IntervalType;
|
||||||
|
import cc.carm.plugin.timereward.data.RewardContents;
|
||||||
|
import cc.carm.plugin.timereward.data.TimeRecord;
|
||||||
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
|
||||||
|
import java.time.Duration;
|
||||||
|
import java.util.Collections;
|
||||||
|
import java.util.UUID;
|
||||||
|
|
||||||
|
public class LockedRewardData extends UserRewardData {
|
||||||
|
public LockedRewardData(@NotNull UUID userUUID) {
|
||||||
|
super(userUUID, TimeRecord.empty(), Collections.emptyMap());
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public Duration getOnlineDuration(@NotNull IntervalType type) {
|
||||||
|
return Duration.ZERO;
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public boolean isClaimed(@NotNull RewardContents reward) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public boolean isTimeEnough(RewardContents reward) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void updateClaimed(@NotNull RewardContents reward) {
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,84 @@
|
|||||||
|
package cc.carm.plugin.timereward.user;
|
||||||
|
|
||||||
|
import cc.carm.lib.easyplugin.user.AbstractUserData;
|
||||||
|
import cc.carm.plugin.timereward.data.IntervalType;
|
||||||
|
import cc.carm.plugin.timereward.data.RewardContents;
|
||||||
|
import cc.carm.plugin.timereward.data.TimeRecord;
|
||||||
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
import org.jetbrains.annotations.Nullable;
|
||||||
|
|
||||||
|
import java.time.Duration;
|
||||||
|
import java.time.LocalDateTime;
|
||||||
|
import java.util.Map;
|
||||||
|
import java.util.UUID;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 用户奖励数据,用于存储用户的奖励的领取情况。
|
||||||
|
*/
|
||||||
|
public class UserRewardData extends AbstractUserData<UUID> {
|
||||||
|
|
||||||
|
private final @NotNull Map<String, LocalDateTime> claimedRewards; // 记录已领取的奖励ID
|
||||||
|
|
||||||
|
private final @NotNull TimeRecord recordTime;
|
||||||
|
private final @NotNull LocalDateTime joinTime;
|
||||||
|
|
||||||
|
public UserRewardData(@NotNull UUID userUUID, @NotNull TimeRecord timeRecord, @NotNull Map<String, LocalDateTime> claimedRewards) {
|
||||||
|
this(userUUID, claimedRewards, timeRecord, LocalDateTime.now());
|
||||||
|
}
|
||||||
|
|
||||||
|
public UserRewardData(@NotNull UUID userUUID, @NotNull Map<String, LocalDateTime> claimedRewards,
|
||||||
|
@NotNull TimeRecord recordTime, @NotNull LocalDateTime joinTime) {
|
||||||
|
super(userUUID);
|
||||||
|
this.claimedRewards = claimedRewards;
|
||||||
|
this.recordTime = recordTime;
|
||||||
|
this.joinTime = joinTime;
|
||||||
|
}
|
||||||
|
|
||||||
|
public @NotNull UUID getUserUUID() {
|
||||||
|
return key();
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return 数据库中的时间记录
|
||||||
|
*/
|
||||||
|
public @NotNull TimeRecord getTimeRecord() {
|
||||||
|
return recordTime;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 得到本次加入游戏的时间
|
||||||
|
*
|
||||||
|
* @return 本次加入游戏时间
|
||||||
|
*/
|
||||||
|
public @NotNull LocalDateTime getJoinTime() {
|
||||||
|
return joinTime;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return 玩家的在线时间周期,需指定周期类型{@link IntervalType}
|
||||||
|
*/
|
||||||
|
public Duration getOnlineDuration(@NotNull IntervalType type) {
|
||||||
|
return type.calculate(getTimeRecord(), getJoinTime());
|
||||||
|
}
|
||||||
|
|
||||||
|
public boolean isTimeEnough(RewardContents reward) {
|
||||||
|
return getOnlineDuration(reward.getType()).getSeconds() >= reward.getTime();
|
||||||
|
}
|
||||||
|
|
||||||
|
public @NotNull Map<String, LocalDateTime> getClaimedRewards() {
|
||||||
|
return claimedRewards;
|
||||||
|
}
|
||||||
|
|
||||||
|
public @Nullable LocalDateTime getClaimedDate(@NotNull RewardContents reward) {
|
||||||
|
return claimedRewards.get(reward.getRewardID());
|
||||||
|
}
|
||||||
|
|
||||||
|
public boolean isClaimed(@NotNull RewardContents reward) {
|
||||||
|
return claimedRewards.containsKey(reward.getRewardID());
|
||||||
|
}
|
||||||
|
|
||||||
|
public void updateClaimed(@NotNull RewardContents reward) {
|
||||||
|
this.claimedRewards.put(reward.getRewardID(), LocalDateTime.now());
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,75 @@
|
|||||||
|
package cc.carm.plugin.timereward.util;
|
||||||
|
|
||||||
|
import java.time.DayOfWeek;
|
||||||
|
import java.time.LocalDate;
|
||||||
|
import java.time.LocalDateTime;
|
||||||
|
import java.time.temporal.Temporal;
|
||||||
|
import java.time.temporal.TemporalAdjusters;
|
||||||
|
import java.time.temporal.TemporalField;
|
||||||
|
import java.time.temporal.WeekFields;
|
||||||
|
import java.util.function.Supplier;
|
||||||
|
|
||||||
|
public class DateTimeUtils {
|
||||||
|
|
||||||
|
public static Supplier<DayOfWeek> WEEK_START_DAY = () -> DayOfWeek.MONDAY;
|
||||||
|
|
||||||
|
public static boolean sameDay(LocalDate a) {
|
||||||
|
return sameDay(a, LocalDate.now());
|
||||||
|
}
|
||||||
|
|
||||||
|
public static boolean sameDay(LocalDate a, LocalDate b) {
|
||||||
|
return a.getYear() == b.getYear() &&
|
||||||
|
a.getMonth() == b.getMonth() &&
|
||||||
|
a.getDayOfMonth() == b.getDayOfMonth();
|
||||||
|
}
|
||||||
|
|
||||||
|
public static boolean sameWeek(Temporal a) {
|
||||||
|
return sameWeek(WEEK_START_DAY.get(), a, LocalDate.now());
|
||||||
|
}
|
||||||
|
|
||||||
|
public static boolean sameWeek(DayOfWeek weekStart, Temporal a) {
|
||||||
|
return sameWeek(weekStart, a, LocalDate.now());
|
||||||
|
}
|
||||||
|
|
||||||
|
public static boolean sameWeek(Temporal a, Temporal b) {
|
||||||
|
return sameWeek(WEEK_START_DAY.get(), a, b);
|
||||||
|
}
|
||||||
|
|
||||||
|
public static boolean sameWeek(DayOfWeek weekStart, Temporal a, Temporal b) {
|
||||||
|
TemporalField woy = WeekFields.of(weekStart, 4).weekOfWeekBasedYear();
|
||||||
|
return a.get(woy) == b.get(woy);
|
||||||
|
}
|
||||||
|
|
||||||
|
public static boolean sameMonth(LocalDate a) {
|
||||||
|
return sameMonth(a, LocalDate.now());
|
||||||
|
}
|
||||||
|
|
||||||
|
public static boolean sameMonth(LocalDate a, LocalDate b) {
|
||||||
|
return a.getMonth().equals(b.getMonth());
|
||||||
|
}
|
||||||
|
|
||||||
|
public static LocalDateTime todayStartTime() {
|
||||||
|
return LocalDate.now().atTime(0, 0);
|
||||||
|
}
|
||||||
|
|
||||||
|
public static LocalDate currentWeekStartDay(DayOfWeek weekStart) {
|
||||||
|
return LocalDate.now().with(TemporalAdjusters.previousOrSame(weekStart));
|
||||||
|
}
|
||||||
|
|
||||||
|
public static LocalDate currentWeekStartDay() {
|
||||||
|
return currentWeekStartDay(WEEK_START_DAY.get());
|
||||||
|
}
|
||||||
|
|
||||||
|
public static LocalDateTime currentWeekStartTime(DayOfWeek weekStart) {
|
||||||
|
return currentWeekStartDay(weekStart).atTime(0, 0);
|
||||||
|
}
|
||||||
|
|
||||||
|
public static LocalDateTime currentWeekStartTime() {
|
||||||
|
return currentWeekStartTime(WEEK_START_DAY.get());
|
||||||
|
}
|
||||||
|
|
||||||
|
public static LocalDateTime currentMonthStartTime() {
|
||||||
|
return LocalDate.now().withDayOfMonth(1).atTime(0, 0);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -16,10 +16,12 @@ permissions:
|
|||||||
"TimeReward.admin":
|
"TimeReward.admin":
|
||||||
description: "在线自动领奖的管理员权限。"
|
description: "在线自动领奖的管理员权限。"
|
||||||
default: op
|
default: op
|
||||||
|
"TimeReward.claim":
|
||||||
|
description: "使用领奖指令的权限,若关闭则玩家不得直接通过指令领取奖励。"
|
||||||
|
default: true
|
||||||
|
|
||||||
commands:
|
commands:
|
||||||
"TimeReward":
|
"TimeReward":
|
||||||
permission: "TimeReward.admin"
|
|
||||||
description: "在线自动领奖的基础指令。"
|
description: "在线自动领奖的基础指令。"
|
||||||
usage: "/TimeReward help"
|
usage: "/TimeReward help"
|
||||||
aliases:
|
aliases:
|
||||||
|
|||||||
@@ -0,0 +1,52 @@
|
|||||||
|
package cc.carm.plugin.tests;
|
||||||
|
|
||||||
|
import cc.carm.plugin.timereward.data.IntervalType;
|
||||||
|
import cc.carm.plugin.timereward.data.TimeRecord;
|
||||||
|
import cc.carm.plugin.timereward.user.UserRewardData;
|
||||||
|
import cc.carm.plugin.timereward.util.DateTimeUtils;
|
||||||
|
import org.junit.Test;
|
||||||
|
|
||||||
|
import java.time.DayOfWeek;
|
||||||
|
import java.time.Duration;
|
||||||
|
import java.time.LocalDate;
|
||||||
|
import java.time.LocalDateTime;
|
||||||
|
import java.time.format.DateTimeFormatter;
|
||||||
|
import java.util.HashMap;
|
||||||
|
import java.util.UUID;
|
||||||
|
|
||||||
|
public class DataTest {
|
||||||
|
|
||||||
|
DateTimeFormatter DATETIME = DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss");
|
||||||
|
|
||||||
|
@Test
|
||||||
|
public void test() {
|
||||||
|
|
||||||
|
LocalDate date = LocalDate.of(2025, 5, 1);
|
||||||
|
LocalDateTime dateTime = LocalDateTime.now().minusHours(10).minusSeconds(600);
|
||||||
|
|
||||||
|
System.out.println("-----------------------------------------");
|
||||||
|
System.out.println(" DURATION: " + Duration.between(dateTime, LocalDateTime.now()).getSeconds());
|
||||||
|
System.out.println("TODAY START: " + DATETIME.format(DateTimeUtils.todayStartTime()));
|
||||||
|
System.out.println("WEEK START: " + DATETIME.format(DateTimeUtils.currentWeekStartTime()));
|
||||||
|
System.out.println("MONTH START: " + DATETIME.format(DateTimeUtils.currentMonthStartTime()));
|
||||||
|
System.out.println("-----------------------------------------");
|
||||||
|
System.out.println("RECORD DATE: " + DateTimeFormatter.ofPattern("yyyy-MM-dd").format(date));
|
||||||
|
System.out.println(" JOIN TIME: " + DATETIME.format(dateTime));
|
||||||
|
System.out.println("-----------------------------------------");
|
||||||
|
|
||||||
|
UserRewardData data = createData(date, dateTime);
|
||||||
|
for (IntervalType value : IntervalType.values()) {
|
||||||
|
System.out.println(value.name() + " = " + data.getOnlineDuration(value).getSeconds());
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
static UserRewardData createData(LocalDate date, LocalDateTime join) {
|
||||||
|
return new UserRewardData(
|
||||||
|
UUID.randomUUID(), new HashMap<>(),
|
||||||
|
new TimeRecord(date, 0, 0, 0, 0),
|
||||||
|
join
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,22 @@
|
|||||||
|
package cc.carm.plugin.tests;
|
||||||
|
|
||||||
|
import cc.carm.plugin.timereward.data.IntervalType;
|
||||||
|
import cc.carm.plugin.timereward.data.TimeRecord;
|
||||||
|
import org.junit.Test;
|
||||||
|
|
||||||
|
import java.time.LocalDate;
|
||||||
|
import java.time.LocalDateTime;
|
||||||
|
|
||||||
|
public class IntervalTest {
|
||||||
|
|
||||||
|
@Test
|
||||||
|
public void test() {
|
||||||
|
|
||||||
|
System.out.println(IntervalType.DAILY.calculate(
|
||||||
|
new TimeRecord(LocalDate.now(), 100, 200, 300, 400),
|
||||||
|
LocalDateTime.now()
|
||||||
|
).getSeconds());
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,41 @@
|
|||||||
|
package cc.carm.plugin.tests;
|
||||||
|
|
||||||
|
import cc.carm.plugin.timereward.data.IntervalType;
|
||||||
|
import cc.carm.plugin.timereward.data.TimeRecord;
|
||||||
|
import org.junit.Test;
|
||||||
|
|
||||||
|
import java.time.LocalDate;
|
||||||
|
|
||||||
|
public class TimeTest {
|
||||||
|
|
||||||
|
LocalDate date = LocalDate.of(2023, 8, 30);
|
||||||
|
|
||||||
|
@Test
|
||||||
|
public void test() {
|
||||||
|
|
||||||
|
TimeRecord record1 = new TimeRecord(LocalDate.now().minusMonths(1), 0, 0, 0, 0);
|
||||||
|
TimeRecord record2 = new TimeRecord(LocalDate.now().minusWeeks(1), 0, 0, 0, 0);
|
||||||
|
TimeRecord record3 = new TimeRecord(LocalDate.now().minusDays(1), 0, 0, 0, 0);
|
||||||
|
|
||||||
|
System.out.println(record1.isDayUpdated());
|
||||||
|
System.out.println(record1.isWeekUpdated());
|
||||||
|
System.out.println(record1.isMonthUpdated());
|
||||||
|
|
||||||
|
System.out.println(record2.isDayUpdated());
|
||||||
|
System.out.println(record2.isWeekUpdated());
|
||||||
|
System.out.println(record2.isMonthUpdated());
|
||||||
|
|
||||||
|
System.out.println(record3.isDayUpdated());
|
||||||
|
System.out.println(record3.isWeekUpdated());
|
||||||
|
System.out.println(record3.isMonthUpdated());
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
public void durationTest() {
|
||||||
|
for (IntervalType value : IntervalType.values()) {
|
||||||
|
System.out.println(value.name() + " = <MAX> = " + value.getMaxDuration().getSeconds());
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user