mirror of
https://github.com/YouHaveTrouble/YardWatch.git
synced 2026-05-12 14:36:58 +00:00
display api version in /yw command feedback
This commit is contained in:
@@ -60,7 +60,7 @@ public class YardWatchCommand implements TabExecutor {
|
||||
}
|
||||
|
||||
private void sendDefault(CommandSender sender) {
|
||||
sender.sendMessage("YardWatch " + version);
|
||||
sender.sendMessage(String.format("YardWatch %s (Implementing YardWatch API %s)", version, YardWatch.getYardWatchApiVersion()));
|
||||
}
|
||||
|
||||
private void sendHooks(CommandSender sender) {
|
||||
|
||||
Reference in New Issue
Block a user