Skip to content

Commit

Permalink
clean: remove import diffs
Browse files Browse the repository at this point in the history
  • Loading branch information
Siroshun09 committed May 17, 2024
1 parent 822b5c9 commit f273585
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
package net.okocraft.boxtradestick;

import java.io.IOException;
import java.util.Locale;
import java.util.Map;
import com.github.siroshun09.messages.api.directory.DirectorySource;
import com.github.siroshun09.messages.api.directory.MessageProcessors;
import com.github.siroshun09.messages.api.source.StringMessageMap;
Expand All @@ -12,10 +15,6 @@
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;

import java.io.IOException;
import java.util.Locale;
import java.util.Map;

public final class BoxTradeStickPlugin extends JavaPlugin {

private MiniMessageLocalization localization;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
package net.okocraft.boxtradestick;

import java.util.Arrays;
import java.util.List;
import java.util.UUID;
import java.util.stream.StreamSupport;
import com.github.siroshun09.messages.minimessage.base.MiniMessageBase;
import com.github.siroshun09.messages.minimessage.source.MiniMessageSource;
import net.kyori.adventure.text.Component;
Expand All @@ -21,11 +25,6 @@
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;

import java.util.Arrays;
import java.util.List;
import java.util.UUID;
import java.util.stream.StreamSupport;

public class MerchantRecipesGUI implements InventoryHolder {

private static final ItemStack NON_BUTTON = ItemEditor.create().displayName(Component.empty().color(NamedTextColor.BLACK)).createItem(Material.GRAY_STAINED_GLASS_PANE);
Expand Down

0 comments on commit f273585

Please sign in to comment.