Hello
i have this code :
public boolean onCommand(CommandSender sender, Command cmd, String CommandLable, String[] args){
if(cmd.getName().equalsIgnoreCase("test")){
p.sendMessage("This is a test");
}
i need to change command sender : "test" from config how i can do it?
i have this code :
public boolean onCommand(CommandSender sender, Command cmd, String CommandLable, String[] args){
if(cmd.getName().equalsIgnoreCase("test")){
p.sendMessage("This is a test");
}
i need to change command sender : "test" from config how i can do it?