Skip to content
Snippets Groups Projects
Commit 039b966c authored by Zandor Smith's avatar Zandor Smith :computer:
Browse files

+ Update to ZSUtilities 1.0.5.

parent 586f2ba9
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
......@@ -33,7 +33,7 @@
<groupId>com.zandor300</groupId>
<artifactId>ZSUtilities</artifactId>
<type>jar</type>
<version>1.8-1.0.4.6</version>
<version>1.8-1.0.5</version>
</dependency>
</dependencies>
......
......@@ -16,6 +16,7 @@
package com.zandor300.torchlight;
import com.zandor300.torchlight.commands.TorchLightCommand;
import com.zandor300.zsutilities.ZSUtilities;
import com.zandor300.zsutilities.commandsystem.CommandManager;
import com.zandor300.zsutilities.utilities.Chat;
import org.bukkit.Bukkit;
......@@ -58,6 +59,8 @@ public class TorchLight extends JavaPlugin {
plugin = this;
ZSUtilities.addDependency(this);
chat.sendConsoleMessage("Starting metrics...");
try {
new Metrics(this).start();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment