refactor: make listeners an interface
(except the one in Bot, which extends MCProtocolLib's SessionAdaptor, not sure how exactly make them complement)
This commit is contained in:
@@ -13,7 +13,7 @@ import java.time.format.DateTimeFormatter;
|
||||
import java.util.List;
|
||||
import java.util.UUID;
|
||||
|
||||
public class TrustedPlugin extends PlayersPlugin.Listener {
|
||||
public class TrustedPlugin implements PlayersPlugin.Listener {
|
||||
private final Bot bot;
|
||||
|
||||
public final List<String> list;
|
||||
|
||||
Reference in New Issue
Block a user