mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 05:06:45 +01:00
Honestly, I don't remember ;_;
This commit is contained in:
parent
4cdbcc053c
commit
30d6b1ac51
@ -13,13 +13,16 @@ public class vMinecraft extends Plugin {
|
||||
vMinecraftSettings.getInstance().loadSettings();
|
||||
vMinecraftUsers.getInstance().loadUsers();
|
||||
vMinecraftCommands.loadCommands();
|
||||
if (etc.getServer().getTime() == 0){
|
||||
/*while(true){
|
||||
if (etc.getServer().getTime() == 0){
|
||||
vMinecraftChat.gmsg(Colors.Rose + "The sun has risen, it is now safe to punch trees");
|
||||
}
|
||||
if (etc.getServer().getTime() == 13000){
|
||||
vMinecraftChat.gmsg(Colors.Rose + "What a terrible night to have a curse");
|
||||
}
|
||||
|
||||
}
|
||||
*
|
||||
*/
|
||||
}
|
||||
|
||||
public void disable() {
|
||||
|
Loading…
Reference in New Issue
Block a user