mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 21:26:46 +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();
|
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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user