mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-23 21:27:46 +00:00

- moved script object to wrapper class to catch and log exceptions - added loggers for basepacket/subpacket (todo: colour and use them in NLog.config) - finished up most commands (todo: !property and !property2) - todo: create and use mysql wrapper class to log exceptions
9 lines
No EOL
113 B
Lua
9 lines
No EOL
113 B
Lua
properties = {
|
|
permissions = 0,
|
|
parameters = "",
|
|
description = "",
|
|
}
|
|
|
|
function onTrigger(player)
|
|
|
|
end; |