Skip to content

Commit 53be724

Browse files
committed
fix dependency
1 parent a47da12 commit 53be724

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
group = 'plazmer'
6-
version = '1.0.2'
6+
version = '1.0.3'
77

88
repositories {
99
mavenCentral()

src/main/java/t/me/p1azmer/plugin/protectionblocks/commands/GiveCommand.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
import t.me.p1azmer.engine.api.command.AbstractCommand;
77
import t.me.p1azmer.engine.api.command.CommandResult;
88
import t.me.p1azmer.engine.api.manager.AbstractConfigHolder;
9-
import t.me.p1azmer.engine.coins.Placeholders;
109
import t.me.p1azmer.engine.utils.CollectionsUtil;
1110
import t.me.p1azmer.engine.utils.NumberUtil;
1211
import t.me.p1azmer.engine.utils.PlayerUtil;
1312
import t.me.p1azmer.plugin.protectionblocks.Perms;
13+
import t.me.p1azmer.plugin.protectionblocks.Placeholders;
1414
import t.me.p1azmer.plugin.protectionblocks.ProtectionPlugin;
1515
import t.me.p1azmer.plugin.protectionblocks.config.Lang;
1616
import t.me.p1azmer.plugin.protectionblocks.region.impl.RegionBlock;
@@ -68,7 +68,6 @@ protected void onExecute(@NotNull CommandSender sender, @NotNull CommandResult r
6868

6969
PlayerUtil.addItem(player, regionBlock.getItem(), amount);
7070

71-
7271
plugin.getMessage(Lang.COMMAND_GIVE_DONE)
7372
.replace(regionBlock.replacePlaceholders())
7473
.replace(Placeholders.forPlayer(player))

0 commit comments

Comments
 (0)