minetest-mod-playertools/README.md

45 lines
1.9 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# Player tools 1.7 [playertools]
Fixed and modified version from https://forum.minetest.net/viewtopic.php?t=7498
This mod adds some player-related server commands and privileges to Minetest.
Most commands are little helper tools, useful for modders and for messing
around, but they arent really suitable for serious gameplay. Some commands
are informational. The commands allow players to change their health, clear
their inventory, set their player physics, and other stuff.
The privileges are created for the health, physics and hotbar-related commands
and are named “`heal`”, “`physics`” and “`hotbar`”, respectively.
## List of commands
### No privileges required
* `/pulverizeall`: Destroys all items in your inventory and crafting grid.
* `/killme`: Kills yourself.
### “`server`” privilege required
* `/whois <playername>`: Shows player's client information.
* `/pulverizeall <playername>`: Destroys all items in player's inventory and crafting grid.
### “`hotbar`” privilege required
* `/hotbar <1...32>`: Sets the number of slots in your hotbar.
### “`heal`” privilege and damage required
* `/sethp <hp number>` Sets your health to specified number.
* `/setbreath <breath number>`: Sets your breath to specified breath points.
### “`physics`” privilege required
* `/speed [<playername>] [<speed>]`: Sets your movement speed to `<speed>` (default: 1).
* `/gravity [<playername>] [<gravity>]`: Sets your gravity to `<gravity>` (default: 1).
* `/jump [<playername>] [<height>]`: Sets your jump height to `<height>` (default: 1).
* `/stun <playername>`: Disable player's movement.
* `/unstun <playername>`: Restore player's movement.
### “`psize`” privilege required
* `/size <size>`: Change your or another player's size. Range: 0.06 - 30.
### “`ban`” privilege required
* `/xkill <playername>`: Set player's hp to 0 until rejoin (even with admin armor).
* `/xres <playername>`: Resurrect player with 0 hp