MCRealTime
I wanted to ask you to share your ideas in the comments or under "Issues" on how to upgrade MCRealTime, because the basic concept is almost complete.
Dear community,
I have once again brought out a plugin + Updater, which allows the real-time in Minecraft. That means, if e.g. 8pm, it's the same night in Minecraft, the other way around. This plugin works according to the RTC system and synchronize with the time zone you type in the config. The plugin gets the time information from the RTC and transfers that live to Minecraft.
You do not have to do much to get the plugin working. Just put the plugin in the normal plugins folder. This also applies to the users who use BungeeCord!
You can activate and deactivate the plugin in the config.yml file by setting the value "enable" to true or false accordingly. You can also set the effect of the plugin globally or set it to a specific world by setting the variable "global" to false and adding multi world names in "worlds". Now setup your time zone and let's run! If you're continue to interest in auto update, set that value to true. And if you didn't know, you can modify the permission values you like in the config file.

Here are maybe important commands:
- "/mcrealtime info" - You will get news and status about this plugin.
- "/mcrealtime contact" - You will get information about my contact details, if you have a problem or if you will send a feedback for my plugin.
- "/mcrealtime changelog" - You will get information about the last update.
- "/mcrealtime uninstall" - You will get a manual, how to prepare an uninstall of the plugin. IMPORTANT !
- "/mcrealtime update" - If an update avaible, you will auto update MCRealTime with that command.
Permission:
- "/mcrealtime info" - mcrealtime.use (default)
- "/mcrealtime contact" - mcrealtime.use (default)
- "/mcrealtime changelog" - mcrealtime.use (default)
- "/mcrealtime uninstall" - mcrealtime.use (default)
- "/mcrealtime update" - mcrealtime.use (default)
- Command tab completion - mcrealtime.use (default)
IMPORTANT:
It works on JRE 8-16.
IT SUPPORTS THE VERSIONS (Bukkit/Craftbukki/Spigot) 1.8 - 1.17.1 !
The only one complication is, that you can not execute the /time set <time><time> </time>command and you can't sleep at night and in newer versions you can sleep, but without changes of time in minecraft !
Don't worry, the insomnia will be deactivated while the plugin is enabled.
That's it, now you can fully enjoy the plugin.
_______________________________________________________________
Main cmd:

Tab completion:

Info cmd:

Contact cmd:

Changelog cmd:

Uninstall cmd:

Update cmd:



Update console:

Update notification in minecraft chat (admin sight with mcrealtime.use perms):

Update notification in console:

PS: With the example of update notification you see an old version in the most pictures because they wasn't neccessarly to update.
_______________________________________________________________
I wish you a lot of fun with my plugin!
Here is the source code: https://github.com/GabrielJanLukasM/MCRealTime
Dear Greetings,
Dev_Gabriel_M
©2018-2024 Gabriel Jan M. (Sapentiae)
-
View User Profile
-
Send Message
Posted Nov 18, 2021Hi Community,
MCRealTime v4.1 Beta supports the versions 1.8 to 1.17.1!
Greetings, Gabriel
Changelogs:
+ Added version support 1.8 - 1.17.1
+ Added update to cmd /mcrealtime update
+ Added admin friendly permission options in config.yml
-
View User Profile
-
Send Message
Posted Aug 6, 2021great plugin works on 1.17.1 perfectly
-
View User Profile
-
Send Message
Posted Aug 8, 2021In reply to pyrobyte140:
Thank you for your feedback. If there are some issues or ideas from your site for development, let me know.
Kind regards,
Gabriel M.
-
View User Profile
-
Send Message
Posted Nov 18, 2020It just stopped working... time to update?
-
View User Profile
-
Send Message
Posted Nov 18, 2020In reply to BlueFeather:
Allright, thank you for your issue report. Is it still not working with the current version 3.6?
-
View User Profile
-
Send Message
Posted Nov 19, 2020In reply to Forge_User_73905552:
Yeah, the download link showed back up..... Yeah, that seemed to fix it...
After I get my bike, I'll have to drop you a donation or something
-
View User Profile
-
Send Message
Posted Nov 19, 2020In reply to BlueFeather:
Many thanks. Just don't force yourself. It is important to me that you all have fun with this project. Thank you again for the bug report and for the updated information on the current status.
Sincerely yours
Gabriel
-
View User Profile
-
Send Message
Posted Jul 15, 2020Can you make it so that you are able to set you own time ( Like in the config), because if you buy a server that is no located in your time zone then theirs no way to set it how you may need it.
Thx.
-
View User Profile
-
Send Message
Posted Jul 16, 2020In reply to mrweedawid:
Hi mrweedawid,
I know already about that problem, thank you for your issue report. I'll try to solve it. If you have more quastions, please put them here in the comments or write me by mail to my address crashkilleryt@freenet.de.
Yours Faithfully,
(dipl.) Gabriel M.
-
View User Profile
-
Send Message
Posted Apr 6, 2021In reply to mrweedawid:
Dear mrweedawid,
now you can set your time zone in the config.yml file by version 3.8.
With best regards,
Gabriel
-
View User Profile
-
Send Message
Posted Jan 12, 2020how are you man i just have a question that when you use this plugin is very good but how to disable it cuz if you deleted the plugin that just made the World stuck in Day time i may have stupid questions but am new this seting up plugins
-
View User Profile
-
Send Message
Posted Jan 14, 2020In reply to Forge_User_47827442:
This is because the plugin disables a gamerule entry that is responsible for normal day / night circulation to avoid bugs.
You can read out the source code:
@Override
public void run () {
for (World w: Bukkit.getWorlds ()) {
w.setTime (getTime ());
w.setGameRuleValue ("doDaylightCycle", "false");
This gamerule is the doDaylighCycle, which you can reactivate with the command / gamerule doDaylighCycle true. I will try to fix in the future.
greeting
-
View User Profile
-
Send Message
Posted Mar 17, 2020In reply to Forge_User_47827442:
I fixed it in comming version 3.2
-
View User Profile
-
Send Message
Posted Dec 26, 2019Hey,
Wanted to know what timezone this is set to and if needed, how to change the timezone?
Thanks,
Rocker
-
View User Profile
-
Send Message
Posted Dec 27, 2019In reply to rocker20502mini:
Hi,
The timezone isn't set by the plugin itself, it is only read out all time data from your hosted server. That means, if you change the time zone of your hosted server network, the plugin will read it out and update the minecraft time live.
Happy new decade,
CrashKillerYT a.k.a Gabriel
-
View User Profile
-
Send Message
Posted Apr 6, 2021In reply to rocker20502mini:
Dear rocker20502mini,
you can now change the time zone in the config.yml at version 3.8.
With best regards,
Gabriel
-
View User Profile
-
Send Message
Posted Dec 22, 2019Hey! Is it possible to make this plugin work on a single world?
-
View User Profile
-
Send Message
Posted Dec 22, 2019In reply to Forge_User_96433764:
Yes, sure it is, but it could take a while to create e.g a config file in case of my permanent examination phase.
-
View User Profile
-
Send Message
Posted Jan 18, 2019Hey Crashkilleryt,
Awesome plugin did you make. But i have a question, can you make a config file that you can set the time the sun get up and the sun go down.
Greetings
Dupko
-
View User Profile
-
Send Message
Posted Jan 26, 2019In reply to Forge_User_49652041: