This commit is contained in:
jp 2015-12-08 16:36:45 +01:00
parent 2821f9cae9
commit 18b41f64e5
2 changed files with 2 additions and 2 deletions

2
README
View File

@ -1,4 +1,4 @@
This mod allows you to watch other players in their 3rd person view (spectator mode).
A mod for Minetest allowing you to watch other players in their 3rd person view.
You're invisible and undetectable for the players when you're in this mode.
Can be useful for admins or moderators in their task of monitoring.

View File

@ -19,7 +19,7 @@ minetest.register_chatcommand("watch", {
default.player_attached[name] = true
watcher:set_attach(watched_player_name, "", {x=0, y=10, z=-20}, {x=0, y=0, z=0})
watcher:set_eye_offset({x=0, y=10, z=-20},{x=0, y=0, z=0})
watcher:set_nametag_attributes({color = {a=0, r=0, g=0, b=0}})
watcher:set_nametag_attributes({color = {a=0}})
watcher:hud_set_flags({
hotbar = false, healthbar = false,