Go to file
Zemtzov7 322c1a7136
Stepheight for each size
2022-08-28 22:46:11 +05:00
LICENSE Create LICENSE 2022-08-26 18:06:31 +05:00
README.md Update README.md 2022-08-26 18:05:24 +05:00
description.txt Add files via upload 2022-02-03 15:43:20 +05:00
init.lua Stepheight for each size 2022-08-28 22:46:11 +05:00
mod.conf Add files via upload 2022-02-03 15:43:20 +05:00

README.md

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