mirror of
https://github.com/plexusorg/Plex.git
synced 2025-07-03 20:41:32 +00:00
fix /tag
fix /notes fix /rank switch /admin to a datautils check instead of using ashcon api
This commit is contained in:
parent
81d3cc8dde
commit
8dfaaf7a8c
13 changed files with 88 additions and 39 deletions
|
@ -2,13 +2,14 @@ package dev.plex.command.blocking;
|
|||
|
||||
import com.google.common.collect.Lists;
|
||||
import lombok.Data;
|
||||
import net.kyori.adventure.text.Component;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
@Data
|
||||
public class BlockedCommand
|
||||
{
|
||||
private String message;
|
||||
private Component message;
|
||||
private String requiredLevel;
|
||||
private String regex;
|
||||
private String command;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue