mirror of
https://github.com/Crazy-Crew/CrazyAuctions.git
synced 2024-11-22 11:55:12 +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"
|
||||
|
||||
# Vital API
|
||||
vital-paper = "0.0.7"
|
||||
vital-paper = "1.0.6"
|
||||
|
||||
[libraries]
|
||||
# Velocity API
|
||||
|
@ -24,7 +24,6 @@ import org.bukkit.command.TabCompleter;
|
||||
import org.bukkit.plugin.PluginManager;
|
||||
import org.bukkit.plugin.java.JavaPlugin;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
import java.io.File;
|
||||
|
||||
public class CrazyAuctions extends Vital {
|
||||
|
||||
@ -46,9 +45,9 @@ public class CrazyAuctions extends Vital {
|
||||
return;
|
||||
}
|
||||
|
||||
getFileManager().addFile(new File(getDataFolder(), "config.yml"))
|
||||
.addFile(new File(getDataFolder(), "data.yml"))
|
||||
.addFile(new File(getDataFolder(), "messages.yml"))
|
||||
getFileManager().addFile("config.yml")
|
||||
.addFile("data.yml")
|
||||
.addFile("messages.yml")
|
||||
.init();
|
||||
|
||||
InventoryManager.loadButtons();
|
||||
|
Loading…
Reference in New Issue
Block a user