mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2026-02-18 17:53:00 +01:00
Sometimes I don't know how I miss stuff like this.
This commit is contained in:
@@ -13,6 +13,12 @@ public class vMinecraft extends Plugin {
|
||||
vMinecraftSettings.getInstance().loadSettings();
|
||||
vMinecraftUsers.getInstance().loadUsers();
|
||||
vMinecraftCommands.loadCommands();
|
||||
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");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user