mirror of
https://github.com/songoda/UltimateStacker.git
synced 2025-02-03 13:11:19 +01:00
updated to support new arconix hologram features
This commit is contained in:
parent
d21b1c8548
commit
3b3930aebf
2
pom.xml
2
pom.xml
@ -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>
|
||||
|
@ -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);
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user