Skip to content

Commit

Permalink
bump 0.2.2 (#10)
Browse files Browse the repository at this point in the history
* bump 0.2.2

* optimize imports
  • Loading branch information
Netherwhal authored May 21, 2022
1 parent 2652c86 commit 9ce702a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group 'net.simplyvanilla'
version '0.2.1'
version '0.2.2'

java {
toolchain.languageVersion.set(JavaLanguageVersion.of(17))
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package net.simplyvanilla.simplychat.command;

import me.clip.placeholderapi.PlaceholderAPI;
import net.kyori.adventure.text.Component;
import net.simplyvanilla.simplychat.SimplyChatPlugin;
import me.clip.placeholderapi.PlaceholderAPI;
import org.bukkit.Bukkit;
import org.bukkit.command.Command;
import org.bukkit.command.CommandExecutor;
Expand All @@ -11,7 +11,6 @@
import org.jetbrains.annotations.NotNull;

import java.util.Arrays;
import java.util.regex.Matcher;
import java.util.stream.Collectors;

public class MessageCommandExecutor implements CommandExecutor {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package net.simplyvanilla.simplychat.command;

import java.util.regex.Matcher;

public final class MessageFormat {

private MessageFormat() {}
Expand Down

0 comments on commit 9ce702a

Please sign in to comment.