diff options
author | Simon Pribylski <66266021+Persson-dev@users.noreply.github.com> | 2022-01-24 21:24:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-24 21:24:55 +0100 |
commit | f4c04299961a96e153bf50e2e1fb92c8f9db77f5 (patch) | |
tree | df60ba3390281971920c1a1a2baf3a2f91ab55e9 /Server/Plugins | |
parent | Add aarch64 to easyinstall. Fixes #5386 (diff) | |
download | cuberite-f4c04299961a96e153bf50e2e1fb92c8f9db77f5.tar cuberite-f4c04299961a96e153bf50e2e1fb92c8f9db77f5.tar.gz cuberite-f4c04299961a96e153bf50e2e1fb92c8f9db77f5.tar.bz2 cuberite-f4c04299961a96e153bf50e2e1fb92c8f9db77f5.tar.lz cuberite-f4c04299961a96e153bf50e2e1fb92c8f9db77f5.tar.xz cuberite-f4c04299961a96e153bf50e2e1fb92c8f9db77f5.tar.zst cuberite-f4c04299961a96e153bf50e2e1fb92c8f9db77f5.zip |
Diffstat (limited to 'Server/Plugins')
-rw-r--r-- | Server/Plugins/APIDump/APIDesc.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Server/Plugins/APIDump/APIDesc.lua b/Server/Plugins/APIDump/APIDesc.lua index a6b6a957d..531e11ac1 100644 --- a/Server/Plugins/APIDump/APIDesc.lua +++ b/Server/Plugins/APIDump/APIDesc.lua @@ -9774,7 +9774,7 @@ a_Player:OpenWindow(Window); Type = "Vector3i", }, }, - Notes = "Function to find suitable teleport destination in or below box. Returns true and places result in Destination if found, otherwise returns false. Details at: https://minecraft.fandom.com/wiki/Enderman#Teleportation.", + Notes = "Function to find suitable teleport destination in or below box. Returns true and places result in Destination if found, otherwise returns false. Details at: {{https://minecraft.fandom.com/wiki/Enderman#Teleportation}}.", }, { Params = @@ -9800,7 +9800,7 @@ a_Player:OpenWindow(Window); Type = "cBoundingBox", }, }, - Notes = "Function to find suitable teleport destination in or below box. Returns true and places result in Destination if found, otherwise returns false. Details at: https://minecraft.fandom.com/wiki/Enderman#Teleportation.", + Notes = "Function to find suitable teleport destination in or below box. Returns true and places result in Destination if found, otherwise returns false. Details at: {{https://minecraft.fandom.com/wiki/Enderman#Teleportation}}.", }, { Params = @@ -9826,7 +9826,7 @@ a_Player:OpenWindow(Window); Type = "number", }, }, - Notes = "Function to find suitable teleport destination in or below box. Returns true and places result in Destination if found, otherwise returns false. Details at: https://minecraft.fandom.com/wiki/Enderman#Teleportation.", + Notes = "Function to find suitable teleport destination in or below box. Returns true and places result in Destination if found, otherwise returns false. Details at: {{https://minecraft.fandom.com/wiki/Enderman#Teleportation}}.", }, }, HasEntityEffect = |