FreezeTime
FreezeTime
FreezeTime allows you to freeze the time on certain worlds. Every 5 seconds, worlds with FreezeTime enabled go back 5 seconds, so it keeps it within 5 seconds of the time while not causing any lag. It works with /time and multiverse plugins.
Installation
- Download: FreezeTime.jar
- Add FreezeTime.jar to your plugins folder
- Enjoy!
Commands
/freezetime [world]: Toggle whether or not the time is frozen on a specific world
Permissions
FreezeTime.freezetime: The ability to use /freezetime
Config
In the config file you have the option to change which worlds are frozen manually, and change the message displayed when a world is frozen.
frozenmsg: The message displayed when a world is frozen. If you put "<world>" in the message it will be substituted for the world being frozen.
unfrozenmsg: The message displayed when a world is unfrozen.
msgcolor: The color of frozenmsg and unfrozenmsg. Default is green.
You can also manually change worlds like this:
worlds: - freezethisworld - world2
Source Code
You can find the source code for the plugin here.
Programmers
FreezeTime was created by aidanwolk and is maintained by CraigDeVonne.
-
View User Profile
-
Send Message
Posted Oct 24, 2014This is built into bukkit/spigiot. Just do /gamerule dodaylightcycle false and it freezes the time...
-
View User Profile
-
Send Message
Posted Jun 27, 2013I am no longer maintaining this project, so if Aidan sees this, I've ABANDONED IT and all of my other plugins
-
View User Profile
-
Send Message
Posted Nov 15, 2012i found a little problem in this plugin:
it works actually fine so far, but since you are just doing
currentw.setTime(currentw.getTime()-100);
the frozen time point will get higher very slowly on lags/restarts/reloads. maybe its better so save the tick value to freeze on anywhere and use that instead.
-
View User Profile
-
Send Message
Posted Nov 1, 2012@bigscary
maybe if you're running your bukkit server on a duron. oO
-
View User Profile
-
Send Message
Posted Sep 9, 2012Edit: some plugin on our server is interfering
-
View User Profile
-
Send Message
Posted Jul 21, 2012@minecraftyord
Not quite sure how I would do that exactly, but I will ponder on it and see what I can do. Only problem is it might break redstone. Had that problem with a time modifying plugin once.
-
View User Profile
-
Send Message
Posted Jul 16, 2012What do you guys think about slowing time down as a new feature? I would love it <3
-
View User Profile
-
Send Message
Posted Jun 20, 2012Arf, was a nice idea, but with every setback it changes the moonphase =/
-
View User Profile
-
Send Message
Posted Mar 1, 2012@bigscary
it resets the time every 5 seconds, i see no reason for it to lag, its just like me manually entering "set time 1000" every 5 seconds
-
View User Profile
-
Send Message
Posted Feb 9, 2012Thank you for the update! Love this plugin so much :D
-
View User Profile
-
Send Message
Posted Feb 6, 2012Awesome plugin! Thanks for taking my request, runs on my server fine with no lag at all.
-
View User Profile
-
Send Message
Posted Jan 31, 2012@bigscary
How does a command cause lag? It only uses the command to enable it. The actual freezing is a different process.
-
View User Profile
-
Send Message
Posted Jan 30, 2012Okay so it's a slash command to cause lag? Yikes, dude.