mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-07 21:13:11 +00:00
parent
56d65ebd1e
commit
f8c543b56c
5 changed files with 27 additions and 15 deletions
|
@ -45,7 +45,7 @@ import java.util.UUID;
|
|||
/**
|
||||
* @author Citymonstret
|
||||
*/
|
||||
@SuppressWarnings({"unused", "deprecated", "javadoc"}) public class Info extends SubCommand {
|
||||
@SuppressWarnings({"javadoc"}) public class Info extends SubCommand {
|
||||
|
||||
public Info() {
|
||||
super(Command.INFO, "Display plot info", "info", CommandCategory.INFO, false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue