mirror of
https://github.com/YouHaveTrouble/PreventStabby.git
synced 2026-05-12 13:26:56 +00:00
use internal method for message sending, replace some try/catch with null checks
This commit is contained in:
@@ -8,7 +8,7 @@ import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
public class HelpCommand {
|
||||
|
||||
// TODO change this to be 1 component when transitioning to adventure
|
||||
public static void help(CommandSender sender, String[] args) {
|
||||
Bukkit.getScheduler().runTaskAsynchronously(PreventStabby.getPlugin(), () -> {
|
||||
List<String> helpPage = new ArrayList<>();
|
||||
|
||||
Reference in New Issue
Block a user