Update dependencies
This commit is contained in:
parent
b3916fb312
commit
5fb88b0f89
4 changed files with 17 additions and 4 deletions
13
.idea/giants.iml
generated
Normal file
13
.idea/giants.iml
generated
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<module version="4">
|
||||||
|
<component name="FacetManager">
|
||||||
|
<facet type="minecraft" name="Minecraft">
|
||||||
|
<configuration>
|
||||||
|
<autoDetectTypes>
|
||||||
|
<platformType>SPIGOT</platformType>
|
||||||
|
</autoDetectTypes>
|
||||||
|
<projectReimportVersion>1</projectReimportVersion>
|
||||||
|
</configuration>
|
||||||
|
</facet>
|
||||||
|
</component>
|
||||||
|
</module>
|
||||||
2
.idea/modules.xml
generated
2
.idea/modules.xml
generated
|
|
@ -2,7 +2,7 @@
|
||||||
<project version="4">
|
<project version="4">
|
||||||
<component name="ProjectModuleManager">
|
<component name="ProjectModuleManager">
|
||||||
<modules>
|
<modules>
|
||||||
<module fileurl="file://$PROJECT_DIR$/giants.iml" filepath="$PROJECT_DIR$/giants.iml" />
|
<module fileurl="file://$PROJECT_DIR$/.idea/giants.iml" filepath="$PROJECT_DIR$/.idea/giants.iml" />
|
||||||
</modules>
|
</modules>
|
||||||
</component>
|
</component>
|
||||||
</project>
|
</project>
|
||||||
4
pom.xml
4
pom.xml
|
|
@ -50,14 +50,14 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.bstats</groupId>
|
<groupId>org.bstats</groupId>
|
||||||
<artifactId>bstats-bukkit</artifactId>
|
<artifactId>bstats-bukkit</artifactId>
|
||||||
<version>3.0.2</version>
|
<version>3.1.0</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>eu.m724</groupId>
|
<groupId>eu.m724</groupId>
|
||||||
<artifactId>jarupdater</artifactId>
|
<artifactId>jarupdater</artifactId>
|
||||||
<version>0.1.10</version>
|
<version>0.2.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,7 @@ public class UpdateCommand {
|
||||||
|
|
||||||
public void updateCommand(CommandSender sender, String[] args) {
|
public void updateCommand(CommandSender sender, String[] args) {
|
||||||
sender.sendMessage(ChatColor.GRAY + "Please wait...");
|
sender.sendMessage(ChatColor.GRAY + "Please wait...");
|
||||||
sender.sendMessage(ChatColor.GRAY + "Channel: " + updater.getEnvironment().getChannel());
|
sender.sendMessage(ChatColor.GRAY + "Channel: " + updater.getChannel());
|
||||||
|
|
||||||
if (updater.updatePending) {
|
if (updater.updatePending) {
|
||||||
sender.sendMessage(ChatColor.YELLOW + "" + ChatColor.BOLD + "(!) Server restart required");
|
sender.sendMessage(ChatColor.YELLOW + "" + ChatColor.BOLD + "(!) Server restart required");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue