diff options
author | Howaner <franzi.moos@googlemail.com> | 2014-08-30 12:53:19 +0200 |
---|---|---|
committer | Howaner <franzi.moos@googlemail.com> | 2014-08-30 12:53:19 +0200 |
commit | 04653b45394a9e95fddcae274cca0c422f21cfdc (patch) | |
tree | d131b30ee1d6e61cfe6563c64015443242771747 /MCServer/Plugins | |
parent | Fixed potion removing in creative mode. (diff) | |
download | cuberite-04653b45394a9e95fddcae274cca0c422f21cfdc.tar cuberite-04653b45394a9e95fddcae274cca0c422f21cfdc.tar.gz cuberite-04653b45394a9e95fddcae274cca0c422f21cfdc.tar.bz2 cuberite-04653b45394a9e95fddcae274cca0c422f21cfdc.tar.lz cuberite-04653b45394a9e95fddcae274cca0c422f21cfdc.tar.xz cuberite-04653b45394a9e95fddcae274cca0c422f21cfdc.tar.zst cuberite-04653b45394a9e95fddcae274cca0c422f21cfdc.zip |
Diffstat (limited to 'MCServer/Plugins')
-rw-r--r-- | MCServer/Plugins/APIDump/APIDesc.lua | 2 | ||||
l--------- | MCServer/Plugins/SexyMotd | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/MCServer/Plugins/APIDump/APIDesc.lua b/MCServer/Plugins/APIDump/APIDesc.lua index 3e1a6e3bb..434dd8a90 100644 --- a/MCServer/Plugins/APIDump/APIDesc.lua +++ b/MCServer/Plugins/APIDump/APIDesc.lua @@ -1636,6 +1636,8 @@ a_Player:OpenWindow(Window); MobTypeToString = { Params = "{{cMonster#MobType|MobType}}", Return = "string", Notes = "(STATIC) Returns the string representing the given mob type ({{cMonster#MobType|mtXXX}} constant), or empty string if unknown type." }, MoveToPosition = { Params = "Position", Return = "", Notes = "Moves mob to the specified position" }, StringToMobType = { Params = "string", Return = "{{cMonster#MobType|MobType}}", Notes = "(STATIC) Returns the mob type ({{cMonster#MobType|mtXXX}} constant) parsed from the string type (\"creeper\"), or mtInvalidType if unrecognized." }, + GetWalkSpeed = { Params = "", Return = "number", Notes = "Returns the walk speed of this mob. Standard is 1.0" }, + SetWalkSpeed = { Params = "number", Return = "", Notes = "Sets the walk speed of this mob. Standard is 1.0" }, }, Constants = { diff --git a/MCServer/Plugins/SexyMotd b/MCServer/Plugins/SexyMotd new file mode 120000 index 000000000..b6af08265 --- /dev/null +++ b/MCServer/Plugins/SexyMotd @@ -0,0 +1 @@ +/home/franz/Schreibtisch/MCServer Plugins/SexyMotd/
\ No newline at end of file |