This commit is contained in:
yaohunya 2025-07-15 10:54:43 +08:00
parent 9c36b7983e
commit 1d39325a78
3 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ public class RewardGui implements Listener{
public static void OpenGui(Player player) {
// 获取玩家入服时间 并判断是否已超过60天
if(isTimeOut60Day(player)){
MessageUtil.sendMessage(player,"timeOutDay", Sound.ENTITY_BLAZE_DEATH);
MessageUtil.sendMessageKey(player,"timeOutDay", Sound.ENTITY_BLAZE_DEATH);
return;
}
Inventory inv = Bukkit.createInventory(null,27, invTitle);

View File

@ -1,5 +1,5 @@
name: DemonLevelReward
main: com.yaohun.levelreward.LevelReward
version: 2.0.9
version: 2.1.2
commands:
levelreward: