+ Added lua hot reload functionality
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
"Localized Commands","buildHelp",""
|
||||
"Localized Commands","c++, g++, cplus, cpp",""
|
||||
"Localized Commands","catch",""
|
||||
"Localized Commands","character",""
|
||||
"Localized Commands","charactercreate",""
|
||||
"Localized Commands","charactereditbio",""
|
||||
"Localized Commands","charactereditname",""
|
||||
@@ -263,6 +264,7 @@
|
||||
"Command Enabler","buildhelp","1"
|
||||
"Command Enabler","c++, g++, cplus, cpp","1"
|
||||
"Command Enabler","catch","1"
|
||||
"Command Enabler","character","1"
|
||||
"Command Enabler","charactercreate","1"
|
||||
"Command Enabler","charactereditbio","1"
|
||||
"Command Enabler","charactereditname","1"
|
||||
|
||||
|
@@ -8,6 +8,7 @@ function plugin(message, user)
|
||||
hours = ((timedif / (60*60)) % 24);
|
||||
mins = ((timedif / (60)) % 60);
|
||||
secs = timedif % 60;
|
||||
|
||||
return "*GASP!!!* \n" .. user.name .. " said **THE** word! It's been " .. round(days) .. " days, " .. round(hours) .. " hours, " .. round(mins) .. " minutes, and " .. round(secs) .. " seconds since the last time!";
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user