mirror of
https://github.com/Crazy-Crew/CrazyAuctions.git
synced 2024-11-25 12:25:20 +01:00
Bump vital api
This commit is contained in:
parent
9f98b87aba
commit
242618bd83
@ -36,7 +36,7 @@ gson = "2.10.1"
|
|||||||
jalu = "1.4.1"
|
jalu = "1.4.1"
|
||||||
|
|
||||||
# Vital API
|
# Vital API
|
||||||
vital-paper = "0.0.7"
|
vital-paper = "1.0.6"
|
||||||
|
|
||||||
[libraries]
|
[libraries]
|
||||||
# Velocity API
|
# Velocity API
|
||||||
|
@ -24,7 +24,6 @@ import org.bukkit.command.TabCompleter;
|
|||||||
import org.bukkit.plugin.PluginManager;
|
import org.bukkit.plugin.PluginManager;
|
||||||
import org.bukkit.plugin.java.JavaPlugin;
|
import org.bukkit.plugin.java.JavaPlugin;
|
||||||
import org.jetbrains.annotations.NotNull;
|
import org.jetbrains.annotations.NotNull;
|
||||||
import java.io.File;
|
|
||||||
|
|
||||||
public class CrazyAuctions extends Vital {
|
public class CrazyAuctions extends Vital {
|
||||||
|
|
||||||
@ -46,9 +45,9 @@ public class CrazyAuctions extends Vital {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
getFileManager().addFile(new File(getDataFolder(), "config.yml"))
|
getFileManager().addFile("config.yml")
|
||||||
.addFile(new File(getDataFolder(), "data.yml"))
|
.addFile("data.yml")
|
||||||
.addFile(new File(getDataFolder(), "messages.yml"))
|
.addFile("messages.yml")
|
||||||
.init();
|
.init();
|
||||||
|
|
||||||
InventoryManager.loadButtons();
|
InventoryManager.loadButtons();
|
||||||
|
Loading…
Reference in New Issue
Block a user