Skip to content

Commit b1c1fa1

Browse files
author
BadAccuracyID
committed
Bump Version (0.5.1-RELEASE)
- Changed /confirm and /cancel command description
1 parent 44e32d8 commit b1c1fa1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gradle/checksums/checksums.lock

0 Bytes
Binary file not shown.

plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66

77
def pluginName = 'LuckyEssentials'
88
group 'id.luckynetwork.dev.lyrams.lej'
9-
version '0.5.0-RELEASE'
9+
version '0.5.1-RELEASE'
1010

1111
repositories {
1212
mavenCentral()

plugin/src/main/java/id/luckynetwork/dev/lyrams/lej/commands/main/ConfirmCommand.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public class ConfirmCommand extends CommandClass {
1111

1212
@ProxiedBy("confirm")
1313
@CommandMethod("luckyessentials confirm|yes|accept")
14-
@CommandDescription("Information about the plugin")
14+
@CommandDescription("Confirms a pending command action")
1515
public void confirmCommand(
1616
final @NonNull Player sender
1717
) {
@@ -20,7 +20,7 @@ public void confirmCommand(
2020

2121
@ProxiedBy("cancel")
2222
@CommandMethod("luckyessentials cancel|undo|deny|no")
23-
@CommandDescription("Information about the plugin")
23+
@CommandDescription("Cancels a pending command action")
2424
public void cancelCommand(
2525
final @NonNull Player sender
2626
) {

0 commit comments

Comments
 (0)