Commit Graph

6 Commits

Author SHA1 Message Date
luk3yx 548c65d26f Add cloaked chat
• Allow cloaked players to chat to other players with the "cloaking" privilege.
 • Add "/cloak_chat" and "/cloak-chat" to allow players to send chat messages into cloaked chat without being cloaked.
 • Allow "/teleport" to teleport cloaked players (provided the player running the command has the "cloaking" privilege).
 • Replace 'cloaking.fn_name = function(...)' with 'function cloaking.fn_name(...)'.
 • Update copyrights.
 • Add Star Trek reference to README.md.
2019-02-10 13:49:56 +13:00
luk3yx 4dbec1650e Fix comment 2018-10-11 12:11:57 +13:00
luk3yx d8b8b40de6 Better chat3 support. 2018-10-11 12:03:29 +13:00
luk3yx 56628b35ee Remove trailing spaces 2018-09-14 16:30:17 +12:00
luk3yx e90e1d7583 More chat3 support
Adds auto-uncloak on message and /me and exposes cloaking.auto_uncloak().
2018-04-01 19:03:13 +12:00
luk3yx dc5cce34fb Add chat3 support
Override minetest.get_connected_players() and minetest.get_player_by_name() to return the real value when called from chat3.send(), so cloaked players can still use chat.
2018-04-01 18:40:31 +12:00