I made a changelog script to facilitate reading of changelogs instead of having to put the whole chunk in the main.nut file, the changelog's placed in an ini file instead.
Pictures
Example in Changelog.ini[1.0] ---> name of the server version inside here
lines = 5 ---> how many lines/updates there are for this server
date = 1/1/1111, Monday ---> date when update was implemented
line1 = This is a test example ---> update 1 details, for each update +1 in "lines"
line2 = update1
line3 = update2
line4 = update3
line5 = update4InstallationSimply drag "Scripts", "Modules" and "Server" into the root server directory
When you have added a new server version, simply create another section in changelog.ini.
LinksPastebin for main scriptDownload from DropboxIf you have any questions about the script, feel free to pm me
