mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-27 11:14:44 +02:00
Renamed StatsCommand.java to McstatsCommand.java to reflect change to
command name.
This commit is contained in:
@ -16,16 +16,16 @@ import com.gmail.nossr50.datatypes.SkillType;
|
||||
import com.gmail.nossr50.locale.mcLocale;
|
||||
import com.gmail.nossr50.skills.Skills;
|
||||
|
||||
public class StatsCommand implements CommandExecutor {
|
||||
public class McstatsCommand implements CommandExecutor {
|
||||
private final mcMMO plugin;
|
||||
|
||||
public StatsCommand(mcMMO instance) {
|
||||
public McstatsCommand(mcMMO instance) {
|
||||
this.plugin = instance;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean onCommand(CommandSender sender, Command command, String label, String[] args) {
|
||||
if (!LoadProperties.statsEnable) {
|
||||
if (!LoadProperties.mcstatsEnable) {
|
||||
sender.sendMessage("This command is not enabled.");
|
||||
return true;
|
||||
}
|
Reference in New Issue
Block a user