mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
Added Common Parse and /me
This commit is contained in:
7
modules/commands/me.lua
Normal file
7
modules/commands/me.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
local Commands = require 'expcore.commands'
|
||||
|
||||
Commands.new_command('me','Sends an action message in the chat')
|
||||
:add_param('action',false)
|
||||
:register(function(player,action,raw)
|
||||
game.print(string.format('%s %s',player.name,action))
|
||||
end)
|
||||
Reference in New Issue
Block a user