summaryrefslogtreecommitdiffstats
path: root/MCServer/Plugins/APIDump/APIDesc.lua
diff options
context:
space:
mode:
authorHowaner <franzi.moos@googlemail.com>2014-11-15 22:36:31 +0100
committerHowaner <franzi.moos@googlemail.com>2014-11-15 22:36:31 +0100
commit277151582fbb0652dcf4e15f67d41f90e08bdeeb (patch)
treefe2c700c7fba45840ced4a2e2a8e31927db57978 /MCServer/Plugins/APIDump/APIDesc.lua
parentUpdated APIDump (diff)
downloadcuberite-277151582fbb0652dcf4e15f67d41f90e08bdeeb.tar
cuberite-277151582fbb0652dcf4e15f67d41f90e08bdeeb.tar.gz
cuberite-277151582fbb0652dcf4e15f67d41f90e08bdeeb.tar.bz2
cuberite-277151582fbb0652dcf4e15f67d41f90e08bdeeb.tar.lz
cuberite-277151582fbb0652dcf4e15f67d41f90e08bdeeb.tar.xz
cuberite-277151582fbb0652dcf4e15f67d41f90e08bdeeb.tar.zst
cuberite-277151582fbb0652dcf4e15f67d41f90e08bdeeb.zip
Diffstat (limited to 'MCServer/Plugins/APIDump/APIDesc.lua')
-rw-r--r--MCServer/Plugins/APIDump/APIDesc.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/MCServer/Plugins/APIDump/APIDesc.lua b/MCServer/Plugins/APIDump/APIDesc.lua
index 9ebc689a1..925f80252 100644
--- a/MCServer/Plugins/APIDump/APIDesc.lua
+++ b/MCServer/Plugins/APIDump/APIDesc.lua
@@ -536,7 +536,6 @@ end
GetViewDistance = { Params = "", Return = "number", Notes = "Returns the viewdistance (number of chunks loaded for the player in each direction)" },
HasPluginChannel = { Params = "ChannelName", Return = "bool", Notes = "Returns true if the client has registered to receive messages on the specified plugin channel." },
IsUUIDOnline = { Params = "UUID", Return = "bool", Notes = "(STATIC) Returns true if the UUID is generated by online auth, false if it is an offline-generated UUID. We use Version-3 UUIDs for offline UUIDs, online UUIDs are Version-4, thus we can tell them apart. Accepts both 32-char and 36-char UUIDs (with and without dashes). If the string given is not a valid UUID, returns false."},
- GetLastPlacedBlock = { Params = "", Return = "{{Vector3i}}", Notes = "Returns the positions from the last block that the player placed." },
Kick = { Params = "Reason", Return = "", Notes = "Kicks the user with the specified reason" },
SendPluginMessage = { Params = "Channel, Message", Return = "", Notes = "Sends the plugin message on the specified channel." },
SetClientBrand = { Params = "ClientBrand", Return = "", Notes = "Sets the value of the client's brand. Normally this value is received from the client by a MC|Brand plugin message, this function lets plugins overwrite the value." },