Adds some TODOs
This commit is contained in:
parent
2f559ce2af
commit
5bc62d5bc0
@ -9,6 +9,8 @@ public class ListCommand implements CommandExecutor {
|
||||
|
||||
@Override
|
||||
public boolean onCommand(@NotNull CommandSender sender, @NotNull Command command, @NotNull String label, @NotNull String[] args) {
|
||||
//TODO: If no argument is given, list all paid sign names
|
||||
//TODO: If an argument is given, output extensive information about the sign
|
||||
return false;
|
||||
}
|
||||
|
||||
|
@ -9,6 +9,8 @@ public class ListConditionsCommand implements CommandExecutor {
|
||||
|
||||
@Override
|
||||
public boolean onCommand(@NotNull CommandSender sender, @NotNull Command command, @NotNull String label, @NotNull String[] args) {
|
||||
//TODO: If a paid sign name is given, print a short overview over the conditions
|
||||
//TODO: If a paid sign name and a line is given, display everything about the condition
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user