Skip to content

Commit

Permalink
hello and ci build please work please please i beg
Browse files Browse the repository at this point in the history
  • Loading branch information
tudubucket committed Jan 26, 2024
1 parent 518f81a commit 6276984
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright [yyyy] [name of copyright owner]
Copyright 2024, tudubucket

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
import org.bukkit.event.player.AsyncPlayerPreLoginEvent;
import org.bukkit.event.player.PlayerJoinEvent;
import org.bukkit.plugin.java.JavaPlugin;
import org.jetbrains.annotations.NotNull;

import javax.sql.rowset.spi.SyncFactoryException;
import java.io.File;
Expand Down Expand Up @@ -77,12 +76,8 @@ public void sendAnnouncement(String message) {
}
}




@Override
public boolean onCommand(@NotNull CommandSender sender, @NotNull Command command, @NotNull String label, String[] args) {

public boolean onCommand(CommandSender sender, Command command, String label, String[] args) {

if (args.length == 0) {
SendMessage.send(sender, "&c&oWhitelistedAdmin &r&eby &6tudubucket");
Expand Down

0 comments on commit 6276984

Please sign in to comment.