mirror of
https://github.com/carm-outsource/TimeReward.git
synced 2026-06-04 15:28:16 +08:00
Compare commits
60 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 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 |
@@ -14,9 +14,9 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v6
|
||||
- name: "Set up JDK"
|
||||
uses: actions/setup-java@v2
|
||||
uses: actions/setup-java@v5
|
||||
with:
|
||||
java-version: '8'
|
||||
distribution: 'adopt'
|
||||
@@ -35,10 +35,10 @@ jobs:
|
||||
run: |
|
||||
mkdir artifacts
|
||||
cp -vrf target/ artifacts/target/
|
||||
cp -vrf asset/*.jar artifacts
|
||||
cp -vrf .asset/*.jar artifacts
|
||||
|
||||
- name: "Upload artifact"
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: Artifact
|
||||
path: artifacts
|
||||
@@ -12,10 +12,10 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: "Checkout"
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: "Set up JDK"
|
||||
uses: actions/setup-java@v2
|
||||
uses: actions/setup-java@v5
|
||||
with:
|
||||
java-version: '8'
|
||||
distribution: 'adopt'
|
||||
@@ -37,5 +37,5 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
upload_url: ${{ github.event.release.upload_url }}
|
||||
asset_path: asset/*.jar
|
||||
asset_path: ".asset/*.jar"
|
||||
asset_content_type: application/java-archive
|
||||
@@ -72,15 +72,21 @@
|
||||
变量如下:
|
||||
|
||||
```text
|
||||
# %TimeReward_time_<时间类型>%
|
||||
- 得到玩家的在线时长(秒)。
|
||||
# %TimeReward_<单位>_<时间类型>%
|
||||
- 得到玩家的在线时长。
|
||||
- 单位可选 seconds, minutes, hours, days.
|
||||
- 时间类型可选 TOTAL, DAILY, WEEKLY, MONTHLY 。
|
||||
|
||||
|
||||
|
||||
# %TimeReward_reward_<奖励ID>%
|
||||
- 得到某个奖励配置的名称。
|
||||
|
||||
# %TimeReward_claimed_<奖励ID>%
|
||||
- 得到玩家是否已经领取了某个奖励。
|
||||
- 得到玩家是否已经领取过某个奖励。
|
||||
? 若奖励为循环奖励(即每在线X小时即可领取一次),
|
||||
? 但玩家曾经领取过,该变量仍为 true 。
|
||||
? 因此,需使用 %TimeReward_claimable_<奖励ID>% 判断是否可领取。
|
||||
|
||||
# %TimeReward_claimable_<奖励ID>%
|
||||
- 得到玩家是否可以领取某个奖励
|
||||
@@ -104,7 +110,7 @@
|
||||
|
||||
若您觉得本插件做的不错,您可以捐赠支持我,感谢您成为开源项目的支持者!
|
||||
|
||||
万分感谢 [egg_拿]() 赞助本项目的开发与维护!
|
||||
万分感谢 [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.
|
||||
[](https://www.jetbrains.com/?from=https://github.com/CarmJos/UserPrefix)
|
||||
|
||||
@@ -11,14 +11,14 @@
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<maven.compiler.encoding>UTF-8</maven.compiler.encoding>
|
||||
|
||||
<deps.easyplugin.version>1.5.8</deps.easyplugin.version>
|
||||
<deps.easyplugin.version>1.5.14</deps.easyplugin.version>
|
||||
<deps.easysql.version>0.4.7</deps.easysql.version>
|
||||
<deps.mineconfig.version>2.8.2</deps.mineconfig.version>
|
||||
<deps.mineconfig.version>3.1.3</deps.mineconfig.version>
|
||||
</properties>
|
||||
|
||||
<groupId>cc.carm.plugin</groupId>
|
||||
<artifactId>timereward</artifactId>
|
||||
<version>3.0.0</version>
|
||||
<version>3.1.6</version>
|
||||
|
||||
<name>TimeReward</name>
|
||||
<description>在线时长自动领奖插件,通过指令发放奖励,基于EasyPlugin实现。</description>
|
||||
@@ -145,7 +145,7 @@
|
||||
<dependency>
|
||||
<groupId>org.bstats</groupId>
|
||||
<artifactId>bstats-bukkit</artifactId>
|
||||
<version>3.0.0</version>
|
||||
<version>3.2.1</version>
|
||||
<scope>compile</scope>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
@@ -153,14 +153,14 @@
|
||||
<dependency>
|
||||
<groupId>org.spigotmc</groupId>
|
||||
<artifactId>spigot-api</artifactId>
|
||||
<version>1.12.2-R0.1-SNAPSHOT</version>
|
||||
<version>1.19-R0.1-20220725.090125-47</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>me.clip</groupId>
|
||||
<artifactId>placeholderapi</artifactId>
|
||||
<version>2.11.2</version>
|
||||
<version>2.12.2</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
@@ -174,7 +174,7 @@
|
||||
<dependency>
|
||||
<groupId>org.jetbrains</groupId>
|
||||
<artifactId>annotations</artifactId>
|
||||
<version>24.0.0</version>
|
||||
<version>26.1.0</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
@@ -187,11 +187,11 @@
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-clean-plugin</artifactId>
|
||||
<version>2.5</version>
|
||||
<version>3.5.0</version>
|
||||
<configuration>
|
||||
<filesets>
|
||||
<fileset>
|
||||
<directory>${project.basedir}/asset/</directory>
|
||||
<directory>${project.basedir}/.asset/</directory>
|
||||
<useDefaultExcludes>true</useDefaultExcludes>
|
||||
<includes>
|
||||
<include>**/*</include>
|
||||
@@ -211,7 +211,7 @@
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>3.10.0</version>
|
||||
<version>3.15.0</version>
|
||||
<configuration>
|
||||
<source>${project.jdk.version}</source>
|
||||
<target>${project.jdk.version}</target>
|
||||
@@ -223,13 +223,13 @@
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<version>3.2.0</version>
|
||||
<version>3.5.0</version>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-source-plugin</artifactId>
|
||||
<version>3.2.0</version>
|
||||
<version>3.4.0</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>package</phase>
|
||||
@@ -243,7 +243,7 @@
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-shade-plugin</artifactId>
|
||||
<version>3.2.4</version>
|
||||
<version>3.6.2</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>package</phase>
|
||||
@@ -254,7 +254,7 @@
|
||||
</executions>
|
||||
<configuration>
|
||||
<finalName>${project.name}-${project.version}</finalName>
|
||||
<outputDirectory>${project.basedir}/asset/</outputDirectory>
|
||||
<outputDirectory>${project.basedir}/.asset/</outputDirectory>
|
||||
<createDependencyReducedPom>false</createDependencyReducedPom>
|
||||
<filters>
|
||||
<filter>
|
||||
@@ -289,7 +289,7 @@
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>2.22.1</version>
|
||||
<version>3.5.5</version>
|
||||
<configuration>
|
||||
<useSystemClassLoader>false</useSystemClassLoader>
|
||||
</configuration>
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
]
|
||||
}
|
||||
@@ -1,10 +1,10 @@
|
||||
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.updatechecker.GHUpdateChecker;
|
||||
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.conf.PluginConfig;
|
||||
import cc.carm.plugin.timereward.conf.PluginMessages;
|
||||
@@ -14,21 +14,27 @@ import cc.carm.plugin.timereward.listener.UserListener;
|
||||
import cc.carm.plugin.timereward.manager.RewardManager;
|
||||
import cc.carm.plugin.timereward.manager.UserManager;
|
||||
import cc.carm.plugin.timereward.storage.database.MySQLStorage;
|
||||
import cc.carm.plugin.timereward.util.DateTimeUtils;
|
||||
import org.bstats.bukkit.Metrics;
|
||||
import org.bukkit.Bukkit;
|
||||
import org.bukkit.entity.Entity;
|
||||
import org.bukkit.scheduler.BukkitRunnable;
|
||||
|
||||
import java.io.File;
|
||||
|
||||
public class Main extends EasyPlugin {
|
||||
private static Main instance;
|
||||
|
||||
protected ConfigurationProvider<?> configProvider;
|
||||
protected ConfigurationProvider<?> messageProvider;
|
||||
protected ConfigurationProvider<?> rewardProvider;
|
||||
protected ConfigurationHolder<?> configProvider;
|
||||
protected ConfigurationHolder<?> messageProvider;
|
||||
protected ConfigurationHolder<?> rewardProvider;
|
||||
|
||||
protected MySQLStorage storage;
|
||||
protected UserManager userManager;
|
||||
protected RewardManager rewardManager;
|
||||
|
||||
protected BukkitRunnable autoSaveTask;
|
||||
|
||||
public Main() {
|
||||
instance = this;
|
||||
}
|
||||
@@ -36,14 +42,16 @@ public class Main extends EasyPlugin {
|
||||
@Override
|
||||
protected void load() {
|
||||
log("加载插件配置文件...");
|
||||
this.configProvider = MineConfiguration.from(this, "config.yml");
|
||||
this.configProvider = BukkitConfigFactory.from(new File(getDataFolder(), "config.yml")).build();
|
||||
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.rewardProvider = MineConfiguration.from(this, "rewards.yml");
|
||||
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
|
||||
@@ -94,11 +102,32 @@ public class Main extends EasyPlugin {
|
||||
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;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void shutdown() {
|
||||
|
||||
if (this.autoSaveTask != null && !this.autoSaveTask.isCancelled()) {
|
||||
this.autoSaveTask.cancel();
|
||||
this.autoSaveTask = null;
|
||||
}
|
||||
|
||||
info("终止奖励发放进程...");
|
||||
this.rewardManager.shutdown();
|
||||
|
||||
@@ -137,15 +166,15 @@ public class Main extends EasyPlugin {
|
||||
return getInstance().storage;
|
||||
}
|
||||
|
||||
public ConfigurationProvider<?> getConfigProvider() {
|
||||
public ConfigurationHolder<?> getConfigProvider() {
|
||||
return configProvider;
|
||||
}
|
||||
|
||||
public ConfigurationProvider<?> getMessageProvider() {
|
||||
public ConfigurationHolder<?> getMessageProvider() {
|
||||
return messageProvider;
|
||||
}
|
||||
|
||||
public ConfigurationProvider<?> getRewardProvider() {
|
||||
public ConfigurationHolder<?> getRewardProvider() {
|
||||
return rewardProvider;
|
||||
}
|
||||
}
|
||||
@@ -22,16 +22,16 @@ public class MainCommand extends CommandHandler {
|
||||
@Override
|
||||
public Void noArgs(CommandSender sender) {
|
||||
if (sender.hasPermission("TimeReward.admin")) {
|
||||
PluginMessages.USAGE.ADMIN.send(sender);
|
||||
PluginMessages.USAGE.ADMIN.sendTo(sender);
|
||||
} else {
|
||||
PluginMessages.USAGE.USER.send(sender);
|
||||
PluginMessages.USAGE.USER.sendTo(sender);
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Void noPermission(CommandSender sender) {
|
||||
PluginMessages.NO_PERMISSION.send(sender);
|
||||
PluginMessages.NO_PERMISSION.sendTo(sender);
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -23,19 +23,24 @@ public class ClaimCommand extends SubCommand<MainCommand> {
|
||||
@Override
|
||||
public Void execute(JavaPlugin plugin, CommandSender sender, String[] args) {
|
||||
if (!(sender instanceof Player)) {
|
||||
PluginMessages.NOT_PLAYER.send(sender);
|
||||
PluginMessages.NOT_PLAYER.sendTo(sender);
|
||||
return null;
|
||||
}
|
||||
|
||||
Player player = (Player) sender;
|
||||
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;
|
||||
if (rewardID == null) {
|
||||
|
||||
List<RewardContents> unclaimedRewards = manager.getUnclaimedRewards(player);
|
||||
if (unclaimedRewards.isEmpty()) {
|
||||
PluginMessages.NO_UNCLAIMED_REWARD.send(sender);
|
||||
PluginMessages.NO_UNCLAIMED_REWARD.sendTo(sender);
|
||||
return null;
|
||||
}
|
||||
|
||||
@@ -45,12 +50,12 @@ public class ClaimCommand extends SubCommand<MainCommand> {
|
||||
|
||||
RewardContents reward = manager.getReward(rewardID);
|
||||
if (reward == null) {
|
||||
PluginMessages.NOT_EXISTS.send(sender, rewardID);
|
||||
PluginMessages.NOT_EXISTS.sendTo(sender, rewardID);
|
||||
return null;
|
||||
}
|
||||
|
||||
if (!manager.isClaimable(player, reward)) {
|
||||
PluginMessages.NOT_CLAIMABLE.send(sender, reward.getDisplayName());
|
||||
PluginMessages.NOT_CLAIMABLE.sendTo(sender, reward.getDisplayName());
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ public class ListCommand extends SubCommand<MainCommand> {
|
||||
@Override
|
||||
public Void execute(JavaPlugin plugin, CommandSender sender, String[] args) {
|
||||
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) {
|
||||
if (reward.getPermission() != null) {
|
||||
@@ -29,7 +29,7 @@ public class ListCommand extends SubCommand<MainCommand> {
|
||||
reward.getTime(), reward.getPermission()
|
||||
).to(sender);
|
||||
} else {
|
||||
PluginMessages.LIST.OBJECT_PERM.prepare(
|
||||
PluginMessages.LIST.OBJECT.prepare(
|
||||
reward.getRewardID(), reward.getDisplayName(),
|
||||
reward.getType().name(), reward.getTime()
|
||||
).to(sender);
|
||||
|
||||
@@ -19,7 +19,7 @@ public class ReloadCommand extends SubCommand<MainCommand> {
|
||||
public Void execute(JavaPlugin plugin, CommandSender sender, String[] args) throws Exception {
|
||||
|
||||
long s1 = System.currentTimeMillis();
|
||||
PluginMessages.RELOAD.START.send(sender);
|
||||
PluginMessages.RELOAD.START.sendTo(sender);
|
||||
|
||||
try {
|
||||
Main.getInstance().getConfigProvider().reload();
|
||||
@@ -31,7 +31,7 @@ public class ReloadCommand extends SubCommand<MainCommand> {
|
||||
TimeRewardAPI.getRewardManager().listRewards().size()
|
||||
).to(sender);
|
||||
} catch (Exception e) {
|
||||
PluginMessages.RELOAD.ERROR.send(sender);
|
||||
PluginMessages.RELOAD.ERROR.sendTo(sender);
|
||||
e.printStackTrace();
|
||||
}
|
||||
return null;
|
||||
|
||||
@@ -23,17 +23,17 @@ public class TestCommand extends SubCommand<MainCommand> {
|
||||
public Void execute(JavaPlugin plugin, CommandSender sender, String[] args) throws Exception {
|
||||
if (args.length < 1) return getParent().noArgs(sender);
|
||||
if (!(sender instanceof Player)) {
|
||||
PluginMessages.NOT_PLAYER.send(sender);
|
||||
PluginMessages.NOT_PLAYER.sendTo(sender);
|
||||
return null;
|
||||
}
|
||||
|
||||
RewardContents contents = TimeRewardAPI.getRewardManager().getReward(args[0]);
|
||||
if (contents == null) {
|
||||
PluginMessages.NOT_EXISTS.send(sender, args[0]);
|
||||
PluginMessages.NOT_EXISTS.sendTo(sender, args[0]);
|
||||
return null;
|
||||
}
|
||||
|
||||
PluginMessages.COMMAND_LIST.send(sender, contents.getRewardID());
|
||||
PluginMessages.COMMAND_LIST.sendTo(sender, contents.getRewardID());
|
||||
|
||||
TimeRewardAPI.getRewardManager().executeCommand((Player) sender, contents);
|
||||
return null;
|
||||
|
||||
@@ -28,11 +28,16 @@ public class UserCommand extends SubCommand<MainCommand> {
|
||||
|
||||
Player player = Bukkit.getPlayer(args[0]);
|
||||
if (player == null) {
|
||||
PluginMessages.NOT_ONLINE.send(sender, args[0]);
|
||||
PluginMessages.NOT_ONLINE.sendTo(sender, args[0]);
|
||||
return null;
|
||||
}
|
||||
|
||||
UserRewardData user = TimeRewardAPI.getUserManager().get(player);
|
||||
if (user == null) {
|
||||
PluginMessages.LOADING.sendTo(sender, args[0]);
|
||||
return null;
|
||||
}
|
||||
|
||||
PluginMessages.USER_INFO.prepare(
|
||||
player.getName(),
|
||||
user.getOnlineDuration(IntervalType.DAILY).getSeconds(),
|
||||
@@ -44,7 +49,7 @@ public class UserCommand extends SubCommand<MainCommand> {
|
||||
|
||||
DateTimeFormatter formatter = DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss");
|
||||
user.getClaimedRewards().forEach((id, time) -> {
|
||||
PluginMessages.USER_RECEIVED.send(sender, id, time.format(formatter));
|
||||
PluginMessages.USER_RECEIVED.sendTo(sender, id, time.format(formatter));
|
||||
});
|
||||
|
||||
return null;
|
||||
|
||||
@@ -1,35 +1,50 @@
|
||||
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.core.value.ConfigValue;
|
||||
import cc.carm.lib.configuration.core.value.type.ConfiguredValue;
|
||||
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.value.standard.ConfiguredValue;
|
||||
|
||||
import java.time.DayOfWeek;
|
||||
|
||||
public class PluginConfig extends ConfigurationRoot {
|
||||
@ConfigPath(root = true)
|
||||
public interface PluginConfig extends Configuration {
|
||||
|
||||
public static final ConfigValue<Boolean> DEBUG = ConfiguredValue.of(Boolean.class, false);
|
||||
ConfiguredValue<Boolean> DEBUG = ConfiguredValue.of(Boolean.class, false);
|
||||
|
||||
@HeaderComment({
|
||||
@HeaderComments({
|
||||
"统计数据设定",
|
||||
"该选项用于帮助开发者统计插件版本与使用情况,且绝不会影响性能与使用体验。",
|
||||
"当然,您也可以选择在这里关闭,或在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("周起始日,用于判断周度奖励的结算日期。")
|
||||
public static final ConfigValue<DayOfWeek> WEEK_FIRST_DAY = ConfiguredValue.builderOf(DayOfWeek.class)
|
||||
.from(Integer.class).serializeSource(i -> i).parseSource(i -> (Integer) i)
|
||||
.parseValue((v, d) -> DayOfWeek.of(v))
|
||||
.serializeValue(DayOfWeek::getValue)
|
||||
@HeaderComments({
|
||||
"自动保存设定,用于设置自动保存的时间间隔,单位为秒(小于等于0则关闭)。",
|
||||
"一般来说,玩家会在退出游戏时进行保存。",
|
||||
"但如果您希望额外的定期保存数据以避免数据丢失,可以选择开启。",
|
||||
})
|
||||
ConfiguredValue<Long> AUTO_SAVE = ConfiguredValue.of(Long.class, 60L);
|
||||
|
||||
@HeaderComments({
|
||||
"是否在保存时优先使用数据库中的数据。",
|
||||
"若启用,则会在保存数据时在数据库中重新读取数据计算时间,以确利用最新数据;",
|
||||
"若关闭,则保存时会直接采用进入服务器时所加载的数据进行计算。"
|
||||
})
|
||||
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,10 +1,11 @@
|
||||
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.mineconfiguration.bukkit.builder.message.CraftMessageListBuilder;
|
||||
import cc.carm.lib.mineconfiguration.bukkit.value.ConfiguredMessageList;
|
||||
import cc.carm.lib.mineconfiguration.bukkit.value.ConfiguredMessage;
|
||||
import de.themoep.minedown.MineDown;
|
||||
import me.clip.placeholderapi.PlaceholderAPI;
|
||||
import net.md_5.bungee.api.chat.BaseComponent;
|
||||
@@ -16,17 +17,18 @@ import org.jetbrains.annotations.NotNull;
|
||||
import java.util.function.BiFunction;
|
||||
|
||||
|
||||
@HeaderComment({
|
||||
@HeaderComments({
|
||||
"TimeReward 在线奖励插件的消息配置文件",
|
||||
"如特定的消息不需要任何提示,可直接留下单行空内容消息。",
|
||||
"支持 &+颜色代码(原版颜色)、&(#XXXXXX)(RGB颜色) 与 &<#XXXXXX>(前后标注RGB颜色渐变)。",
|
||||
" "
|
||||
})
|
||||
public class PluginMessages extends ConfigurationRoot {
|
||||
@ConfigPath(root = true)
|
||||
public interface PluginMessages extends Configuration {
|
||||
|
||||
public static @NotNull CraftMessageListBuilder<BaseComponent[]> list() {
|
||||
return ConfiguredMessageList.create(getParser())
|
||||
.whenSend((sender, message) -> {
|
||||
static ConfiguredMessage.@NotNull Builder<BaseComponent[]> list() {
|
||||
return ConfiguredMessage.create(getParser())
|
||||
.dispatcher((sender, message) -> {
|
||||
if (sender instanceof ConsoleCommandSender) {
|
||||
message.forEach(m -> sender.sendMessage(BaseComponent.toLegacyText(m)));
|
||||
return;
|
||||
@@ -36,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) -> {
|
||||
if (sender instanceof Player) message = PlaceholderAPI.setPlaceholders((Player) sender, 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管理员指令帮助",
|
||||
"&8#&f claim &6[奖励ID]",
|
||||
"&8-&7 为自己手动领取对应奖励。",
|
||||
@@ -60,64 +62,72 @@ public class PluginMessages extends ConfigurationRoot {
|
||||
"&8-&7 测试执行奖励配置的指令。"
|
||||
).build();
|
||||
|
||||
public static final ConfiguredMessageList<BaseComponent[]> USER = list().defaults(
|
||||
ConfiguredMessage<BaseComponent[]> USER = list().defaults(
|
||||
"&6&l在线奖励 &f您可以输入 &e/tr claim &6[奖励ID] &f领取对应奖励。"
|
||||
).build();
|
||||
}
|
||||
|
||||
public static final ConfiguredMessageList<BaseComponent[]> NO_PERMISSION = list().defaults(
|
||||
ConfiguredMessage<BaseComponent[]> NO_PERMISSION = list().defaults(
|
||||
"&c&l抱歉!&f但您没有足够的权限使用该指令。"
|
||||
).build();
|
||||
|
||||
public static final ConfiguredMessageList<BaseComponent[]> NOT_PLAYER = list().defaults(
|
||||
ConfiguredMessage<BaseComponent[]> NOT_PLAYER = list().defaults(
|
||||
"&f该指令请以玩家身份执行。"
|
||||
).build();
|
||||
|
||||
public static final ConfiguredMessageList<BaseComponent[]> NOT_ONLINE = list().defaults(
|
||||
ConfiguredMessage<BaseComponent[]> NOT_ONLINE = list().defaults(
|
||||
"&f玩家 &e%(player) &f并不在线。"
|
||||
).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并不存在。"
|
||||
).params("award").build();
|
||||
|
||||
public static final ConfiguredMessageList<BaseComponent[]> NOT_CLAIMABLE = list().defaults(
|
||||
ConfiguredMessage<BaseComponent[]> NOT_CLAIMABLE = list().defaults(
|
||||
"&c&l抱歉!&f但您暂时未满足领取奖励 &e%(award) &f的条件。"
|
||||
).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您暂时没有未领取的奖励。"
|
||||
).build();
|
||||
|
||||
public static final ConfiguredMessageList<BaseComponent[]> USER_INFO = list().defaults(
|
||||
ConfiguredMessage<BaseComponent[]> USER_INFO = list().defaults(
|
||||
"&f玩家 &6%(player) &f的在线时间数据:",
|
||||
"&f 本日在线 &e%(daily)&f秒,本周在线 &e%(weekly)&f秒,",
|
||||
"&f 本月在线 &e%(monthly)&f秒,累积在线 &e%(total)&f秒。",
|
||||
"&7已领取了 &f%(amount) &7种奖励,如下所示:"
|
||||
).params("player", "daily", "weekly", "monthly", "total", "amount").build();
|
||||
|
||||
public static final ConfiguredMessageList<BaseComponent[]> USER_RECEIVED = list().defaults(
|
||||
ConfiguredMessage<BaseComponent[]> USER_RECEIVED = list().defaults(
|
||||
"&7- &e%(reward) &7于 &f%(time) &7领取"
|
||||
).params("reward", "time").build();
|
||||
|
||||
public static final ConfiguredMessageList<BaseComponent[]> COMMAND_LIST = list().defaults(
|
||||
ConfiguredMessage<BaseComponent[]> COMMAND_LIST = list().defaults(
|
||||
"&f正在执行奖励 %(award) 的指令列表..."
|
||||
).params("award").build();
|
||||
|
||||
public static class LIST extends ConfigurationRoot {
|
||||
interface LIST extends Configuration {
|
||||
|
||||
public static final ConfiguredMessageList<BaseComponent[]> HEADER = list().defaults(
|
||||
ConfiguredMessage<BaseComponent[]> HEADER = list().defaults(
|
||||
"&6&l在线奖励 &f奖励列表 &7(共%(amount)个)"
|
||||
).params("amount").build();
|
||||
|
||||
public static final ConfiguredMessageList<BaseComponent[]> OBJECT = list().defaults(
|
||||
ConfiguredMessage<BaseComponent[]> OBJECT = list().defaults(
|
||||
"&8# &f%(id)",
|
||||
"&8- &7奖励名称 &f%(name)",
|
||||
"&8- &7奖励类型 &f%(type)",
|
||||
"&8- &7领取时间 &f&e%(time)&f秒"
|
||||
).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- &7奖励名称 &f%(name)",
|
||||
"&8- &7奖励类型 &f%(type)",
|
||||
@@ -127,17 +137,17 @@ public class PluginMessages extends ConfigurationRoot {
|
||||
|
||||
}
|
||||
|
||||
public static class RELOAD extends ConfigurationRoot {
|
||||
interface RELOAD extends Configuration {
|
||||
|
||||
public static final ConfiguredMessageList<BaseComponent[]> START = list().defaults(
|
||||
ConfiguredMessage<BaseComponent[]> START = list().defaults(
|
||||
"&f正在重载配置文件..."
|
||||
).build();
|
||||
|
||||
public static final ConfiguredMessageList<BaseComponent[]> ERROR = list().defaults(
|
||||
ConfiguredMessage<BaseComponent[]> ERROR = list().defaults(
|
||||
"&f配置文件&c重载失败!&f详细原因详见后台输出。"
|
||||
).build();
|
||||
|
||||
public static final ConfiguredMessageList<BaseComponent[]> COMPLETE = list().defaults(
|
||||
ConfiguredMessage<BaseComponent[]> COMPLETE = list().defaults(
|
||||
"&f配置文件重载完成!耗时 &d%(time)&fms,共加载了 &d%(count) &f个奖励配置。"
|
||||
).params("time", "count").build();
|
||||
|
||||
|
||||
@@ -1,22 +1,29 @@
|
||||
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.core.source.ConfigurationWrapper;
|
||||
import cc.carm.lib.configuration.core.value.ConfigValue;
|
||||
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;
|
||||
|
||||
@HeaderComment({"奖励相关设定,包含以下设定:",
|
||||
@HeaderComments({"奖励相关设定,包含以下设定:",
|
||||
" [id] 配置键名即奖励ID,支持英文、数字与下划线。",
|
||||
" | 确定后请不要更改,因为该键值用于存储玩家是否领取的数据",
|
||||
" | 如果更改,原先领取过该奖励的玩家将会自动再领取一次!",
|
||||
" [type] 奖励的类型序号",
|
||||
" | “0”代表总计时间奖励,“1”代表每日在线奖励,",
|
||||
" | “2”代表每周在线奖励,“3”代表每月在线奖励。",
|
||||
" [time] 奖励发放要求的时间(秒)",
|
||||
" [loop] 奖励是否按循环时间发放",
|
||||
" | 可以填入 true 或 false",
|
||||
" | 若启用,则在规定的周期内,每满足指定时间一次则发放一次奖励",
|
||||
" | 如 类型为 “每周在线奖励” 时间为 “12小时” ",
|
||||
" | 则 代表 代表在这周内每12小时发放一次奖励,下一周时间重新开始算",
|
||||
" [name] 奖励的显示名称,可以是任意字符串",
|
||||
" | 可以在 commands 中使用 %(name) 来获取该奖励的名称",
|
||||
" | 也可以使用变量 %TimeReward_reward_<奖励ID>% 来获取对应奖励的名称",
|
||||
@@ -27,24 +34,21 @@ import java.util.Map;
|
||||
" [auto] 该奖励是否自动领取,可以不设置,默认为true。",
|
||||
" | 若关闭自动领取,则需要玩家手动输入/tr claim 领取奖励。",
|
||||
})
|
||||
public class RewardsConfig extends ConfigurationRoot {
|
||||
@ConfigPath(root = true)
|
||||
public interface RewardsConfig extends Configuration {
|
||||
|
||||
public static final ConfigValue<RewardsConfig.RewardGroup> REWARDS = create();
|
||||
ConfiguredValue<RewardGroup> REWARDS = ConfiguredValue.builderOf(RewardGroup.class)
|
||||
.fromSection()
|
||||
.parse((v, d) -> RewardGroup.parse(d))
|
||||
.serialize(RewardGroup::serialize)
|
||||
.defaults(RewardGroup.defaults())
|
||||
.build();
|
||||
|
||||
public static Map<String, RewardContents> getContents() {
|
||||
static Map<String, RewardContents> getContents() {
|
||||
return REWARDS.getNotNull().getContents();
|
||||
}
|
||||
|
||||
private static ConfigValue<RewardGroup> create() {
|
||||
return ConfigValue.builder()
|
||||
.asValue(RewardGroup.class).fromSection()
|
||||
.parseValue((v, d) -> RewardGroup.parse(v))
|
||||
.serializeValue(RewardGroup::serialize)
|
||||
.defaults(RewardGroup.defaults())
|
||||
.build();
|
||||
}
|
||||
|
||||
public static final class RewardGroup {
|
||||
final class RewardGroup {
|
||||
final @NotNull Map<String, RewardContents> contents;
|
||||
|
||||
public RewardGroup(@NotNull Map<String, RewardContents> contents) {
|
||||
@@ -63,10 +67,10 @@ public class RewardsConfig extends ConfigurationRoot {
|
||||
return map;
|
||||
}
|
||||
|
||||
public static RewardGroup parse(@NotNull ConfigurationWrapper<?> section) {
|
||||
public static RewardGroup parse(@NotNull ConfigureSection section) {
|
||||
Map<String, RewardContents> rewards = new LinkedHashMap<>();
|
||||
for (String rewardID : section.getKeys(false)) {
|
||||
ConfigurationWrapper<?> rewardSection = section.getConfigurationSection(rewardID);
|
||||
ConfigureSection rewardSection = section.getSection(rewardID);
|
||||
if (rewardSection == null) continue;
|
||||
|
||||
RewardContents c = RewardContents.parse(rewardID, rewardSection);
|
||||
|
||||
@@ -1,8 +1,11 @@
|
||||
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;
|
||||
@@ -11,63 +14,78 @@ import java.util.function.Predicate;
|
||||
public enum IntervalType {
|
||||
|
||||
TOTAL(
|
||||
0, time -> false,
|
||||
0, Duration.ofSeconds(4294967295L), time -> false,
|
||||
(timeRecord, join) -> Duration.between(join, LocalDateTime.now()).plus(timeRecord.getTotalTime())
|
||||
),
|
||||
|
||||
DAILY(
|
||||
1, time -> time.isBefore(TimeRecord.getTodayStart()),
|
||||
(timeRecord, join) -> {
|
||||
1, Duration.ofDays(1), time -> !DateTimeUtils.sameDay(time.toLocalDate()),
|
||||
(record, join) -> {
|
||||
LocalDateTime now = LocalDateTime.now();
|
||||
if (now.toLocalDate().isEqual(timeRecord.getDate())) {
|
||||
// 和记录还在同一天
|
||||
return Duration.between(join, now).plus(timeRecord.getDailyTime());
|
||||
} else if (now.toLocalDate().isEqual(join.toLocalDate())) {
|
||||
// 加入的时间和现在的时间在同一天
|
||||
return Duration.between(join, 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(TimeRecord.getTodayStart(), now);
|
||||
// 如果上一次记录的日期和今天的日期不同
|
||||
// 则从加入的时间开始计算到现在的时间
|
||||
return Duration.between(join, now);
|
||||
}
|
||||
} else {
|
||||
// 如果加入的时间和今天的日期不同
|
||||
// 则从今天的0点开始计算到现在的时间
|
||||
return Duration.between(today.atTime(0, 0, 0), now);
|
||||
}
|
||||
}
|
||||
),
|
||||
WEEKLY(
|
||||
2, time -> time.isBefore(TimeRecord.getThisWeekStart()),
|
||||
(timeRecord, join) -> {
|
||||
2, Duration.ofDays(7),
|
||||
time -> !DateTimeUtils.sameWeek(time),
|
||||
(r, join) -> {
|
||||
LocalDateTime now = LocalDateTime.now();
|
||||
if (TimeRecord.isSameWeek(timeRecord.getDate(), now)) {
|
||||
return Duration.between(join, now).plus(timeRecord.getWeeklyTime());
|
||||
} else if (TimeRecord.isSameWeek(join, now)) {
|
||||
return Duration.between(join, 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(TimeRecord.getThisWeekStart(), now);
|
||||
return Duration.between(join, now);
|
||||
}
|
||||
} else {
|
||||
return Duration.between(DateTimeUtils.currentWeekStartTime(), now);
|
||||
}
|
||||
}
|
||||
),
|
||||
|
||||
MONTHLY(
|
||||
3, time -> time.isBefore(TimeRecord.getThisMonthStart()),
|
||||
(timeRecord, join) -> {
|
||||
3, Duration.ofDays(31),
|
||||
time -> !DateTimeUtils.sameMonth(time.toLocalDate()),
|
||||
(r, join) -> {
|
||||
LocalDateTime now = LocalDateTime.now();
|
||||
if (TimeRecord.isSameMonth(timeRecord.getDate(), now.toLocalDate())) {
|
||||
return Duration.between(join, now).plus(timeRecord.getMonthlyTime());
|
||||
} else if (TimeRecord.isSameMonth(join.toLocalDate(), now.toLocalDate())) {
|
||||
return Duration.between(join, 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(TimeRecord.getThisMonthStart(), now);
|
||||
return Duration.between(join, now);
|
||||
}
|
||||
} else {
|
||||
return Duration.between(DateTimeUtils.currentMonthStartTime(), now);
|
||||
}
|
||||
}
|
||||
);
|
||||
|
||||
private final int id;
|
||||
private final @NotNull Predicate<LocalDateTime> reclaimPreficate;
|
||||
private final @NotNull Duration maxDuration;
|
||||
private final @NotNull Predicate<LocalDateTime> periodChangePredicate;
|
||||
private final @NotNull BiFunction<TimeRecord, LocalDateTime, Duration> calculator;
|
||||
|
||||
IntervalType(int id,
|
||||
@NotNull Predicate<LocalDateTime> reclaimablePredicate,
|
||||
IntervalType(int id, @NotNull Duration maxDuration,
|
||||
@NotNull Predicate<LocalDateTime> periodChangePredicate,
|
||||
@NotNull BiFunction<TimeRecord, LocalDateTime, Duration> calculator) {
|
||||
this.id = id;
|
||||
this.reclaimPreficate = reclaimablePredicate;
|
||||
this.maxDuration = maxDuration;
|
||||
this.periodChangePredicate = periodChangePredicate;
|
||||
this.calculator = calculator;
|
||||
}
|
||||
|
||||
@@ -75,20 +93,23 @@ public enum IntervalType {
|
||||
return id;
|
||||
}
|
||||
|
||||
public @NotNull BiFunction<TimeRecord, LocalDateTime, Duration> getCalculator() {
|
||||
return calculator;
|
||||
public @NotNull Duration getMaxDuration() {
|
||||
return maxDuration;
|
||||
}
|
||||
|
||||
public @NotNull Predicate<LocalDateTime> getReclaimablePredicate() {
|
||||
return reclaimPreficate;
|
||||
}
|
||||
|
||||
public Duration calculate(@NotNull TimeRecord timeRecord, @NotNull LocalDateTime joinTime) {
|
||||
return calculator.apply(timeRecord, 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 isReclaimable(@NotNull LocalDateTime claimedDate) {
|
||||
return reclaimPreficate.test(claimedDate);
|
||||
public boolean isPeriodChanged(@NotNull LocalDateTime claimedDate) {
|
||||
return periodChangePredicate.test(claimedDate);
|
||||
}
|
||||
|
||||
public static IntervalType parse(String input) {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
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.plugin.timereward.Main;
|
||||
import org.bukkit.entity.Player;
|
||||
@@ -15,6 +15,7 @@ public class RewardContents {
|
||||
|
||||
public final @NotNull IntervalType type;
|
||||
private final long time;
|
||||
private final boolean loop;
|
||||
|
||||
private final @Nullable String name;
|
||||
private final @Nullable String permission;
|
||||
@@ -22,12 +23,13 @@ public class RewardContents {
|
||||
|
||||
private final boolean auto;
|
||||
|
||||
public RewardContents(@NotNull String id, @NotNull IntervalType type, long time,
|
||||
public RewardContents(@NotNull String id, @NotNull IntervalType type, long time, boolean loop,
|
||||
@Nullable String name, @Nullable String permission,
|
||||
@NotNull List<String> commands, boolean auto) {
|
||||
this.id = id;
|
||||
this.type = type;
|
||||
this.time = time;
|
||||
this.loop = loop;
|
||||
this.name = name;
|
||||
this.permission = permission;
|
||||
this.commands = commands;
|
||||
@@ -42,6 +44,10 @@ public class RewardContents {
|
||||
return type;
|
||||
}
|
||||
|
||||
public boolean isLoop() {
|
||||
return loop;
|
||||
}
|
||||
|
||||
public long getTime() {
|
||||
return time;
|
||||
}
|
||||
@@ -70,11 +76,11 @@ public class RewardContents {
|
||||
return permission == null || player.hasPermission(permission);
|
||||
}
|
||||
|
||||
|
||||
public Map<String, Object> serialize() {
|
||||
Map<String, Object> map = new LinkedHashMap<>();
|
||||
map.put("time", getTime());
|
||||
map.put("type", getType().getID());
|
||||
map.put("loop", isLoop());
|
||||
if (getName() != null) map.put("name", getName());
|
||||
if (getPermission() != null) map.put("permission", getPermission());
|
||||
map.put("commands", getCommands());
|
||||
@@ -82,7 +88,7 @@ public class RewardContents {
|
||||
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);
|
||||
if (time <= 0) {
|
||||
Main.severe("奖励 " + id + " 的时间配置错误,请检查配置文件。");
|
||||
@@ -96,17 +102,15 @@ public class RewardContents {
|
||||
}
|
||||
|
||||
return new RewardContents(
|
||||
id, intervalType, time,
|
||||
section.getString("name"),
|
||||
section.getString("permission"),
|
||||
section.getStringList("commands"),
|
||||
section.getBoolean("auto", false)
|
||||
id, intervalType, time, section.getBoolean("loop", false),
|
||||
section.getString("name"), section.getString("permission"),
|
||||
section.getStringList("commands"), section.getBoolean("auto", false)
|
||||
);
|
||||
}
|
||||
|
||||
public static RewardContents defaults(String id) {
|
||||
return new RewardContents(
|
||||
id, IntervalType.TOTAL, 7200,
|
||||
id, IntervalType.TOTAL, 7200, false,
|
||||
"&f[初级奖励] &e总在线时长 2小时", "TimeReward.vip",
|
||||
Collections.singletonList("say &f恭喜 &b%player_name% &f领取了奖励 &r%(name) &f!"),
|
||||
true
|
||||
|
||||
@@ -1,14 +1,10 @@
|
||||
package cc.carm.plugin.timereward.data;
|
||||
|
||||
import cc.carm.plugin.timereward.conf.PluginConfig;
|
||||
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.time.temporal.Temporal;
|
||||
import java.time.temporal.TemporalField;
|
||||
import java.time.temporal.WeekFields;
|
||||
|
||||
public class TimeRecord {
|
||||
|
||||
@@ -16,7 +12,6 @@ public class TimeRecord {
|
||||
return new TimeRecord(LocalDate.now(), 0, 0, 0, 0);
|
||||
}
|
||||
|
||||
|
||||
protected final @NotNull LocalDate date;
|
||||
|
||||
protected final @NotNull Duration daily;
|
||||
@@ -68,37 +63,14 @@ public class TimeRecord {
|
||||
|
||||
public boolean isWeekUpdated() {
|
||||
if (!isDayUpdated()) return false; // Same day always same week
|
||||
return !isSameWeek(LocalDate.now(), getDate());
|
||||
return !DateTimeUtils.sameWeek(LocalDate.now(), getDate());
|
||||
}
|
||||
|
||||
public boolean isMonthUpdated() {
|
||||
if (!isDayUpdated()) return false; // Same day always same month
|
||||
|
||||
// Predicate current month is after the month of the date
|
||||
return LocalDate.now().getMonth().compareTo(getDate().getMonth()) > 0;
|
||||
return !DateTimeUtils.sameMonth(LocalDate.now(), getDate());
|
||||
}
|
||||
|
||||
public static boolean isSameWeek(Temporal a, Temporal b) {
|
||||
TemporalField woy = WeekFields.of(PluginConfig.WEEK_FIRST_DAY.getNotNull(), 4).weekOfWeekBasedYear();
|
||||
return a.get(woy) == b.get(woy);
|
||||
}
|
||||
|
||||
public static boolean isSameMonth(LocalDate a, LocalDate b) {
|
||||
return a.getMonth().equals(b.getMonth());
|
||||
}
|
||||
|
||||
public static LocalDateTime getTodayStart() {
|
||||
return LocalDate.now().atTime(0, 0);
|
||||
}
|
||||
|
||||
public static LocalDateTime getThisWeekStart() {
|
||||
TemporalField woy = WeekFields.of(PluginConfig.WEEK_FIRST_DAY.getNotNull(), 4).weekOfWeekBasedYear();
|
||||
return LocalDate.now().with(woy, 1).atTime(0, 0);
|
||||
}
|
||||
|
||||
public static LocalDateTime getThisMonthStart() {
|
||||
return LocalDate.now().withDayOfMonth(1).atTime(0, 0);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
|
||||
@@ -10,23 +10,21 @@ import org.bukkit.entity.Player;
|
||||
import org.bukkit.plugin.java.JavaPlugin;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
import java.time.Duration;
|
||||
import java.util.Collections;
|
||||
import java.util.function.BiFunction;
|
||||
import java.util.function.Function;
|
||||
import java.util.function.ToLongFunction;
|
||||
|
||||
public class PAPIExpansion extends EasyPlaceholder {
|
||||
|
||||
public PAPIExpansion(@NotNull JavaPlugin plugin, @NotNull String rootIdentifier) {
|
||||
super(plugin, rootIdentifier);
|
||||
|
||||
handle("time", userHandler((user, args) -> {
|
||||
if (args.length < 1) return "请填写时间类型";
|
||||
IntervalType type = IntervalType.parse(args[0]);
|
||||
|
||||
if (type == null) return "时间类型不存在";
|
||||
|
||||
return user.getOnlineDuration(type).getSeconds();
|
||||
}), Collections.singletonList("<时间类型>"));
|
||||
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",
|
||||
rewardHandler(RewardContents::getDisplayName),
|
||||
@@ -62,10 +60,21 @@ public class PAPIExpansion extends EasyPlaceholder {
|
||||
protected <R> PlaceholderHandler userHandler(BiFunction<UserRewardData, String[], R> userFunction) {
|
||||
return (player, args) -> {
|
||||
if (player == null || !player.isOnline()) return "加载中...";
|
||||
return userFunction.apply(TimeRewardAPI.getUserManager().get((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) {
|
||||
return (player, args) -> {
|
||||
if (args.length < 1) return "请填写奖励ID";
|
||||
|
||||
@@ -1,22 +1,33 @@
|
||||
package cc.carm.plugin.timereward.listener;
|
||||
|
||||
import cc.carm.plugin.timereward.Main;
|
||||
import cc.carm.plugin.timereward.TimeRewardAPI;
|
||||
import org.bukkit.Bukkit;
|
||||
import org.bukkit.entity.Player;
|
||||
import org.bukkit.event.EventHandler;
|
||||
import org.bukkit.event.Listener;
|
||||
import org.bukkit.event.player.PlayerJoinEvent;
|
||||
import org.bukkit.event.player.PlayerQuitEvent;
|
||||
import org.jetbrains.annotations.Nullable;
|
||||
|
||||
public class UserListener implements Listener {
|
||||
|
||||
@EventHandler
|
||||
public void onJoin(PlayerJoinEvent event) {
|
||||
TimeRewardAPI.getUserManager().load(event.getPlayer().getUniqueId(), true).thenAccept(data -> {
|
||||
Player player = Bukkit.getPlayer(data.getUserUUID());
|
||||
if (player == null || !player.isOnline()) {
|
||||
TimeRewardAPI.getUserManager().unload(data.getUserUUID());
|
||||
} // 不在线自动卸载
|
||||
@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;
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -4,6 +4,7 @@ import cc.carm.lib.easyplugin.utils.MessageUtils;
|
||||
import cc.carm.plugin.timereward.Main;
|
||||
import cc.carm.plugin.timereward.TimeRewardAPI;
|
||||
import cc.carm.plugin.timereward.conf.RewardsConfig;
|
||||
import cc.carm.plugin.timereward.data.IntervalType;
|
||||
import cc.carm.plugin.timereward.data.RewardContents;
|
||||
import cc.carm.plugin.timereward.user.UserRewardData;
|
||||
import org.bukkit.Bukkit;
|
||||
@@ -13,15 +14,19 @@ import org.jetbrains.annotations.NotNull;
|
||||
import org.jetbrains.annotations.Nullable;
|
||||
import org.jetbrains.annotations.Unmodifiable;
|
||||
|
||||
import java.time.Duration;
|
||||
import java.time.LocalDateTime;
|
||||
import java.util.*;
|
||||
import java.util.concurrent.CompletableFuture;
|
||||
import java.util.concurrent.ConcurrentHashMap;
|
||||
import java.util.stream.Collectors;
|
||||
|
||||
public class RewardManager {
|
||||
|
||||
protected BukkitRunnable runnable;
|
||||
|
||||
protected Map<UUID, CompletableFuture<Boolean>> claiming = new ConcurrentHashMap<>();
|
||||
|
||||
public RewardManager(Main main) {
|
||||
this.runnable = new BukkitRunnable() {
|
||||
@Override
|
||||
@@ -29,6 +34,8 @@ public class RewardManager {
|
||||
if (Bukkit.getOnlinePlayers().isEmpty()) return;
|
||||
|
||||
for (Player player : Bukkit.getOnlinePlayers()) {
|
||||
if (isClaiming(player.getUniqueId())) continue; // 如果正在领取奖励,则跳过
|
||||
|
||||
List<RewardContents> rewards = getUnclaimedRewards(player).stream()
|
||||
.filter(RewardContents::isAutoClaimed)
|
||||
.collect(Collectors.toList());
|
||||
@@ -59,6 +66,14 @@ public class RewardManager {
|
||||
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
|
||||
public @NotNull List<RewardContents> getUnclaimedRewards(@NotNull Player player) {
|
||||
return listRewards().values().stream()
|
||||
@@ -67,11 +82,27 @@ public class RewardManager {
|
||||
}
|
||||
|
||||
public boolean isClaimable(Player player, RewardContents reward) {
|
||||
UserRewardData user = TimeRewardAPI.getUserManager().get(player);
|
||||
if (!reward.checkPermission(player)) return false; // 满足权限
|
||||
|
||||
return !user.isClaimed(reward) // 未曾领取
|
||||
&& user.isTimeEnough(reward)// 时间足够
|
||||
&& reward.checkPermission(player); // 满足权限
|
||||
UserRewardData user = TimeRewardAPI.getUserManager().get(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 CompletableFuture<Boolean> claimReward(Player player, RewardContents reward, boolean check) {
|
||||
@@ -79,20 +110,27 @@ public class RewardManager {
|
||||
}
|
||||
|
||||
public CompletableFuture<Boolean> claimRewards(Player player, Collection<RewardContents> rewards, boolean check) {
|
||||
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()));
|
||||
|
||||
return Main.getInstance().supplyAsync(() -> {
|
||||
try {
|
||||
|
||||
UserRewardData user = TimeRewardAPI.getUserManager().get(player);
|
||||
Main.getStorage().addClaimedData(player.getUniqueId(), map);
|
||||
contents.forEach(user::addClaimedReward);
|
||||
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;
|
||||
} catch (Exception ex) {
|
||||
Main.severe("为玩家 " + player.getName() + " 领取奖励时发生错误。");
|
||||
@@ -109,6 +147,12 @@ public class RewardManager {
|
||||
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) {
|
||||
|
||||
@@ -23,8 +23,8 @@ public class UserManager extends UserDataManager<UUID, UserRewardData> {
|
||||
super(plugin);
|
||||
}
|
||||
|
||||
public @NotNull UserRewardData get(Player player) {
|
||||
return get(player.getUniqueId());
|
||||
public @Nullable UserRewardData get(Player player) {
|
||||
return getNullable(player.getUniqueId());
|
||||
}
|
||||
|
||||
@Override
|
||||
@@ -38,13 +38,18 @@ public class UserManager extends UserDataManager<UUID, UserRewardData> {
|
||||
|
||||
MySQLStorage storage = Main.getStorage();
|
||||
|
||||
// 考虑读取时间差,优先利用数据库的当前数据计算
|
||||
@Nullable TimeRecord inDatabase = storage.loadTimeRecord(data.getUserUUID());
|
||||
TimeRecord oldRecord = inDatabase == null ? data.getTimeRecord() : inDatabase;
|
||||
|
||||
Main.debugging("用户 " + data.getUserUUID() + " 的旧记录: " + oldRecord);
|
||||
// 只需要保存游玩时间数据,领取数据已经实时保存了
|
||||
LocalDate date = LocalDate.now();
|
||||
Duration daily = data.getOnlineDuration(IntervalType.DAILY);
|
||||
Duration weekly = data.getOnlineDuration(IntervalType.WEEKLY);
|
||||
Duration monthly = data.getOnlineDuration(IntervalType.MONTHLY);
|
||||
Duration total = data.getOnlineDuration(IntervalType.TOTAL);
|
||||
TimeRecord newRecord = new TimeRecord(date, daily, weekly, monthly, total);
|
||||
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);
|
||||
}
|
||||
|
||||
@@ -1,31 +1,30 @@
|
||||
package cc.carm.plugin.timereward.storage.database;
|
||||
|
||||
import cc.carm.lib.configuration.core.ConfigurationRoot;
|
||||
import cc.carm.lib.configuration.core.annotation.ConfigPath;
|
||||
import cc.carm.lib.configuration.core.annotation.HeaderComment;
|
||||
import cc.carm.lib.configuration.core.value.ConfigValue;
|
||||
import cc.carm.lib.configuration.core.value.type.ConfiguredValue;
|
||||
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.value.standard.ConfiguredValue;
|
||||
|
||||
@HeaderComment("数据库相关设定")
|
||||
@ConfigPath("storage.database")
|
||||
public class DatabaseConfig extends ConfigurationRoot {
|
||||
@HeaderComments("数据库相关设定")
|
||||
@ConfigPath(value = "storage.database", root = true)
|
||||
public class DatabaseConfig implements Configuration {
|
||||
|
||||
@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"
|
||||
);
|
||||
|
||||
protected static final ConfigValue<String> HOST = ConfiguredValue.of(String.class, "127.0.0.1");
|
||||
protected static final ConfigValue<Integer> PORT = ConfiguredValue.of(Integer.class, 3306);
|
||||
protected static final ConfigValue<String> DATABASE = ConfiguredValue.of(String.class, "minecraft");
|
||||
protected static final ConfigValue<String> USERNAME = ConfiguredValue.of(String.class, "root");
|
||||
protected static final ConfigValue<String> PASSWORD = ConfiguredValue.of(String.class, "password");
|
||||
protected static final ConfigValue<String> EXTRA = ConfiguredValue.of(String.class, "?useSSL=false");
|
||||
protected static final ConfiguredValue<String> HOST = ConfiguredValue.of(String.class, "127.0.0.1");
|
||||
protected static final ConfiguredValue<Integer> PORT = ConfiguredValue.of(Integer.class, 3306);
|
||||
protected static final ConfiguredValue<String> DATABASE = ConfiguredValue.of(String.class, "minecraft");
|
||||
protected static final ConfiguredValue<String> USERNAME = ConfiguredValue.of(String.class, "root");
|
||||
protected static final ConfiguredValue<String> PASSWORD = ConfiguredValue.of(String.class, "password");
|
||||
protected static final ConfiguredValue<String> EXTRA = ConfiguredValue.of(String.class, "?useSSL=false");
|
||||
|
||||
@HeaderComment("插件相关表的名称")
|
||||
public static final class TABLES extends ConfigurationRoot {
|
||||
public static final ConfigValue<String> USER_TIMES = ConfiguredValue.of(String.class, "tr_user_times");
|
||||
public static final ConfigValue<String> USER_CLAIMED = ConfiguredValue.of(String.class, "tr_user_claimed");
|
||||
@HeaderComments("插件相关表的名称")
|
||||
public static final class TABLES implements Configuration {
|
||||
public static final ConfiguredValue<String> USER_TIMES = ConfiguredValue.of(String.class, "tr_user_times");
|
||||
public static final ConfiguredValue<String> USER_CLAIMED = ConfiguredValue.of(String.class, "tr_user_claimed");
|
||||
}
|
||||
|
||||
protected static String buildJDBC() {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
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.SQLTable;
|
||||
import cc.carm.lib.easysql.api.builder.TableCreateBuilder;
|
||||
@@ -22,7 +22,7 @@ public enum DatabaseTables implements SQLTable {
|
||||
|
||||
table.addColumn("daily_time", "MEDIUMINT UNSIGNED NOT NULL DEFAULT 0"); // 用户日在线时间(秒)
|
||||
table.addColumn("weekly_time", "MEDIUMINT UNSIGNED NOT NULL DEFAULT 0"); // 用户周在线时间(秒)
|
||||
table.addColumn("monthly_time", "INT 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",
|
||||
@@ -46,10 +46,10 @@ public enum DatabaseTables implements SQLTable {
|
||||
});
|
||||
|
||||
private final Consumer<TableCreateBuilder> builder;
|
||||
private final ConfigValue<String> name;
|
||||
private final ConfiguredValue<String> name;
|
||||
private @Nullable SQLManager manager;
|
||||
|
||||
DatabaseTables(ConfigValue<String> name,
|
||||
DatabaseTables(ConfiguredValue<String> name,
|
||||
Consumer<TableCreateBuilder> builder) {
|
||||
this.name = name;
|
||||
this.builder = builder;
|
||||
|
||||
@@ -59,7 +59,6 @@ public class MySQLStorage {
|
||||
|
||||
public @Nullable UserRewardData loadData(@NotNull UUID uuid) throws Exception {
|
||||
TimeRecord recordDate = loadTimeRecord(uuid);
|
||||
System.out.println(recordDate.toString());
|
||||
Map<String, LocalDateTime> claimedData = loadClaimedData(uuid);
|
||||
return new UserRewardData(uuid, recordDate, claimedData);
|
||||
}
|
||||
@@ -77,6 +76,13 @@ public class MySQLStorage {
|
||||
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());
|
||||
}
|
||||
@@ -85,7 +91,7 @@ public class MySQLStorage {
|
||||
public Map<String, LocalDateTime> loadClaimedData(@NotNull UUID uuid) throws Exception {
|
||||
return DatabaseTables.USER_CLAIMED.createQuery()
|
||||
.addCondition("uuid", uuid).build()
|
||||
.executeFunction((query) -> {
|
||||
.executeFunction(query -> {
|
||||
ResultSet rs = query.getResultSet();
|
||||
Map<String, LocalDateTime> map = new LinkedHashMap<>();
|
||||
|
||||
|
||||
@@ -30,8 +30,7 @@ public class LockedRewardData extends UserRewardData {
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean addClaimedReward(@NotNull RewardContents reward) {
|
||||
return false;
|
||||
public void updateClaimed(@NotNull RewardContents reward) {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
package cc.carm.plugin.timereward.user;
|
||||
|
||||
import cc.carm.lib.easyplugin.user.UserData;
|
||||
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;
|
||||
@@ -14,7 +15,7 @@ import java.util.UUID;
|
||||
/**
|
||||
* 用户奖励数据,用于存储用户的奖励的领取情况。
|
||||
*/
|
||||
public class UserRewardData extends UserData<UUID> {
|
||||
public class UserRewardData extends AbstractUserData<UUID> {
|
||||
|
||||
private final @NotNull Map<String, LocalDateTime> claimedRewards; // 记录已领取的奖励ID
|
||||
|
||||
@@ -34,7 +35,7 @@ public class UserRewardData extends UserData<UUID> {
|
||||
}
|
||||
|
||||
public @NotNull UUID getUserUUID() {
|
||||
return getKey();
|
||||
return key();
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -64,21 +65,20 @@ public class UserRewardData extends UserData<UUID> {
|
||||
return getOnlineDuration(reward.getType()).getSeconds() >= reward.getTime();
|
||||
}
|
||||
|
||||
|
||||
public @NotNull Map<String, LocalDateTime> getClaimedRewards() {
|
||||
return claimedRewards;
|
||||
}
|
||||
|
||||
public boolean isClaimed(@NotNull RewardContents reward) {
|
||||
LocalDateTime claimedDate = claimedRewards.get(reward.getRewardID());
|
||||
if (claimedDate == null) return false;
|
||||
return !reward.getType().isReclaimable(claimedDate);
|
||||
public @Nullable LocalDateTime getClaimedDate(@NotNull RewardContents reward) {
|
||||
return claimedRewards.get(reward.getRewardID());
|
||||
}
|
||||
|
||||
public boolean addClaimedReward(@NotNull RewardContents reward) {
|
||||
if (isClaimed(reward)) return false; // 已经领取过了
|
||||
public boolean isClaimed(@NotNull RewardContents reward) {
|
||||
return claimedRewards.containsKey(reward.getRewardID());
|
||||
}
|
||||
|
||||
public void updateClaimed(@NotNull RewardContents reward) {
|
||||
this.claimedRewards.put(reward.getRewardID(), LocalDateTime.now());
|
||||
return true;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,57 +0,0 @@
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
import org.junit.Test;
|
||||
|
||||
import java.time.DayOfWeek;
|
||||
import java.time.LocalDate;
|
||||
import java.time.temporal.TemporalField;
|
||||
import java.time.temporal.WeekFields;
|
||||
|
||||
public class TimeTest {
|
||||
|
||||
LocalDate date = LocalDate.of(2023, 8, 30);
|
||||
|
||||
@Test
|
||||
public void test() {
|
||||
|
||||
LocalDate date1 = LocalDate.of(2023, 9, 2);
|
||||
LocalDate date2 = LocalDate.of(2023, 8, 28);
|
||||
LocalDate date3 = LocalDate.of(2023, 8, 27);
|
||||
|
||||
System.out.println(isDayUpdated(date1));
|
||||
System.out.println(isWeekUpdated(date1));
|
||||
System.out.println(isMonthUpdated(date1));
|
||||
|
||||
System.out.println(isDayUpdated(date2));
|
||||
System.out.println(isWeekUpdated(date2));
|
||||
System.out.println(isMonthUpdated(date2));
|
||||
|
||||
System.out.println(isDayUpdated(date3));
|
||||
System.out.println(isWeekUpdated(date3));
|
||||
System.out.println(isMonthUpdated(date3));
|
||||
|
||||
System.out.println(isDayUpdated(date));
|
||||
|
||||
}
|
||||
|
||||
public @NotNull LocalDate getDate() {
|
||||
return date;
|
||||
}
|
||||
|
||||
public boolean isDayUpdated(LocalDate d) {
|
||||
return !d.equals(getDate());
|
||||
}
|
||||
|
||||
public boolean isWeekUpdated(LocalDate d) {
|
||||
if (!isDayUpdated(d)) return false; // Same day always same week
|
||||
|
||||
TemporalField woy = WeekFields.of(DayOfWeek.MONDAY, 4).weekOfWeekBasedYear();
|
||||
return getDate().get(woy) != d.get(woy);
|
||||
}
|
||||
|
||||
public boolean isMonthUpdated(LocalDate d) {
|
||||
if (!isDayUpdated(d)) return false; // Same day always same month
|
||||
|
||||
// Predicate current month is after the month of the date
|
||||
return d.getMonth().compareTo(getDate().getMonth()) > 0;
|
||||
}
|
||||
}
|
||||
@@ -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