mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
start of work moving commands to lua
This commit is contained in:
9
data/scripts/commands/gm/command - Copy (4).lua
Normal file
9
data/scripts/commands/gm/command - Copy (4).lua
Normal file
@@ -0,0 +1,9 @@
|
||||
properties = {
|
||||
permissions = 0,
|
||||
parameters = "",
|
||||
description = "",
|
||||
}
|
||||
|
||||
function onTrigger(player)
|
||||
|
||||
end;
|
||||
Reference in New Issue
Block a user