mirror of
https://github.com/Crazy-Crew/CrazyAuctions.git
synced 2025-02-13 01:11:25 +01:00
enable vital api
This commit is contained in:
parent
ec23c3fe51
commit
b255d09515
@ -9,6 +9,7 @@ import com.badbones69.crazyauctions.commands.AuctionTab;
|
||||
import com.badbones69.crazyauctions.controllers.GuiListener;
|
||||
import com.badbones69.crazyauctions.controllers.MarcoListener;
|
||||
import com.badbones69.crazyauctions.currency.VaultSupport;
|
||||
import com.ryderbelserion.vital.paper.VitalPaper;
|
||||
import com.ryderbelserion.vital.paper.files.config.FileManager;
|
||||
import com.ryderbelserion.vital.paper.util.scheduler.FoliaRunnable;
|
||||
import org.bukkit.OfflinePlayer;
|
||||
@ -43,6 +44,8 @@ public class CrazyAuctions extends JavaPlugin {
|
||||
return;
|
||||
}
|
||||
|
||||
new VitalPaper(this).setLogging(false);
|
||||
|
||||
this.fileManager = new FileManager();
|
||||
this.crazyManager = new CrazyManager();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user