Honestly, I don't remember ;_;

This commit is contained in:
nossr50 2010-12-20 03:52:31 -08:00
parent 4cdbcc053c
commit 30d6b1ac51

View File

@ -13,13 +13,16 @@ public class vMinecraft extends Plugin {
vMinecraftSettings.getInstance().loadSettings(); vMinecraftSettings.getInstance().loadSettings();
vMinecraftUsers.getInstance().loadUsers(); vMinecraftUsers.getInstance().loadUsers();
vMinecraftCommands.loadCommands(); vMinecraftCommands.loadCommands();
/*while(true){
if (etc.getServer().getTime() == 0){ if (etc.getServer().getTime() == 0){
vMinecraftChat.gmsg(Colors.Rose + "The sun has risen, it is now safe to punch trees"); vMinecraftChat.gmsg(Colors.Rose + "The sun has risen, it is now safe to punch trees");
} }
if (etc.getServer().getTime() == 13000){ if (etc.getServer().getTime() == 13000){
vMinecraftChat.gmsg(Colors.Rose + "What a terrible night to have a curse"); vMinecraftChat.gmsg(Colors.Rose + "What a terrible night to have a curse");
} }
}
*
*/
} }
public void disable() { public void disable() {