From 3b4354be01acb8d258749d9222c30dc96af2425d Mon Sep 17 00:00:00 2001 From: Zemtzov7 <72821250+zmv7@users.noreply.github.com> Date: Fri, 26 Aug 2022 18:05:24 +0500 Subject: [PATCH] Update README.md --- README.md | 29 +---------------------------- 1 file changed, 1 insertion(+), 28 deletions(-) diff --git a/README.md b/README.md index e12efcf..30316cb 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,11 @@ and are named “`heal`”, “`physics`” and “`hotbar`”, respectively. ## List of commands ### No privileges required - -* `/whoami`: Shows your name in your chat. -* `/ip`: Shows your IP address in your chat. * `/pulverizeall`: Destroys all items in your inventory and crafting grid. * `/killme`: Kills yourself. ### “`server`” privilege required -* `/ip `: Shows player's IP address in your chat. +* `/whois `: Shows player's client information. * `/pulverizeall `: Destroys all items in player's inventory and crafting grid. ### “`hotbar`” privilege required @@ -45,27 +42,3 @@ and are named “`heal`”, “`physics`” and “`hotbar`”, respectively. * `/xkill `: Set player's hp to 0 until rejoin (even with admin armor). * `/xres `: Resurrect player with 0 hp - - - -## Installation -You can either install the player tools as an ordinary mod or as a builtin, -but please don’t do both. Installing it as a mod is very easy, but you have -to activate the mod explicitly for each map. Installing it as builtin is easy -and the player tools are automatically available for every server you start. - -To install it as a mod, just drop this folder into the `mods/` directory of your -Minetest data folder. - -To install it as builtin do this: -(For version 0.4.9) -Rename the file “`init.lua`” to “`mod_playertools.lua`” and move it to `/builtin/`. -Then edit the file `/builtin/builtin.lua`. Add the following line of text at the -end of the file: - - dofile(modpath.."/mod_playertools.lua") - -Save the file; you’re finished! The next time you start a server the player tools are available. - -## License -This mod is free software, licensed under the MIT License.