updated to support new arconix hologram features

This commit is contained in:
Brianna O'Keefe 2018-11-14 19:58:48 -05:00
parent d21b1c8548
commit 3b3930aebf
3 changed files with 3 additions and 4 deletions

View File

@ -2,7 +2,7 @@
<groupId>com.songoda</groupId>
<artifactId>UltimateStacker</artifactId>
<modelVersion>4.0.0</modelVersion>
<version>1.0.2</version>
<version>1.0.3</version>
<build>
<defaultGoal>clean package</defaultGoal>
<plugins>

View File

@ -192,10 +192,9 @@ public class UltimateStacker extends JavaPlugin {
}
// Save data initially so that if the person reloads again fast they don't lose all their data.
this.saveToFile();
this.hologramHandler = new HologramHandler(this);
}, 10);
this.hologramHandler = new HologramHandler(this);
Bukkit.getPluginManager().registerEvents(new SpawnerListeners(this), this);
Bukkit.getPluginManager().registerEvents(new BlockListeners(this), this);
Bukkit.getPluginManager().registerEvents(new DeathListeners(this), this);

View File

@ -1,6 +1,6 @@
name: UltimateStacker
description: UltimateStacker
version: 1.0.2
version: 1.0.3
depend: [Arconix]
main: com.songoda.ultimatestacker.UltimateStacker
author: songoda