Skip to content

Commit 622ba3d

Browse files
[1.2.6]忘记修改命令注解的包名了
1 parent 41efe48 commit 622ba3d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/main/kotlin/com/github/yufiriamazenta/deathmsg/commands/DeathMessageReloadCommand.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,12 @@ package com.github.yufiriamazenta.deathmsg.commands
22

33
import com.github.yufiriamazenta.deathmsg.DEATH_MESSAGE
44
import com.github.yufiriamazenta.deathmsg.data.DataManager.reloadData
5-
import crypticlib.command.api.BukkitCommand
5+
import crypticlib.command.BukkitCommand
66
import crypticlib.command.impl.RootCmdExecutor
77
import crypticlib.util.MsgUtil
8-
import crypticlib.util.TextUtil
98
import org.bukkit.command.Command
109
import org.bukkit.command.CommandSender
1110
import org.bukkit.entity.Player
12-
import javax.annotation.ParametersAreNonnullByDefault
1311

1412
@BukkitCommand(name = "deathmessagereload", permission = "deathmessage.command.reload", aliases = ["dmrl"])
1513
class DeathMessageReloadCommand : RootCmdExecutor() {

src/main/kotlin/com/github/yufiriamazenta/deathmsg/commands/FilterDeathMessageCmd.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package com.github.yufiriamazenta.deathmsg.commands
22

33
import com.github.yufiriamazenta.deathmsg.DEATH_MESSAGE
44
import com.github.yufiriamazenta.deathmsg.util.LangUtil
5-
import crypticlib.command.api.BukkitCommand
5+
import crypticlib.command.BukkitCommand
66
import crypticlib.command.impl.RootCmdExecutor
77
import org.bukkit.command.Command
88
import org.bukkit.command.CommandSender

0 commit comments

Comments
 (0)