oops
This commit is contained in:
parent
2821f9cae9
commit
18b41f64e5
2
README
2
README
@ -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.
|
||||
|
2
init.lua
2
init.lua
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user