Go to file
A.C.M f6c062464f Removed Priv Moderator, Removde Command show_node 2019-02-05 23:25:11 +01:00
LICENSE Initial commit 2017-12-17 13:50:33 +01:00
README.md Update README.md 2018-01-03 20:45:30 +01:00
depends.txt Initial commit 2017-12-17 13:53:21 +01:00
init.lua Removed Priv Moderator, Removde Command show_node 2019-02-05 23:25:11 +01:00
mod.conf Initial commit 2017-12-17 13:53:21 +01:00

README.md

Chathelp for Minetest

A mod for usefull Chatcommands in Minetest.
This mod adds some Chatcommands to get Information about the Players are online.

/who

List's all Player, who are currently online

/where_is [Name]

Tells you the current Position of the Player with [Name].
It tells you too, if the Player is offline, is unknown or has an invalid name.

/what_is

Gives you Info about the Item, which you currently held (wielded) in your hand.

/get_hp [Name]

Tells you the Hitpoints of the Player [Name]

Commands, who needs the Privileg "server" (Administrator-Commands):

/show_ip [Name]

Shows you the IP of the Player [Name]

/set_hp [Name], [Hitpoints]

Sets the Hitpoints of the Player [Name] to [Hitpoints].
Can't get more than 20.

/add_hp [Name], [Hitpoints]

Increases [Hitpoints] Points for the Player [Name].
Can't get more than 20.

/sub_hp [Name], [Hitpoints]

Decreases the Hitpoints of the Player [Name] for [Hitpoints] Points.
A Value of 0 or negative let's the Player die.

/bring [Player]

Teleports you to the Position of the Player [Player].

/summon [Player]

Teleports the Player [Name] to your current Position.

Install

Move your Download to the Mods-Folder.

Depends

none

License

License: WTFPL