mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 21:26:46 +01:00
Removed 'true/false' debug message from Inspect command
This commit is contained in:
parent
86cfa5dcb2
commit
1ca57df0c0
@ -44,6 +44,7 @@ Version 1.3.03-dev
|
|||||||
! Changed mob spawner tracking to use new Metadata API
|
! Changed mob spawner tracking to use new Metadata API
|
||||||
! Changed block watch list to use new Metadata API
|
! Changed block watch list to use new Metadata API
|
||||||
! Changed around a few config options, including the ones for mySQL. *YOU NEED TO REDO YOUR CONFIG FILE*
|
! Changed around a few config options, including the ones for mySQL. *YOU NEED TO REDO YOUR CONFIG FILE*
|
||||||
|
- Removed 'true/false' debug message from Inspect command
|
||||||
|
|
||||||
Version 1.3.02
|
Version 1.3.02
|
||||||
+ Added in game guides for Mining, Excavation, and Acrobatics. Simply type /skillname ? to access them
|
+ Added in game guides for Mining, Excavation, and Acrobatics. Simply type /skillname ? to access them
|
||||||
|
@ -100,8 +100,6 @@ public class InspectCommand implements CommandExecutor {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
System.out.println(PPt.isLoaded());
|
|
||||||
|
|
||||||
sender.sendMessage(ChatColor.GREEN + "mcMMO Stats for Offline Player " + ChatColor.YELLOW + args[0]);
|
sender.sendMessage(ChatColor.GREEN + "mcMMO Stats for Offline Player " + ChatColor.YELLOW + args[0]);
|
||||||
|
|
||||||
sender.sendMessage(ChatColor.GOLD + "-=GATHERING SKILLS=-");
|
sender.sendMessage(ChatColor.GOLD + "-=GATHERING SKILLS=-");
|
||||||
|
Loading…
Reference in New Issue
Block a user