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

+ Update to ZSUtilities 1.0.5.

parent 0e152963
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>
......
......@@ -2,6 +2,7 @@ package com.zandor300.stonepotion;
import com.zandor300.stonepotion.commands.StonePotionCommand;
import com.zandor300.stonepotion.listeners.PlayerListener;
import com.zandor300.zsutilities.ZSUtilities;
import com.zandor300.zsutilities.commandsystem.CommandManager;
import com.zandor300.zsutilities.config.Config;
import com.zandor300.zsutilities.utilities.Chat;
......@@ -46,6 +47,8 @@ public class StonePotion extends JavaPlugin {
plugin = this;
PluginManager pm = Bukkit.getPluginManager();
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