diff options
author | Howaner <franzi.moos@googlemail.com> | 2014-11-15 22:36:31 +0100 |
---|---|---|
committer | Howaner <franzi.moos@googlemail.com> | 2014-11-15 22:36:31 +0100 |
commit | 277151582fbb0652dcf4e15f67d41f90e08bdeeb (patch) | |
tree | fe2c700c7fba45840ced4a2e2a8e31927db57978 /MCServer | |
parent | Updated APIDump (diff) | |
download | cuberite-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')
-rw-r--r-- | MCServer/Plugins/APIDump/APIDesc.lua | 1 |
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." }, |