mirror of
https://github.com/kiranhart/Auction-House.git
synced 2025-02-03 17:11:20 +01:00
fixes
This commit is contained in:
parent
7c8f0a47b4
commit
07e44f205f
@ -10,12 +10,10 @@ import ca.tweetzy.auctionhouse.tasks.TickAuctionsTask;
|
||||
import ca.tweetzy.core.TweetyCore;
|
||||
import ca.tweetzy.core.TweetyPlugin;
|
||||
import ca.tweetzy.core.commands.CommandManager;
|
||||
|
||||
import ca.tweetzy.core.compatibility.ServerVersion;
|
||||
import ca.tweetzy.core.configuration.Config;
|
||||
import ca.tweetzy.core.core.PluginID;
|
||||
import ca.tweetzy.core.utils.Metrics;
|
||||
import ca.tweetzy.core.utils.nms.NBTEditor;
|
||||
import net.milkbowl.vault.economy.Economy;
|
||||
import org.bukkit.Bukkit;
|
||||
import org.bukkit.plugin.RegisteredServiceProvider;
|
||||
|
@ -20,9 +20,10 @@ import java.util.stream.Collectors;
|
||||
* Time Created: 6:27 p.m.
|
||||
* Usage of any code found within this class is prohibited unless given explicit permission otherwise
|
||||
*/
|
||||
@Getter
|
||||
|
||||
public class AuctionItemManager {
|
||||
|
||||
@Getter
|
||||
private final LinkedList<AuctionItem> auctionItems = new LinkedList<>();
|
||||
|
||||
public void loadItems() {
|
||||
|
Loading…
Reference in New Issue
Block a user