sender.sendMessage("This server is running " + Bukkit.getName() + " version " + Bukkit.getVersion() + " (Implementing API version " + Bukkit.getBukkitVersion() + ")");
sendVersion(sender);
} else {
@@ -289,7 +290,7 @@ public class VersionCommand extends BukkitCommand {
}
// Contributed by Techcable <Techcable@outlook.com> in GH PR #65
- private static final String BRANCH = "master";
+ private static final String BRANCH = "pre/1.12"; // TODO: Switch back to master
private static int getFromRepo(String repo, String hash) {