mirror of
https://github.com/songoda/UltimateStacker.git
synced 2024-11-23 18:45:39 +01:00
Update src/main/java/com/songoda/ultimatestacker/UltimateStacker.java, .gitlab-ci.yml files
This commit is contained in:
parent
327d222841
commit
62868dce12
@ -5,7 +5,7 @@ variables:
|
||||
name: "UltimateStacker"
|
||||
suffex: "Legacy"
|
||||
path: "/builds/Songoda/$name"
|
||||
version: "1.1.6"
|
||||
version: "1.1.7"
|
||||
|
||||
build:
|
||||
stage: build
|
||||
|
@ -205,7 +205,7 @@ public class UltimateStacker extends JavaPlugin {
|
||||
Bukkit.getPluginManager().registerEvents(new EntityListeners(this), this);
|
||||
|
||||
// Register Hologram Plugin
|
||||
if (instance.getConfig().getBoolean("Spawners.Holograms Enabled")) {
|
||||
if (getConfig().getBoolean("Spawners.Holograms Enabled")) {
|
||||
if (pluginManager.isPluginEnabled("HolographicDisplays"))
|
||||
hologram = new HologramHolographicDisplays(this);
|
||||
else if (pluginManager.isPluginEnabled("Arconix")) hologram = new HologramArconix(this);
|
||||
|
Loading…
Reference in New Issue
Block a user