Easytime
Step-by-step installation guide, common issues & solutions, code snippets, error codes, config previews, locales previews and changelogs; all in 1 easily accessible place.
Last updated
Was this helpful?
Step-by-step installation guide, common issues & solutions, code snippets, error codes, config previews, locales previews and changelogs; all in 1 easily accessible place.
Last updated
Was this helpful?
🔔 Folder Name Make sure the name of the folder is cd_easytime
.
🔔 Encrypted Files Do not edit the encrypted files in any way.
Screen Flickering?
eg., if your screen is flickering while using cd_easytime.
Permission Checks Error?
eg., if you are having errors related to the permission checks for the /easytime command.
Footprints?
eg., if players are seeing footprints when the weather is not snowing (e.g., during summer or clear weather).
Files Changed
Not every update requires replacing the entire folder, as we understand it’s a hassle to redo configs for each update.
All Files: Delete the old cd_easytime
folder, download the latest version, reconfigure the configs folder, and restart your server.
All Files Except config.lua: Follow the steps above, but first back up your existing config.lua
file. After downloading, replace the new config.lua
with your backup.
Specific Files: Simply copy and paste the specific updated files over the old ones, then restart your server.
Update Type
Occasionally, updates are mandatory due to changes like authentication updates, which make older versions obsolete.
Mandatory - You must update to the latest version; older versions will stop working.
Optional - Updating is your choice, but we don’t support outdated versions.
Skipping Updates
If you’ve skipped previous updates, it’s best to update all files to ensure compatibility. For example, if you're on v4.0.1, skipped v4.0.2, and now want to update to v4.0.3, use the "All Files" method for safety.
v1.1.4 - v1.1.7
Files Changed:
Changelog:
Add
Added a version check to ensure you stay updated with the progress.
Fix
Fixed a typo in causing the time cycle to speed up.
Fixed a small issue which would cause the weather to change to clear Instantly when entering a shell due to the pervious updates.
File clean-up, removed the old client file which was renamed.
Fixed a typo in the client.lua causing a error.
Depending on your framework and dependencies, you may need to make some changes inside [cd_easytime/fxmanifest.lua]
. We have simplified this process by on the lines that you may need to modify.
You must read all configurable options inside [cd_easytime/configs/config.lua]
and adjust them to fit your server's needs. Please pay attention to the at the end of each line to understand the purpose of each config option.
The most important sections are those under the and categories at the top of the config.lua
. Everything else is optional.
Please check out our before contacting our support.
Added drag and drop compatibility for qbus and ace permissions (read for more information).
Minor typo fix -
Added server and client exports to get the weather data.