Difference between revisions of "Player"

From Minetest Wiki
Jump to navigation Jump to search
m (minor restructure)
(Mention name rules)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{Languages}}
 
[[File:player_large.png|thumb|The default player skin.]]
 
[[File:player_large.png|thumb|The default player skin.]]
  
Line 5: Line 6:
 
== Health ==
 
== Health ==
  
Players start with 10 [[hearts]] (in units of “half hearts”) and die when they have lost all hearts. Players can restore health by consuming [[:Category:Food|food]]. Players lose health when they fall too hard, touch [[lava]], drown in [[water]] or get attacked by other players (if PvP is enabled). When a player dies, [[bones]] which contain the player inventory of the dead one are left behind.<br/>
+
Players start with 10 [[hearts]] ({{Heart|10}}) which are equal to 20 hit points (HP). The smallest unit of health is 0.5 hearts ({{Heart|0.5}}) or 1 hit point. Players die when they have lost all hearts.
 +
 
 +
Players can restore health by consuming [[:Category:Food|food]]. Players can lose health by various means, including, but not limited to: Falling too hard, touching a harmful block (such as [[lava]]), drowning in a [[liquid]] or getting attacked by other players (if <abbr title="Player vs Player combat">PvP</abbr> is enabled).
  
 
== Breath ==
 
== Breath ==
  
Players have up to 10 “bubbles” denoting their breath. Players start at 10 breath and normally the breath quickly increases up to 10 in steps of 1 bubble. If players have full breath, the breath meter in the HUD is usually hidden.
+
Players have up to 10 breath points, represented by bubbles. Players start at 10 breath points and normally the breath quickly increases up to 10 in steps of 1 breath point. If players have full breath, the breath meter in the HUD is usually hidden.
While the player is inside a [[liquid]] with drowning damage, breath will be reduced by 1 every 2 seconds. If the breath reaches 0, the player will take damage every 2 seconds as long the player is inside the liquid. The damage taken depends on the liquid type.<br/>
+
While the player is inside a [[liquid]] with drowning damage, breath will be reduced by 1 every 2 seconds. If the breath reaches 0, the player will take damage every 2 seconds as long the player is inside the liquid. The damage taken depends on the liquid type.
 +
 
 +
== Death ==
 +
When players lose their health, they die. After death, the player can immediately respawn, with health and breath restored. The new spawn position is usually somewhere near the initial spawning position. Other consequences of death (usually negative) heavily depend on the [[Games|game]] and [[mods]] being used.
 +
 
 +
When a player dies in [[Games/Minetest Game|Minetest Game]], the player loses all items in the inventory. [[Bones]] which contain the contents of the player inventory are left behind at the place of death.
 +
 
 +
== Name ==
 +
As of version 5.1.0, player names may consist only of the characters a-z, A-Z, 0-9, the dash (“-”) and the underscore (“_”). Other characters are not allowed.
  
 
== Appearance ==
 
== Appearance ==
  
 
Players appear as 3D models similar to Minecraft. However, they never hold any [[blocks]] or [[items]] in [[hand]] and never look up or down. As of Minetest 0.4.10, there is a third person view to see oneself. Press F7 to switch between camera modes.<ref>https://forum.minetest.net/viewtopic.php?f=18&t=9041</ref><br/>
 
Players appear as 3D models similar to Minecraft. However, they never hold any [[blocks]] or [[items]] in [[hand]] and never look up or down. As of Minetest 0.4.10, there is a third person view to see oneself. Press F7 to switch between camera modes.<ref>https://forum.minetest.net/viewtopic.php?f=18&t=9041</ref><br/>
The pitch of a player is not visible to other players by default. The pitch of a player is between -179 and 179 degrees, it's not in 180 and 360 although using such a pitch is supported.<br/>
+
The pitch (vertical viewing angle) of a player is not visible to other players by default. The pitch of a player is between -89.5 and 89.5 degrees.<br/>
  
 
== See also ==
 
== See also ==

Latest revision as of 00:46, 27 December 2019

Languages Language: English • Deutsch • français • 日本語 • Bahasa Melayu
The default player skin.

The player (actually: “player character”[1]) is the character users control. The official name given for the player's appearance is “Sam”, which is a recursive acronym for “Sam ain’t Minecraft”.

Health

Players start with 10 hearts (Heart.pngHeart.pngHeart.pngHeart.pngHeart.pngHeart.pngHeart.pngHeart.pngHeart.pngHeart.png) which are equal to 20 hit points (HP). The smallest unit of health is 0.5 hearts (Half heart.png) or 1 hit point. Players die when they have lost all hearts.

Players can restore health by consuming food. Players can lose health by various means, including, but not limited to: Falling too hard, touching a harmful block (such as lava), drowning in a liquid or getting attacked by other players (if PvP is enabled).

Breath

Players have up to 10 breath points, represented by bubbles. Players start at 10 breath points and normally the breath quickly increases up to 10 in steps of 1 breath point. If players have full breath, the breath meter in the HUD is usually hidden. While the player is inside a liquid with drowning damage, breath will be reduced by 1 every 2 seconds. If the breath reaches 0, the player will take damage every 2 seconds as long the player is inside the liquid. The damage taken depends on the liquid type.

Death

When players lose their health, they die. After death, the player can immediately respawn, with health and breath restored. The new spawn position is usually somewhere near the initial spawning position. Other consequences of death (usually negative) heavily depend on the game and mods being used.

When a player dies in Minetest Game, the player loses all items in the inventory. Bones which contain the contents of the player inventory are left behind at the place of death.

Name

As of version 5.1.0, player names may consist only of the characters a-z, A-Z, 0-9, the dash (“-”) and the underscore (“_”). Other characters are not allowed.

Appearance

Players appear as 3D models similar to Minecraft. However, they never hold any blocks or items in hand and never look up or down. As of Minetest 0.4.10, there is a third person view to see oneself. Press F7 to switch between camera modes.[2]
The pitch (vertical viewing angle) of a player is not visible to other players by default. The pitch of a player is between -89.5 and 89.5 degrees.

See also

Footnotes

  1. In the Minetest community, “player” has become synonymous with “player character” for unknown reasons. Thus, in Minetest, “player” can refer to the player character controlled by the player or the actual player who plays at the computer.
  2. https://forum.minetest.net/viewtopic.php?f=18&t=9041