summaryrefslogtreecommitdiffstats
path: root/Server/Plugins/APIDump/APIDesc.lua
diff options
context:
space:
mode:
authorLogicParrot <LogicParrot@users.noreply.github.com>2016-03-24 18:13:23 +0100
committerLogicParrot <LogicParrot@users.noreply.github.com>2016-03-29 14:50:29 +0200
commit8b184e80830380f1c9425ee8383596e2726bccb0 (patch)
treedf536e502f68bcee9b31ed8fe760143e26075efe /Server/Plugins/APIDump/APIDesc.lua
parentMerge pull request #3096 from mathias-github/icons (diff)
downloadcuberite-8b184e80830380f1c9425ee8383596e2726bccb0.tar
cuberite-8b184e80830380f1c9425ee8383596e2726bccb0.tar.gz
cuberite-8b184e80830380f1c9425ee8383596e2726bccb0.tar.bz2
cuberite-8b184e80830380f1c9425ee8383596e2726bccb0.tar.lz
cuberite-8b184e80830380f1c9425ee8383596e2726bccb0.tar.xz
cuberite-8b184e80830380f1c9425ee8383596e2726bccb0.tar.zst
cuberite-8b184e80830380f1c9425ee8383596e2726bccb0.zip
Diffstat (limited to 'Server/Plugins/APIDump/APIDesc.lua')
-rw-r--r--Server/Plugins/APIDump/APIDesc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/Server/Plugins/APIDump/APIDesc.lua b/Server/Plugins/APIDump/APIDesc.lua
index d18cdb81b..b1bbe6eb1 100644
--- a/Server/Plugins/APIDump/APIDesc.lua
+++ b/Server/Plugins/APIDump/APIDesc.lua
@@ -1998,7 +1998,7 @@ a_Player:OpenWindow(Window);
SendAboveActionBarMessage = { Params = "Message", Return = "", Notes = "Sends the specified message to the player (shows above action bar, doesn't show for < 1.8 clients)." },
SendSystemMessage = { Params = "Message", Return = "", Notes = "Sends the specified message to the player (doesn't show for < 1.8 clients)." },
SendRotation = { Params = "YawDegrees, PitchDegrees", Return = "", Notes = "Sends the specified rotation to the player, forcing them to look that way" },
- SetBedPos = { Params = "{{Vector3i|Position}}", Return = "", Notes = "Sets the internal representation of the last bed position the player has slept in. The player will respawn at this position if they die." },
+ SetBedPos = { Params = "{{Vector3i|Position}}, [{{cWorld*|World}}]", Return = "", Notes = "Sets the position and world of the player's respawn point, which is also known as the bed position. The player will respawn at this position and world upon death. If the world is not specified, it is set to the player's current world." },
SetCanFly = { Params = "CanFly", Notes = "Sets if the player can fly or not." },
SetCrouch = { Params = "IsCrouched", Return = "", Notes = "Sets the crouch state, broadcasts the change to other players." },
SetCurrentExperience = { Params = "XPAmount", Return = "", Notes = "Sets the current amount of experience (and indirectly, the XP level)." },