Skip to content

Commit 9924e15

Browse files
committed
Add version tag to javadocs
1 parent 32b1f93 commit 9924e15

61 files changed

Lines changed: 61 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/main/java/ms/kevi/plotplugin/PlotPlugin.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747

4848
/**
4949
* @author Kevims KCodeYT
50+
* @version 1.0
5051
*/
5152
public class PlotPlugin extends PluginBase {
5253

src/main/java/ms/kevi/plotplugin/command/PlotCommand.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929

3030
/**
3131
* @author Kevims KCodeYT
32+
* @version 1.0
3233
*/
3334
public class PlotCommand extends Command {
3435

src/main/java/ms/kevi/plotplugin/command/SubCommand.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828

2929
/**
3030
* @author Kevims KCodeYT
31+
* @version 1.0
3132
*/
3233
@Getter
3334
public abstract class SubCommand {

src/main/java/ms/kevi/plotplugin/command/defaults/AddHelperCommand.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030

3131
/**
3232
* @author Kevims KCodeYT
33+
* @version 1.0
3334
*/
3435
public class AddHelperCommand extends SubCommand {
3536

src/main/java/ms/kevi/plotplugin/command/defaults/AutoCommand.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828

2929
/**
3030
* @author Kevims KCodeYT
31+
* @version 1.0
3132
*/
3233
public class AutoCommand extends SubCommand {
3334

src/main/java/ms/kevi/plotplugin/command/defaults/ClaimCommand.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828

2929
/**
3030
* @author Kevims KCodeYT
31+
* @version 1.0
3132
*/
3233
public class ClaimCommand extends SubCommand {
3334

src/main/java/ms/kevi/plotplugin/command/defaults/ClearCommand.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626

2727
/**
2828
* @author Kevims KCodeYT
29+
* @version 1.0
2930
*/
3031
public class ClearCommand extends SubCommand {
3132

src/main/java/ms/kevi/plotplugin/command/defaults/DenyCommand.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131

3232
/**
3333
* @author Kevims KCodeYT
34+
* @version 1.0
3435
*/
3536
public class DenyCommand extends SubCommand {
3637

src/main/java/ms/kevi/plotplugin/command/defaults/DisposeCommand.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626

2727
/**
2828
* @author Kevims KCodeYT
29+
* @version 1.0
2930
*/
3031
public class DisposeCommand extends SubCommand {
3132

src/main/java/ms/kevi/plotplugin/command/defaults/GenerateCommand.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828

2929
/**
3030
* @author Kevims KCodeYT
31+
* @version 1.0
3132
*/
3233
public class GenerateCommand extends SubCommand {
3334

0 commit comments

Comments
 (0)