mirror of
https://github.com/songoda/UltimateStacker.git
synced 2024-11-23 10:35:22 +01:00
Fixed error with sound not loading on 1.8
This commit is contained in:
parent
bb7bf4ea8c
commit
43737db620
5
pom.xml
5
pom.xml
@ -88,5 +88,10 @@
|
||||
<artifactId>jobs</artifactId>
|
||||
<version>4.10.3</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.bgsoftware</groupId>
|
||||
<artifactId>WildStacker</artifactId>
|
||||
<version>2.8.1</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
@ -217,6 +217,10 @@ public class UltimateStacker extends JavaPlugin {
|
||||
this.settingsManager.reloadConfig();
|
||||
}
|
||||
|
||||
private void convert() {
|
||||
WildS
|
||||
}
|
||||
|
||||
public boolean spawnersEnabled() {
|
||||
return !this.getServer().getPluginManager().isPluginEnabled("EpicSpawners") && Setting.SPAWNERS_ENABLED.getBoolean();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user