[Mod]You Chat Command[you]

nanepiwo
Member
 
Posts: 18
Joined: Mon Jan 05, 2015 20:13
GitHub: nanepiwo
IRC: nanepiwo or nane
In-game: nanepiwo

[Mod]You Chat Command[you]

by nanepiwo » Wed Jan 07, 2015 01:19

This is a fairly simple mod. It adds a /you chat command which sends a chat about another player. For example, if I were to type '/you dummy is nanepiwo's friend', the in-game chat will display '** dummy is nanepiwo's friend [nanepiwo]'. It also comes with an option, defaulting to off, which sends a chat message to player talked about in the /you command.

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all

--- WIP!!!!!!

minetest.register_chatcommand("you", {
params = "<player> <action>",
description = "Say something about another player in the format of /me",
privs = {shout = true},
func = function(name, param)
     local player, action
     = param:match('(^.- ) ( .-$)')

     minetest.chat_send_all("** "..player.. " " ..action.. "[" ..name.. "]")



Umm, I still need to add this to github, add licenses, etc.! ;)
Last edited by nanepiwo on Thu Jan 08, 2015 23:56, edited 5 times in total.
 

User avatar
srifqi
Member
 
Posts: 508
Joined: Sat Jun 28, 2014 04:31
GitHub: srifqi
IRC: srifqi
In-game: srifqi

Re: [Mod]You Chat Command[you]

by srifqi » Wed Jan 07, 2015 17:12

Umm...
Where is the code?
I'm from Indonesia! Saya dari Indonesia!
Terjemahkan Minetest!
Mods by me. Modifikasi oleh saya.

Pronounce my nick as in: es-rifqi (IPA: /es rifˈki/)
 

nanepiwo
Member
 
Posts: 18
Joined: Mon Jan 05, 2015 20:13
GitHub: nanepiwo
IRC: nanepiwo or nane
In-game: nanepiwo

Re: [Mod]You Chat Command[you]

by nanepiwo » Wed Jan 07, 2015 19:50

WIP... I need some help for finding the /me command code.
 

User avatar
rubenwardy
Member
 
Posts: 4500
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy

Re: [Mod]You Chat Command[you]

by rubenwardy » Wed Jan 07, 2015 19:51

 

nanepiwo
Member
 
Posts: 18
Joined: Mon Jan 05, 2015 20:13
GitHub: nanepiwo
IRC: nanepiwo or nane
In-game: nanepiwo

Re: [Mod]You Chat Command[you]

by nanepiwo » Wed Jan 07, 2015 21:54

Thanks! Though Amaz already pointed it out to me. ;)
 


Return to WIP Mods

Who is online

Users browsing this forum: No registered users and 45 guests

cron